Jump to content

Why do my recipes not work?


lxquid_

Recommended Posts

Hello,

i have coded recipes and there are not working.

src/main/resources/data/tme/recipes/roesti_from_crafting.json

{
  "type": "minecraft:crafting_shaped",
  "pattern":
  [
    "ppp",
    "ccc",
    "pap"
  ],
  "key":
  {
    "a":
    {
      "tag": "minecraft:coal"
    },
    "p":
    {
      "item": "minecraft:potato"
    },
    "c":
    {
      "item": "tme:cheese"
    }
  },
  "result":
  {
    "item": "tme:roesti",
    "count": 1
  }
}

somebody knows what i am doing wrong?

 

thanks in advance.

Link to comment
Share on other sites

Just now, lxquid_ said:

nope please explain o-o @kiou.23

tags is a way of grouping together items that have something in common. look at Coal and Charcoal for example, they're both individual items, but for the torch recipe (and the campfire iirc), you can use any of the coals. minecraft doesn't make the recipe twice, once for each coal. instead it groups the coals together under a tag

there are tags for a whole bunch of stuff, some from vanilla, some from forge, and you can even make your own type of tags, it's all data-driven and the minecraft wiki article I posted goes into further detail

Link to comment
Share on other sites

4 minutes ago, Beethoven92 said:

what is "befat"? I thought your mod id was "tme" (as seen in the first json you posted)..also why did you separate advancements and recipes folder? You can put both of them in data."your_mod_id"

befat is the modid

10 hours ago, diesieben07 said:

Change your ModID! "tme" is too short and not unique. Do not use abbreviations.

@Beethoven92

Link to comment
Share on other sites

did you name the folders with actual periods? don't do that, IntelliJ doesn't make it subfolders (it works for Java packages, but not for regular directories), it's literally just a directory name with periods in it

recipes must be under data/modid/recipes

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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