Jump to content

SpinAttack

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by SpinAttack

  1. Ah, I missed the comma in ingredients, and cool thanks I appreciate it
  2. Hey guys, I've just started modding a week ago so I'm pretty new to this, but I like to think I know the basics of Java. Some items doesn't work in my "assets.lfm.recipes.recipe_example_item.json" as a crafting ingredient or result. Here's my "recipe_example_item.json" for item "example_item". recipe_example_item.json { "type": "minecraft:crafting_shapeless", "ingredients": [ { "item": "minecraft:dirt" }, ], "result": { "item": "lfm:example_item", "count": 1 } } I have a list of tested items not usable in crafting: golden_apple, dirt, grass_block, glowstone, stone, any of the brewed potions except potion(Water bottle), and I'm sure many more.
×
×
  • Create New...

Important Information

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