#Very interesting / broken KJS recipe with YTECH
3 messages · Page 1 of 1 (latest)
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"
}
})