Jump to content

Splitzer0

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Splitzer0

  1. Actually I've had a version where the count isn't in there and it still hasn't worked, as for the registry names they are I replaced the result in the working one with both and they worked fine, although I haven't tried changing the mod id
  2. ive been stuck on this for literal hou rs and cant figure it out, my problem right now is that my code for a crafting recipe isnt working, none of them are except for the 1 shapeless recipe i got to work Non Working example: { "type": "minecraft:crafting_shaped", "pattern": [ "xxx", "x x", "xxx" ], "key": { "x": { "item": "sdd:straw" } }, "result": { "item": "sdd:jerry_nest", "count": "1" } } Working: { "type": "crafting_shapeless", "ingredients": [ { "item": "minecraft:wheat" } ], "result": { "item": "sdd:straw", "count": 9 } }
  3. i mean like stackto and tab
  4. alright so right now I'm trying to do multiple item properties but i cant figure it out this is the Items Class public class Straw extends Item { public Straw() { super(new Properties().tab(ItemGroupRegistry.sddMaterials)); } }
  5. I've been scratching head bloody on this, but is there a specific version of Java that I need or a specific JDK version I need?
×
×
  • Create New...

Important Information

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