Files
jgl_sunlit_patch/kubejs/data/create/recipes/crafting/logistics/packager.json
T
2026-07-31 10:34:32 +09:00

21 lines
364 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"item": "create:cardboard_block"
},
"C": {
"item": "minecraft:iron_block"
},
"R": {
"item": "minecraft:redstone_block"
}
},
"pattern": [" C ", "CAC", "RCR"],
"result": {
"item": "create:packager"
},
"show_notification": true
}