Flywheel/src/generated/resources/data/create/recipes/acacia_window.json
simibubi 33b5338828 More porty todos
- Added back the silk touch requirement to suitable loot tables
- Added generated recipes and tags for glass and window blocks
- Fixed blockzappers selecting new blocks upon firing
- Removed duplicate recipes and lang entries
- Fixed some outdated translation keys in ui screens
2020-05-31 23:37:31 +02:00

19 lines
No EOL
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
}
}