mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-10 22:36:06 +01:00
33b5338828
- 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
19 lines
No EOL
280 B
JSON
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
|
|
}
|
|
} |