mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-12 21:35:01 +01:00
![simibubi](/assets/img/avatar_default.png)
- 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:jungle_planks"
|
|
},
|
|
"X": {
|
|
"tag": "forge:glass/colorless"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "create:jungle_window",
|
|
"count": 2
|
|
}
|
|
} |