craftable weather deflectors

This commit is contained in:
Reid 2025-07-17 13:06:42 -07:00
parent a9cffc4561
commit ac6f0d4dcf
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
4 changed files with 41 additions and 1 deletions

View file

@ -0,0 +1,26 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"iOi",
"iDi"
],
"key": {
"#": {
"item": "minecraft:glass"
},
"i": {
"item": "minecraft:iron_ingot"
},
"O": {
"item": "minecraft:observer"
},
"D": {
"item": "minecraft:diamond"
}
},
"result": {
"id": "weather2:weather_deflector",
"count": 1
}
}

View file

@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 48,
"description": "craftable weather deflectors"
}
}