craftable weather deflectors
This commit is contained in:
parent
a9cffc4561
commit
ac6f0d4dcf
4 changed files with 41 additions and 1 deletions
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
6
config/paxi/datapacks/weather2-craftables/pack.mcmeta
Normal file
6
config/paxi/datapacks/weather2-craftables/pack.mcmeta
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"pack": {
|
||||||
|
"pack_format": 48,
|
||||||
|
"description": "craftable weather deflectors"
|
||||||
|
}
|
||||||
|
}
|
|
@ -36,6 +36,14 @@ hash = "be81cfec6bcf77e1d00f85db8d1a8d922badda79a71363d67ed964fdd2cc7702"
|
||||||
file = "config/item_obliterator.json5"
|
file = "config/item_obliterator.json5"
|
||||||
hash = "5abb022e28280a09fa10b46ca5a07c5e7d7183452d797917cee6fac8de869e47"
|
hash = "5abb022e28280a09fa10b46ca5a07c5e7d7183452d797917cee6fac8de869e47"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/weather2-craftables/data/weather2/recipe/weather_deflector.json"
|
||||||
|
hash = "1c757ce7f6037417dfdfdaec80a21a9bfa26aeb39fa483688f918e11d98e9387"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/weather2-craftables/pack.mcmeta"
|
||||||
|
hash = "0738af1684ed51c3047a219e849e2500440601c9f68c4c083a75e4a3af7e5d98"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/paxi/resourcepacks/ctm-overhaul.pw.toml"
|
file = "config/paxi/resourcepacks/ctm-overhaul.pw.toml"
|
||||||
hash = "3034e3a2bab1e8a76e7c4a0d573c4042647fd0940cedecfeb4a3624c8bf0222c"
|
hash = "3034e3a2bab1e8a76e7c4a0d573c4042647fd0940cedecfeb4a3624c8bf0222c"
|
||||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "d0840dbb78c8b256b5971b2b2ebb0845517d746911361e617fa7f085d9a47177"
|
hash = "58bc48039349bceb6a70a7d0f6d18f9e88030ad7970b7dc06ad7bacdc3724661"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.21.1"
|
minecraft = "1.21.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue