Jump to content

lxquid_

Members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by lxquid_

  1. 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

  2. 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.

×
×
  • Create New...

Important Information

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