
Dispenser
Members-
Posts
24 -
Joined
-
Last visited
Everything posted by Dispenser
-
Hello. I have two quick questions about entities. 1. How can I make my passive entity angry when it gets attacked? 2. How can I make my entity spawn everywhere? Even in biomes, that were introduced in other mods? Thanks.
-
[UNSOLVED] Problem with MusicDiscs [1.7.10]
Dispenser replied to Dispenser's topic in Modder Support
Now it says: [20:43:31] [Client thread/WARN]: Unable to play unknown soundEvent: zeugs:records.Bread This is the files name. Do I need to change it to records.Bread? -
There is a girlfriend mod, but I don't think it's really that PG. http://www.orespawn.com/girlfriends--boyfriends.html
-
My MusicDisc does not play its sound. I'm getting an error, but I just don't know what went wrong. Main: sounds.json MusicDisc: Error:
-
Okay, I've been trying to make a new mob for 2 hours now. After I fixed all of my errors, I was finally done. But now Minecraft does not launch anymore. Main: ClientProxy: Common Proxy: EntityUhUhMan <-- Yes, that is the name of my mob. ModelUhUhMann RenderUhUhMann Crash report: Help, please?
-
(1.7.10) Problem with Common- and ClientProxies
Dispenser replied to Dispenser's topic in Modder Support
Then how should I do it? I looked up a tutorial and they did it just like this too. -
Yeah, I am getting an error on "registerRenderThings" in the Modfile. It's marked red. Proxystuff in Modfile: CommonProxy: ClientProxy: Thanks for the help.
-
[1.7.10]|[EntityHandler] Getting an error on EntityEggInfo
Dispenser replied to Dispenser's topic in Modder Support
So, I don't need all of this crap? Only registerModEntity? -
Unsupported major.minor version 51.0 (1.7.10)
Dispenser replied to Dispenser's topic in Support & Bug Reports
Hi. I just recently updated to Java 8. I'm still having this problem. -
Hello, I am having problems with a few mods. In particular "MalisisDoors" and "Immibis Microblocks" both of these mods only work with specific cores. All my other mods work fine, but these two always cause me to crash. Full crash report for Microblocks. (the MalisisDoors one is the exact same)
-
[UNSOLVED]Typical "My textures are not showing up" thread. (1.7.10)
Dispenser replied to Dispenser's topic in Modder Support
... Oh yeah. Thanks! -
[UNSOLVED]Typical "My textures are not showing up" thread. (1.7.10)
Dispenser replied to Dispenser's topic in Modder Support
yup: -
[UNSOLVED]Typical "My textures are not showing up" thread. (1.7.10)
Dispenser replied to Dispenser's topic in Modder Support
I'm using eclipse. I don't know. -
[UNSOLVED]Typical "My textures are not showing up" thread. (1.7.10)
Dispenser replied to Dispenser's topic in Modder Support
That did not fix it. Still thanks. -
[UNSOLVED]Typical "My textures are not showing up" thread. (1.7.10)
Dispenser replied to Dispenser's topic in Modder Support
This is what is in the items folder: It's called finder on mac. What does IDE stand for? -
[UNSOLVED]Typical "My textures are not showing up" thread. (1.7.10)
Dispenser replied to Dispenser's topic in Modder Support
Yeah, that didn't fix it. Still thanks. -
Okay, thank you!
-
Like without lags and stuff. Make it more stable, you know? Also, thanks for clarifying.
-
Hello. I am relatively new to modding and I have some questions about running my own mod in multiplayer. Do I have to write some extra code for it to be able to be played in multiplayer? And do you have some tips on running it smoother in multiplayer? I want to play with my friends. Thanks for the replies! Dispenser
-
No. Thank you, that fixed it.
-
Hello. I have a problem with releasing my mod. When I use the gradlew build command, it build a .jar thingie, that only has the mcmod.info and a empty .metadata folder in it. My mod is really simple, it just adds and changes a few crafting recipes. What did I do wrong?