This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Whats wrong with my mod?
Item.addCraftRecipe(470,1,0[343,1,0,251_4,1,0]);
org.mozilla.javascript.EvaluatorException: missing ] in index expression
The heck is this for
Umm the _
Item.addCraftRecipe(470,1,0,[343,1,0, 251,4,0]);
Just Having A Break in creating mods
How do i make it so its pink dye instead of red dye then?
Wait there are no pink dye in ur method the Id for a dye is 351 and data of 0(black dye)
If u want red Id: 351 Data/Damage: 1
Whats wrong with my mod?
Item.addCraftRecipe(470,1,0[343,1,0,251_4,1,0]);
org.mozilla.javascript.EvaluatorException: missing ] in index expression
The heck is this for
Umm the _
Item.addCraftRecipe(470,1,0,[343,1,0, 251,4,0]);
Just Having A Break in creating mods
How do i make it so its pink dye instead of red dye then?
The heck is this for
Wait there are no pink dye in ur method the Id for a dye is 351 and data of 0(black dye)
If u want red Id: 351 Data/Damage: 1
Just Having A Break in creating mods