#mekanism custom paxel recipe not working

7 messages · Page 1 of 1 (latest)

river ivy
#

I have the following recipe, and im not sure why it doesnt work

event.custom({
        type: "mekanismtools:paxel",
        category: "equipment",
        key: {
          A: {
            item: "minecraft:stone_axe"
          },
          P: {
            item: "minecraft:stone_pickaxe"
          },
          R: {
            item: "minecraft:iron_ingot"
          },
          S: {
            item: "minecraft:stone_shovel"
          }
        },
        pattern: [
          "APS",
          " R ",
          " R "
        ],
        result: {
          count: 1,
          id: "mekanismtools:stone_paxel"
        }
    })

Link to recipe example on github: https://github.com/mekanism/Mekanism/blob/1.20.6/src/datagen/generated/mekanismtools/data/mekanismtools/recipes/stone_paxel.json

GitHub

A mod for Minecraft. Contribute to mekanism/Mekanism development by creating an account on GitHub.

hot ibexBOT
#

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

tulip bluffBOT
#

You can find your KubeJS server log in /minecraft/logs/kubejs/server.log.
If you are on 1.18 or below it will be called server.txt.
Please send it if asked, as it contains helpful information.

river ivy
tulip bluffBOT
#

Paste version of server.log from @river ivy

warm pike
#

they use item: instead of id: for result in 1.20.1

river ivy
#

omg that was it. thank you!