Jump to content

Master_Goodbytes

Members
  • Posts

    0
  • Joined

  • Last visited

Master_Goodbytes's Achievements

Newbie

Newbie (1/8)

0

Reputation

  1. I'm trying to make a Chum Bucket recipe, that would require 1 raw food of any type and one bucket, but I can't figure out how to make it accept all raw foods, and not just one. here is my code so far: { "type": "minecraft:crafting_shaped", "pattern": [ "E", "B" ], "key": { "E": { "item": "minecraft:beef" }, "B": { "item": "minecraft:bucket" } }, "result": { "item": "tm:chum_bucket", "count": 1 } }
×
×
  • Create New...

Important Information

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