Everything posted by Animefan8888
-
1.7.10 ---> 1.10.2 - Need a Bit of Assistance Please
What?! Forge doesn't support editing base classes.
-
(solved) Custom Bonemeal not working 1.10
The best help i can recommend is Learning Java I provided a link.
-
1.10.2 Block Not Working .json
"normal": {"model": "modid:model_name"}
-
1.10.2 Block Not Working .json
No the way I told you, but instead of "inventory" use "normal"
-
(solved) Custom Bonemeal not working 1.10
First time modding or first time using java. Why don't you look at the method applyBonemeal and see what the difference is between what you call, and what it is.
-
1.10.2 Block Not Working .json
You forgot modid.
-
(solved) Custom Bonemeal not working 1.10
The thing was I wasn't being sarcastic...That error literally tells you what is wrong.
-
(solved) Custom Bonemeal not working 1.10
What does that error tell you after learning Java?
-
1.10.2 Block Not Working .json
Post new blockstate.
-
[3/4 SOLVED]Best TickEvent to add PotionEffect through IMessage
That is probably why.
-
1.10.2 Block Not Working .json
Do what Matryoshika maybe I am misunderstanding the variant thing again.
-
(solved) Custom Bonemeal not working 1.10
- [3/4 SOLVED]Best TickEvent to add PotionEffect through IMessage
How are you adding the potion effect?- 1.10.2 Block Not Working .json
Here you are using Minecraft.getMinecraft.getItemModelMesher() and not ModelLoader.setCustomModelResourceLocation(...)- [3/4 SOLVED]Best TickEvent to add PotionEffect through IMessage
Then why are you checking if it is a server world? if(!event.player.worldObj.isRemote) {- [3/4 SOLVED]Best TickEvent to add PotionEffect through IMessage
Why do you need to send a message in the first place, why are you trying to add a potion effect on the client when it is handled server side?- 1.10.2 Block Not Working .json
The last error is in EEItems line 31 and 26. Where do you register your blocks?- [3/4 SOLVED]Best TickEvent to add PotionEffect through IMessage
Please post code.- (solved) Custom Bonemeal not working 1.10
I assume you are clicking on a plant?- ["1.9.4"]addInformation
Instead of StatCollector use I18n.- 1.10.2 Block Not Working .json
Put it after EEBlocks.init()- (solved) Custom Bonemeal not working 1.10
Two things, you just copied code from ItemDye for bonemeal code. Two why would EnumDyeColor enumdyecolor = EnumDyeColor.byDyeDamage(stack.getMetadata()); if (enumdyecolor == EnumDyeColor.WHITE) Ever return true if It is not A dye. Also we need the error. What is happening?- 1.10.2 Block Not Working .json
registerRenders() should be called in preInit- 1.10.2 Block Not Working .json
It is not that you are bad I just don't think you are thinking anymore, have you been working on this for a while, if so you should probably take a break. Minds can get fried really easily. But what you have there should work, if not post the exact problem.- 1.10.2 Block Not Working .json
- [3/4 SOLVED]Best TickEvent to add PotionEffect through IMessage
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.