From ac6f0d4dcf2a8de91890d07228ae3d2d2959ec5a Mon Sep 17 00:00:00 2001 From: reidlab Date: Thu, 17 Jul 2025 13:06:42 -0700 Subject: [PATCH] craftable weather deflectors --- .../weather2/recipe/weather_deflector.json | 26 +++++++++++++++++++ .../datapacks/weather2-craftables/pack.mcmeta | 6 +++++ index.toml | 8 ++++++ pack.toml | 2 +- 4 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 config/paxi/datapacks/weather2-craftables/data/weather2/recipe/weather_deflector.json create mode 100644 config/paxi/datapacks/weather2-craftables/pack.mcmeta diff --git a/config/paxi/datapacks/weather2-craftables/data/weather2/recipe/weather_deflector.json b/config/paxi/datapacks/weather2-craftables/data/weather2/recipe/weather_deflector.json new file mode 100644 index 0000000..8172cb6 --- /dev/null +++ b/config/paxi/datapacks/weather2-craftables/data/weather2/recipe/weather_deflector.json @@ -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 + } +} \ No newline at end of file diff --git a/config/paxi/datapacks/weather2-craftables/pack.mcmeta b/config/paxi/datapacks/weather2-craftables/pack.mcmeta new file mode 100644 index 0000000..b6f0c7d --- /dev/null +++ b/config/paxi/datapacks/weather2-craftables/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 48, + "description": "craftable weather deflectors" + } +} \ No newline at end of file diff --git a/index.toml b/index.toml index 5710657..d33e502 100644 --- a/index.toml +++ b/index.toml @@ -36,6 +36,14 @@ hash = "be81cfec6bcf77e1d00f85db8d1a8d922badda79a71363d67ed964fdd2cc7702" file = "config/item_obliterator.json5" 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]] file = "config/paxi/resourcepacks/ctm-overhaul.pw.toml" hash = "3034e3a2bab1e8a76e7c4a0d573c4042647fd0940cedecfeb4a3624c8bf0222c" diff --git a/pack.toml b/pack.toml index 19c6954..8ddd606 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "d0840dbb78c8b256b5971b2b2ebb0845517d746911361e617fa7f085d9a47177" +hash = "58bc48039349bceb6a70a7d0f6d18f9e88030ad7970b7dc06ad7bacdc3724661" [versions] minecraft = "1.21.1"