#Shaped recipe replacement issue

8 messages · Page 1 of 1 (latest)

weak glacier
#

In game my recipe is being like lowered and missing some ingredients, not sure what I'm doing wrong here

        Item.of("legendarysurvivaloverhaul:medikit"), [
        "BAB", 
        "CDC", 
        "EEE"
      ], 
      {
        A: "create:cardboard",
        B: "supplementaries:rope",
        C: "minecraft:gold",
        D: "legendarysurvivaloverhaul:bandage",
        E: "minecraft:wool"
      })
      .id('legendarysurvivaloverhaul:medikit')```
trail tideBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

shy tundra
#

This happens when the game couldn't find the item you're referencing.

#

you can use '#minecraft:wool' for items tagged with minecraft:wool

weak glacier
#

ohhh

#

and its gold_ingot obviously

#

im dumb

#

ty lol