diff --git a/config/global_data_and_resourcepacks.toml b/config/global_data_and_resourcepacks.toml index d55f092..b87e645 100644 --- a/config/global_data_and_resourcepacks.toml +++ b/config/global_data_and_resourcepacks.toml @@ -12,7 +12,7 @@ enable_system_global_packs = false #With the current config you can place a Datapack into '.minecraft/global_packs/required_data' to force enable a datapack. [resourcepacks] required = [ - "resources/required_resources/" + "resources/required_assets/" ] [datapacks] diff --git a/index.toml b/index.toml index 63ccfed..4cef8ac 100644 --- a/index.toml +++ b/index.toml @@ -6,7 +6,7 @@ hash = "77ca3059e73ab40c271013ec3719328cb1c71139387a1986dcc452ebee0a5400" [[files]] file = "config/global_data_and_resourcepacks.toml" -hash = "321eb89c510cb81571e2e1aec6c3c243c7c33b6629744a6489afc7125b5ece24" +hash = "98a0aedb91f38f7abd7ce559030a8163b11f38f1178fdedcc64cba13ac8a5798" [[files]] file = "mods/adorn.pw.toml" @@ -258,6 +258,11 @@ file = "mods/do-api.pw.toml" hash = "57bdebf7fb5de047c0fe304d2646c854d629007734c589253aaa97973982f522" metafile = true +[[files]] +file = "mods/draggable-lists.pw.toml" +hash = "b3b3985b2d0a7619e212949cf35745f51efe7f46827eedf3bfd207a265ab7b76" +metafile = true + [[files]] file = "mods/dye-depot.pw.toml" hash = "bc91847d35a36a44d15e104f0be19ef5a48ddf50463bbe92c78f7622b0237a40" @@ -308,6 +313,11 @@ file = "mods/emitrades.pw.toml" hash = "a55d562fcd6be9796e8cc162b83b5745efd83254fae44bf5a4d85d0fe6c97fcb" metafile = true +[[files]] +file = "mods/emuno.pw.toml" +hash = "d74817d89b62d5ed1650a8819e677e06203b4f23d13eaa30fce73e057b1d4a5e" +metafile = true + [[files]] file = "mods/enchanted-vertical-slabs.pw.toml" hash = "48f422e0435d5a3fc58a03fe9a35369719ad439bdcc6fb6b5c856ea1979eb2ad" @@ -663,6 +673,11 @@ file = "mods/persistent-parrots.pw.toml" hash = "38d85913a24f8cd228c4c5c99cb1cd0e85b86d0ffc99af0cefefd872f196055d" metafile = true +[[files]] +file = "mods/polymorph.pw.toml" +hash = "00cff67650b9b398040a1007458b9de2af5a64713c3cca1ec6a2ddbaf59985e7" +metafile = true + [[files]] file = "mods/presence-footsteps.pw.toml" hash = "47f2cc55eea663422fb2121da11d2a4b19ce46b488dfa089dd0fb9d1a23b503a" @@ -909,8 +924,20 @@ hash = "f2ac58d81c2e7aa64af8a028c9e7506873f0391c71e5663f7ae769b8b555f4f9" metafile = true [[files]] -file = "resources/required_assets/.packwizignore" -hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" +file = "resources/required_assets/ExploreCraft-Tweaks/assets/minecraft/textures/entity/shield_base.png" +hash = "57aea5dac882801b72ce6203c8b319798c247bb80fcb7b6d618dde567a151f71" + +[[files]] +file = "resources/required_assets/ExploreCraft-Tweaks/assets/minecraft/textures/entity/shield_base_nopattern.png" +hash = "fae8932102b5da3f626cf79d59130fb941132fc31c4d2ddfa69f50e831a7bc36" + +[[files]] +file = "resources/required_assets/ExploreCraft-Tweaks/pack.mcmeta" +hash = "e697905a6c5a92f5ff6eb9b06f238336b199c4450db73047357bb4ce6b1e14fd" + +[[files]] +file = "resources/required_assets/ExploreCraft-Tweaks/pack.png" +hash = "7b4b3b0cec6286cd66805085b4bdff65be491e33c2b1e8a9246221428cd21204" [[files]] file = "resources/required_data/ExploreCraft-Tweaks/data/explorations/worldgen/structure_set/floating_island.json" @@ -924,10 +951,22 @@ hash = "77760c0d79f8966470ab77d206df84a2e862ea0f1d2f11a979756d01c587a64d" file = "resources/required_data/ExploreCraft-Tweaks/data/gamerules/functions/load.mcfunction" hash = "5b32bf77e13943240fab521372fd418a56c9e158ac307bda8d0e1fa289aed164" +[[files]] +file = "resources/required_data/ExploreCraft-Tweaks/data/minecraft/recipes/shield.json" +hash = "1f2ca55e075dc2935b332ff900a6c021169c65a82a8c22aab02c5d75c0cd30be" + [[files]] file = "resources/required_data/ExploreCraft-Tweaks/data/minecraft/tags/functions/load.json" hash = "29c2f520c5cfc034ad4ce25619c0719b05e8a281dd060c32b471c1e94bfe379c" +[[files]] +file = "resources/required_data/ExploreCraft-Tweaks/data/numismatics/recipes/diamond_shard.json" +hash = "dc3cb23404cb7dfed757c4847125ec8bd3032a8cff66c48d1caf6937dfd0d327" + +[[files]] +file = "resources/required_data/ExploreCraft-Tweaks/data/numismatics/recipes/sprocket.json" +hash = "c45e1ca16d588b3d654b391f5af57101c2a76a9b3079eeba73493e6fb9c1900b" + [[files]] file = "resources/required_data/ExploreCraft-Tweaks/data/tconstruct/worldgen/structure/blood_island.json" hash = "91e34cc3e487d01f2deeccb13e0e9194d316b41cccff110773be941af2351f10" diff --git a/mods/draggable-lists.pw.toml b/mods/draggable-lists.pw.toml new file mode 100644 index 0000000..f9d37d2 --- /dev/null +++ b/mods/draggable-lists.pw.toml @@ -0,0 +1,18 @@ +name = "Draggable Lists" +filename = "draggable_lists-mc1.20-1.0.1-build.7.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/aLcHfalx/versions/heA62vSK/draggable_lists-mc1.20-1.0.1-build.7.jar" +hash-format = "sha1" +hash = "be264eee72143d9ab8eb2e48934a1ac551876566" + +[update] +[update.modrinth] +mod-id = "aLcHfalx" +version = "heA62vSK" + +[option] +optional = true +default = true +description = "This mod makes it so resource packs and servers are draggable because who loves pressing buttons repeatedly just to move an item in a UI." diff --git a/mods/emuno.pw.toml b/mods/emuno.pw.toml new file mode 100644 index 0000000..4e893fa --- /dev/null +++ b/mods/emuno.pw.toml @@ -0,0 +1,18 @@ +name = "EmuNO" +filename = "emuno-1.1.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/RLrPqrNI/versions/Rt34JLkK/emuno-1.1.1.jar" +hash-format = "sha1" +hash = "851deb11c20f2a7a43ae19919bed4f436483a033" + +[update] +[update.modrinth] +mod-id = "RLrPqrNI" +version = "Rt34JLkK" + +[option] +optional = true +default = true +description = "Disables various macOS-specific behaviors, making your life better." diff --git a/mods/polymorph.pw.toml b/mods/polymorph.pw.toml new file mode 100644 index 0000000..bf4db44 --- /dev/null +++ b/mods/polymorph.pw.toml @@ -0,0 +1,13 @@ +name = "Polymorph" +filename = "polymorph-quilt-0.49.3+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/tagwiZkJ/versions/qA4syOxx/polymorph-quilt-0.49.3%2B1.20.1.jar" +hash-format = "sha1" +hash = "06cae28b9f04fb5d091539a36b663ac796a2d3bc" + +[update] +[update.modrinth] +mod-id = "tagwiZkJ" +version = "qA4syOxx" diff --git a/pack.toml b/pack.toml index ab61cb4..755607f 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 = "1fe3d5bb85270e6216bdc42e8850329a98ad9ba3b9c26f791bc0767d209f25c9" +hash = "1b3635f3fba443281111f29d3a2289d875bcb2a241aeae33eb4d9bdeffe3e287" [versions] minecraft = "1.20.1" diff --git a/resources/required_assets/.packwizignore b/resources/required_assets/.packwizignore deleted file mode 100644 index e69de29..0000000 diff --git a/resources/required_assets/ExploreCraft-Tweaks/assets/minecraft/textures/entity/shield_base.png b/resources/required_assets/ExploreCraft-Tweaks/assets/minecraft/textures/entity/shield_base.png new file mode 100644 index 0000000..56eb7f9 Binary files /dev/null and b/resources/required_assets/ExploreCraft-Tweaks/assets/minecraft/textures/entity/shield_base.png differ diff --git a/resources/required_assets/ExploreCraft-Tweaks/assets/minecraft/textures/entity/shield_base_nopattern.png b/resources/required_assets/ExploreCraft-Tweaks/assets/minecraft/textures/entity/shield_base_nopattern.png new file mode 100644 index 0000000..5b59310 Binary files /dev/null and b/resources/required_assets/ExploreCraft-Tweaks/assets/minecraft/textures/entity/shield_base_nopattern.png differ diff --git a/resources/required_assets/ExploreCraft-Tweaks/pack.mcmeta b/resources/required_assets/ExploreCraft-Tweaks/pack.mcmeta new file mode 100644 index 0000000..d419181 --- /dev/null +++ b/resources/required_assets/ExploreCraft-Tweaks/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "description": "ExploreCraft Utilities and Tweaks!", + "pack_format": 15 + } +} diff --git a/resources/required_assets/ExploreCraft-Tweaks/pack.png b/resources/required_assets/ExploreCraft-Tweaks/pack.png new file mode 100644 index 0000000..4d3a439 Binary files /dev/null and b/resources/required_assets/ExploreCraft-Tweaks/pack.png differ diff --git a/resources/required_data/ExploreCraft-Tweaks/data/minecraft/recipes/shield.json b/resources/required_data/ExploreCraft-Tweaks/data/minecraft/recipes/shield.json new file mode 100644 index 0000000..45b49a9 --- /dev/null +++ b/resources/required_data/ExploreCraft-Tweaks/data/minecraft/recipes/shield.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "W": { + "tag": "minecraft:logs" + }, + + "I": { + "item": "minecraft:iron_block" + }, + + "D": { + "item": "minecraft:diamond" + } + }, + "pattern": [ + "WIW", + "WDW", + " W " + ], + "result": { + "item": "minecraft:shield" + } +} \ No newline at end of file diff --git a/resources/required_data/ExploreCraft-Tweaks/data/numismatics/recipes/diamond_shard.json b/resources/required_data/ExploreCraft-Tweaks/data/numismatics/recipes/diamond_shard.json new file mode 100644 index 0000000..1201a90 --- /dev/null +++ b/resources/required_data/ExploreCraft-Tweaks/data/numismatics/recipes/diamond_shard.json @@ -0,0 +1,12 @@ +{ + "type": "crafting_shapeless", + "result": { + "item": "create_dd:diamond_shard", + "count": 2 + }, + "ingredients": [ + { + "item": "numismatics:sprocket" + } + ] +} \ No newline at end of file diff --git a/resources/required_data/ExploreCraft-Tweaks/data/numismatics/recipes/sprocket.json b/resources/required_data/ExploreCraft-Tweaks/data/numismatics/recipes/sprocket.json new file mode 100644 index 0000000..bfb824a --- /dev/null +++ b/resources/required_data/ExploreCraft-Tweaks/data/numismatics/recipes/sprocket.json @@ -0,0 +1,12 @@ +{ + "type": "crafting_shapeless", + "result": { + "item": "numismatics:sprocket", + "count": 1 + }, + "ingredients": [ + { + "item": "minecraft:diamond" + } + ] +} \ No newline at end of file