Jump to content

[1.7.10]Using Dyes


EverlastingEgo

Recommended Posts

 

22 minutes ago, Jacky2611 said:

Show us your code. And any log you might have. What exactly happens?

i try to do the crafting recipe and it dosen't work in game.

    GameRegistry.addRecipe(new ItemStack(ModItems.blackCrystal, 4), new Object[]{" D ", "DTD", " D ", 'T', new ItemStack(Items.dye, 1, 0), 'D',ModItems.rangeriumCrystal});
 

GameRegistry.addRecipe(new ItemStack(ModItems.blackBase), new Object[]{"IRI","WYW","YBY", 'I',ModItems.reinforcedironIngot, 'R', new ItemStack(Items.dye, 1, 0), 'W', ModItems.wires, 'Y', ModItems.rangeriumCrystal, 'B',ModItems.base});

 

Link to comment
Share on other sites

1 hour ago, EverlastingEgo said:

I have use a dye in one of my recipes using "new ItemStack(Items.dye, 1,1)and it work but when i use that same thing again it dosen't seem to work.Any ideas? 

1.7.10 is not supported on this forum. You should update to 1.10.2.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Link to comment
Share on other sites

59 minutes ago, Animefan8888 said:

1.7.10 is not supported on this forum. You should update to 1.10.2.

*cough*

1.12

*cough*

  • Like 2

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.