diff --git a/datapacks/yoshi-tweaks/data/yoshi_tweaks/recipes/capacitor_1.json b/datapacks/yoshi-tweaks/data/yoshi_tweaks/recipes/capacitor_1.json new file mode 100644 index 0000000..a5cae9d --- /dev/null +++ b/datapacks/yoshi-tweaks/data/yoshi_tweaks/recipes/capacitor_1.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "redstone", + "key": { + "C": { + "item": "create:copper_sheet" + }, + "Z": { + "item": "createdeco:zinc_sheet" + }, + "R": { + "item": "minecraft:redstone_torch" + } + }, + "pattern": [ + "C", + "Z", + "R" + ], + "result": { + "item": "createaddition:capacitor" + }, + "show_notification": true +} diff --git a/datapacks/yoshi-tweaks/data/yoshi_tweaks/recipes/capacitor_2.json b/datapacks/yoshi-tweaks/data/yoshi_tweaks/recipes/capacitor_2.json new file mode 100644 index 0000000..16ac09f --- /dev/null +++ b/datapacks/yoshi-tweaks/data/yoshi_tweaks/recipes/capacitor_2.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "redstone", + "key": { + "C": { + "item": "create:copper_sheet" + }, + "Z": { + "item": "createdeco:zinc_sheet" + }, + "R": { + "item": "minecraft:redstone_torch" + } + }, + "pattern": [ + "Z", + "C", + "R" + ], + "result": { + "item": "createaddition:capacitor" + }, + "show_notification": true +} diff --git a/datapacks/yoshi-tweaks/data/yoshi_tweaks/recipes/orechid/deepslate_wanderlite_ore.json b/datapacks/yoshi-tweaks/data/yoshi_tweaks/recipes/orechid/deepslate_wanderlite_ore.json new file mode 100644 index 0000000..94715c0 --- /dev/null +++ b/datapacks/yoshi-tweaks/data/yoshi_tweaks/recipes/orechid/deepslate_wanderlite_ore.json @@ -0,0 +1,12 @@ +{ + "type": "botania:orechid", + "input": { + "type": "block", + "block": "minecraft:deepslate" + }, + "output": { + "type": "block", + "block": "vs_clockwork:wanderlite_deepslate_ore" + }, + "weight": 10 +} diff --git a/datapacks/yoshi-tweaks/data/yoshi_tweaks/recipes/orechid/deepslate_zinc_ore.json b/datapacks/yoshi-tweaks/data/yoshi_tweaks/recipes/orechid/deepslate_zinc_ore.json new file mode 100644 index 0000000..129a4d3 --- /dev/null +++ b/datapacks/yoshi-tweaks/data/yoshi_tweaks/recipes/orechid/deepslate_zinc_ore.json @@ -0,0 +1,12 @@ +{ + "type": "botania:orechid", + "input": { + "type": "block", + "block": "minecraft:deepslate" + }, + "output": { + "type": "block", + "block": "create:deepslate_zinc_ore" + }, + "weight": 75 +} diff --git a/datapacks/yoshi-tweaks/data/yoshi_tweaks/recipes/orechid/zinc_ore.json b/datapacks/yoshi-tweaks/data/yoshi_tweaks/recipes/orechid/zinc_ore.json new file mode 100644 index 0000000..2646904 --- /dev/null +++ b/datapacks/yoshi-tweaks/data/yoshi_tweaks/recipes/orechid/zinc_ore.json @@ -0,0 +1,12 @@ +{ + "type": "botania:orechid", + "input": { + "type": "block", + "block": "minecraft:stone" + }, + "output": { + "type": "block", + "block": "create:zinc_ore" + }, + "weight": 6485 +} diff --git a/datapacks/yoshi-tweaks/pack.mcmeta b/datapacks/yoshi-tweaks/pack.mcmeta new file mode 100644 index 0000000..d7617aa --- /dev/null +++ b/datapacks/yoshi-tweaks/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "description": "Yoshi tweaks", + "pack_format": 15 + } +} diff --git a/index.toml b/index.toml index ea62433..99a77fd 100644 --- a/index.toml +++ b/index.toml @@ -8,6 +8,30 @@ hash = "bb96e20580b3bc03e62f71ae7104faf68ecec7e62cbec4e8679bab5b2d45ebdb" file = "config/yungscavebiomes-fabric-1_20_1.toml" hash = "8515a01c809a950a698bbb40d2c1f4b1bddc5689568d7d0dd01d278edb30962c" +[[files]] +file = "datapacks/yoshi-tweaks/data/yoshi_tweaks/recipes/capacitor_1.json" +hash = "c178cf024918da22bacee7ebfeeb926f6fcc4a980a95e253e2f64ed41549bbf1" + +[[files]] +file = "datapacks/yoshi-tweaks/data/yoshi_tweaks/recipes/capacitor_2.json" +hash = "68e84d9e700a71899b1c9185435c6898985d8c5a800d87760b760c2a2712a18b" + +[[files]] +file = "datapacks/yoshi-tweaks/data/yoshi_tweaks/recipes/orechid/deepslate_wanderlite_ore.json" +hash = "43812cfa1a53f073667b4103cb8799bec5e0c6d92476f62067384c37f7e6ef56" + +[[files]] +file = "datapacks/yoshi-tweaks/data/yoshi_tweaks/recipes/orechid/deepslate_zinc_ore.json" +hash = "b636e2e8e07188b54fa7aa4bacd7a6ddfa960e53f1a89f0cd0eec8b8c693ebfd" + +[[files]] +file = "datapacks/yoshi-tweaks/data/yoshi_tweaks/recipes/orechid/zinc_ore.json" +hash = "bef968a80b8918a160db0ec7d8373d0f0d85ce4bce73f0c804ae51a3aa013d8a" + +[[files]] +file = "datapacks/yoshi-tweaks/pack.mcmeta" +hash = "5cb09912acc9b5a0b1e1567e2e532d523618d1bfc242a275a6dbf6a2df5115ca" + [[files]] file = "mods/3dskinlayers.pw.toml" hash = "6548800a7f3043473a8ea5f0dd07231d890344dd9bf117ef7ea0e98f1057f0fe" @@ -172,6 +196,11 @@ file = "mods/crossstitch.pw.toml" hash = "899a506ec93d9bbc84e58aebeb369847493f97a4383e6691a5d51dbb9c2f6ea2" metafile = true +[[files]] +file = "mods/datapacks.pw.toml" +hash = "a8ba997ab846d6a848fe047e5b72016e4c7c9dd2c2b10ca85deb29a9624fe768" +metafile = true + [[files]] file = "mods/distanthorizons.pw.toml" hash = "92c13b9fc90db07d738d62cd3f0f64bb53afd8b8810c6064deafdb28301e0fce" diff --git a/mods/datapacks.pw.toml b/mods/datapacks.pw.toml new file mode 100644 index 0000000..0eafaf0 --- /dev/null +++ b/mods/datapacks.pw.toml @@ -0,0 +1,13 @@ +name = "Global Datapacks" +filename = "global-datapack-1.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/bRa9yz7E/versions/z3VuVeLh/global-datapack-1.2.jar" +hash-format = "sha512" +hash = "2391e4f574be78aeebb53bf9133dc52210aaa87b3dbefe05a4dee16993c140983322b3341fd97b6b892f992692c36fb66c69ded3b76fbb5a118c7bdb90350615" + +[update] +[update.modrinth] +mod-id = "bRa9yz7E" +version = "z3VuVeLh" diff --git a/pack.toml b/pack.toml index 44a5b3a..bd581e0 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 = "eff543722f4131e454187a4353aefff21b773318d8d39c6fec4f3fb2684e2738" +hash = "54f8f47b15cf64973b362f1482e0604c7a77f90ab4744cfd087532a576d85054" [versions] fabric = "0.16.10"