#Very interesting / broken KJS recipe with YTECH

3 messages · Page 1 of 1 (latest)

last saddleBOT
#

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

frosty onyx
#

Heres this script as an example...

    event.custom({ //Drying Rack
  "type": "ytech:workspace_crafting",
  "key": {
    "T": {
      "tag": "ytech:grass_twines"
    },
    "W": {
      "tag": "minecraft:logs"
    }
  },
  "pattern": {
    "bottom": [
      "   ",
      "W W",
      "   "
    ],
    "middle": [
      "   ",
      "W W",
      "   "
    ],
    "top": [
      "   ",
      "WTW",
      "   "
    ]
  },
  "result": {
    "item": "ytech:oak_drying_rack"
  },
  "tool": {
    "tag": "forge:tools/axes"
  }
})