mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-10 22:36:06 +01:00
19 lines
280 B
JSON
19 lines
280 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
" # ",
|
||
|
"#X#"
|
||
|
],
|
||
|
"key": {
|
||
|
"#": {
|
||
|
"item": "minecraft:acacia_planks"
|
||
|
},
|
||
|
"X": {
|
||
|
"tag": "forge:glass/colorless"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "create:acacia_window",
|
||
|
"count": 2
|
||
|
}
|
||
|
}
|