From d1f593bea899f1384666fd0a2dc95ba2cf1332c2 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Sat, 14 Sep 2024 05:41:50 +0200 Subject: [PATCH] mods --- web/pack/config/cardboardboxes-common.toml | 49 +++++++++++++++ web/pack/config/resourcepackoverrides.json | 13 ++++ web/pack/index.toml | 60 +++++++++++++++++++ web/pack/mods/create-blueprint-void.pw.toml | 13 ++++ web/pack/mods/easy-anvils.pw.toml | 13 ++++ web/pack/mods/easy-magic.pw.toml | 13 ++++ web/pack/mods/easy-npc.pw.toml | 13 ++++ web/pack/mods/leaves-be-gone.pw.toml | 13 ++++ web/pack/mods/minemenu.pw.toml | 13 ++++ web/pack/mods/missions.pw.toml | 13 ++++ web/pack/mods/mob-lassos.pw.toml | 13 ++++ web/pack/mods/mob-plaques.pw.toml | 13 ++++ web/pack/mods/numismatics.pw.toml | 13 ++++ web/pack/mods/puzzles-lib.pw.toml | 13 ++++ web/pack/pack.toml | 2 +- .../resourcepacks/tras-fresh-player.pw.toml | 13 ++++ 16 files changed, 279 insertions(+), 1 deletion(-) create mode 100644 web/pack/config/cardboardboxes-common.toml create mode 100644 web/pack/config/resourcepackoverrides.json create mode 100644 web/pack/mods/create-blueprint-void.pw.toml create mode 100644 web/pack/mods/easy-anvils.pw.toml create mode 100644 web/pack/mods/easy-magic.pw.toml create mode 100644 web/pack/mods/easy-npc.pw.toml create mode 100644 web/pack/mods/leaves-be-gone.pw.toml create mode 100644 web/pack/mods/minemenu.pw.toml create mode 100644 web/pack/mods/missions.pw.toml create mode 100644 web/pack/mods/mob-lassos.pw.toml create mode 100644 web/pack/mods/mob-plaques.pw.toml create mode 100644 web/pack/mods/numismatics.pw.toml create mode 100644 web/pack/mods/puzzles-lib.pw.toml create mode 100644 web/pack/resourcepacks/tras-fresh-player.pw.toml diff --git a/web/pack/config/cardboardboxes-common.toml b/web/pack/config/cardboardboxes-common.toml new file mode 100644 index 0000000..f1fa348 --- /dev/null +++ b/web/pack/config/cardboardboxes-common.toml @@ -0,0 +1,49 @@ + +[BlackListSettings] + #Prevents mobs spawners from being placed into cardboard boxes + BlackListMobSpawners = false + +#Auto generated list of block entities registered in Minecraft that can be blocked from use with the box. If a block entity does not show up on this list it is already black listed. The reasoning behind blocking block entities is to prevent crashes or unwanted interaction. Such as picking up a piston which can both causes issues and doesn't really matter. Set value to 'true' to disable interaction. +[tile_ban_list] + "minecraft:furnace" = false + "minecraft:chest" = false + "minecraft:trapped_chest" = false + "minecraft:ender_chest" = false + "minecraft:jukebox" = false + "minecraft:dispenser" = false + "minecraft:dropper" = false + "minecraft:sign" = false + "minecraft:hanging_sign" = false + "minecraft:mob_spawner" = false + "minecraft:piston" = false + "minecraft:brewing_stand" = false + "minecraft:enchanting_table" = false + "minecraft:end_portal" = false + "minecraft:beacon" = false + "minecraft:skull" = false + "minecraft:daylight_detector" = false + "minecraft:hopper" = false + "minecraft:comparator" = false + "minecraft:banner" = false + "minecraft:structure_block" = false + "minecraft:end_gateway" = false + "minecraft:command_block" = false + "minecraft:shulker_box" = false + "minecraft:bed" = false + "minecraft:conduit" = true + "minecraft:barrel" = false + "minecraft:smoker" = false + "minecraft:blast_furnace" = false + "minecraft:lectern" = false + "minecraft:bell" = false + "minecraft:jigsaw" = false + "minecraft:campfire" = false + "minecraft:beehive" = false + "minecraft:sculk_sensor" = false + "minecraft:calibrated_sculk_sensor" = false + "minecraft:sculk_catalyst" = false + "minecraft:sculk_shrieker" = false + "minecraft:chiseled_bookshelf" = false + "minecraft:brushable_block" = false + "minecraft:decorated_pot" = false + diff --git a/web/pack/config/resourcepackoverrides.json b/web/pack/config/resourcepackoverrides.json new file mode 100644 index 0000000..8f2da2d --- /dev/null +++ b/web/pack/config/resourcepackoverrides.json @@ -0,0 +1,13 @@ +{ + "schema_version": "2", + "default_packs": [ + "file/Create+Simple+Storage+2.1.zip", + "file/EBE_1.20.x_v1.1.zip", + "file/Createful-Plaques v0.6 (1.20.x)", + "file/CreateEasyVillager_v1.0.1a.zip", + "file/Better tom's create storage 1.1.zip" +] +,"default_overrides": { + "force_compatible": true +} +} \ No newline at end of file diff --git a/web/pack/index.toml b/web/pack/index.toml index 35f726f..1ba3f87 100644 --- a/web/pack/index.toml +++ b/web/pack/index.toml @@ -154,6 +154,11 @@ file = "mods/crafting-on-a-stick.pw.toml" hash = "33c56c189134e3f954091dc6144358344b1da51abb9e8c9432b61592d1448681" metafile = true +[[files]] +file = "mods/create-blueprint-void.pw.toml" +hash = "670fccd85994a4a11e75f09f936d8660dbfb3b5bd85ff5f6a493c807fb589f78" +metafile = true + [[files]] file = "mods/create-connected.pw.toml" hash = "6f2dd94587eeece8009e19fdb79f0f7326d1807baed47eb67afa349dcfbe6d49" @@ -339,6 +344,21 @@ file = "mods/easier-sleeping.pw.toml" hash = "0bf7b07a3c3a7f5220f6a30c07a8ca0fcf51927553a5fa4f73d39e5ef07a440e" metafile = true +[[files]] +file = "mods/easy-anvils.pw.toml" +hash = "44939e619b300aeac4de098126c182fdaba2439f737307bbe214f68c32c115a7" +metafile = true + +[[files]] +file = "mods/easy-magic.pw.toml" +hash = "b6a2eece281f73726473d67ae7de5010886a6bf82a75ea3049620851f70c11b1" +metafile = true + +[[files]] +file = "mods/easy-npc.pw.toml" +hash = "19695f83ba13706004316754fc6a010808570bb7cb01b9d9efe2b8916aa94965" +metafile = true + [[files]] file = "mods/easy-villagers.pw.toml" hash = "8226c9233613d4e0a81df92419755eb206155b3f8a019d668b23d1c17341cd17" @@ -584,6 +604,11 @@ file = "mods/kubejs.pw.toml" hash = "6625e424713698763eb78672190c0662f5c301058a6339c6d165ea8e7461417b" metafile = true +[[files]] +file = "mods/leaves-be-gone.pw.toml" +hash = "79f696c09f378d5a2127ad7ddcda4c03cb2fe71622860c99addef9aa29c91b74" +metafile = true + [[files]] file = "mods/legendary-tooltips.pw.toml" hash = "dd308454a6708e915735523e3ccbf6be4893ff9c7ca737d2f9ccf745fffd6835" @@ -629,11 +654,31 @@ file = "mods/mes-moogs-end-structures.pw.toml" hash = "7a3ee34f8f8223369e564c3913b18fd8f11203a9e5140b75c44432cd6a72354f" metafile = true +[[files]] +file = "mods/minemenu.pw.toml" +hash = "3c8e28c58a785e98c329cb31f5f43887ee14bf7dd0b782d35cd71d8f405745d4" +metafile = true + [[files]] file = "mods/mining-gadgets.pw.toml" hash = "d4a42351be29d476b540e810a2339b05f2f0cf789d62404da7c708b685c9ecda" metafile = true +[[files]] +file = "mods/missions.pw.toml" +hash = "54a65bf1ef9044f125c11596be62397bee4ef7ebdbbb5671da2880cd9b01f275" +metafile = true + +[[files]] +file = "mods/mob-lassos.pw.toml" +hash = "34b68b7a688844cd2c15e56180bd01bcd84df7ae541bebdde134aa83522fa692" +metafile = true + +[[files]] +file = "mods/mob-plaques.pw.toml" +hash = "fbcc9479ed3ece8b67699836233e63a59f2b51e3ad29d8b18532e081b046820b" +metafile = true + [[files]] file = "mods/modernfix.pw.toml" hash = "f03861f83a9f0c69606d5e355b9a342838a04d255873cf0751c676dd50ec6e8e" @@ -649,6 +694,11 @@ file = "mods/more-overlays-updated.pw.toml" hash = "869c69737f60d1009b4f40b84409326170f2a1b6c327fc333854e5e8cb90d294" metafile = true +[[files]] +file = "mods/numismatics.pw.toml" +hash = "450a3ad1e5e953d9d6c1f5ad6278ead01cfe32ea17fe43df70d3cf2a3120ff55" +metafile = true + [[files]] file = "mods/ob-aquamirae.pw.toml" hash = "cc24ee332a95fcae64ccb5dd9905fc25b2f8a2ccab500add27f0ff05fc130abf" @@ -729,6 +779,11 @@ file = "mods/protection-pixel.pw.toml" hash = "197c1d3275bc6fe387b7e80bfc4668828c6ff82fedd216587fd409dc5f5d8c60" metafile = true +[[files]] +file = "mods/puzzles-lib.pw.toml" +hash = "2cf36fe7043b6d7ec5930790334e7ab551db9879474418785e9e71592db63ce2" +metafile = true + [[files]] file = "mods/rechiseled-create.pw.toml" hash = "0d4a48d89d0962c8b5589be857161699256da13162b6b39f54c07595ef13912c" @@ -1009,6 +1064,11 @@ file = "resourcepacks/toms-create-storage.pw.toml" hash = "7369c0f50de35aa5988bcb1b4f51bb94247b4d15be890b44b254112da1a04d9f" metafile = true +[[files]] +file = "resourcepacks/tras-fresh-player.pw.toml" +hash = "99c6abf6a8d28c1c56156d25411ba816cf2bf38d7d174514a2ad32ac03ad737b" +metafile = true + [[files]] file = "shaderpacks/complementary-unbound.pw.toml" hash = "9ed342e0d8a2200d2a5c01826dba51b70433ad2c0e998fda893b5fa2911c2516" diff --git a/web/pack/mods/create-blueprint-void.pw.toml b/web/pack/mods/create-blueprint-void.pw.toml new file mode 100644 index 0000000..1c9bfe9 --- /dev/null +++ b/web/pack/mods/create-blueprint-void.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Blueprint Void" +filename = "bpvoid-1.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/6dcn3sS1/versions/j3TDi9Nf/bpvoid-1.0.1.jar" +hash-format = "sha1" +hash = "4d8392c26ece018ca2b5e2fbb0b5fb435c1ece3d" + +[update] +[update.modrinth] +mod-id = "6dcn3sS1" +version = "j3TDi9Nf" diff --git a/web/pack/mods/easy-anvils.pw.toml b/web/pack/mods/easy-anvils.pw.toml new file mode 100644 index 0000000..baa0f4e --- /dev/null +++ b/web/pack/mods/easy-anvils.pw.toml @@ -0,0 +1,13 @@ +name = "Easy Anvils" +filename = "EasyAnvils-v8.0.2-1.20.1-Forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/OZBR5JT5/versions/4pRdDqEb/EasyAnvils-v8.0.2-1.20.1-Forge.jar" +hash-format = "sha1" +hash = "d44a8b549b27713a92d59148729bf374ff3e25f0" + +[update] +[update.modrinth] +mod-id = "OZBR5JT5" +version = "4pRdDqEb" diff --git a/web/pack/mods/easy-magic.pw.toml b/web/pack/mods/easy-magic.pw.toml new file mode 100644 index 0000000..15959d4 --- /dev/null +++ b/web/pack/mods/easy-magic.pw.toml @@ -0,0 +1,13 @@ +name = "Easy Magic" +filename = "EasyMagic-v8.0.1-1.20.1-Forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9hx3AbJM/versions/W2xPEG9I/EasyMagic-v8.0.1-1.20.1-Forge.jar" +hash-format = "sha1" +hash = "9bfb5d63ac2e03ecdab8755c968ffa25b799469b" + +[update] +[update.modrinth] +mod-id = "9hx3AbJM" +version = "W2xPEG9I" diff --git a/web/pack/mods/easy-npc.pw.toml b/web/pack/mods/easy-npc.pw.toml new file mode 100644 index 0000000..33bbff9 --- /dev/null +++ b/web/pack/mods/easy-npc.pw.toml @@ -0,0 +1,13 @@ +name = "Easy NPC" +filename = "easy_npc-forge-1.20.1-5.6.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/CgGEe1h3/versions/9oy589wL/easy_npc-forge-1.20.1-5.6.0.jar" +hash-format = "sha1" +hash = "b99ff03b5da2daf0880c3c9fd89017def1732871" + +[update] +[update.modrinth] +mod-id = "CgGEe1h3" +version = "9oy589wL" diff --git a/web/pack/mods/leaves-be-gone.pw.toml b/web/pack/mods/leaves-be-gone.pw.toml new file mode 100644 index 0000000..f081f8e --- /dev/null +++ b/web/pack/mods/leaves-be-gone.pw.toml @@ -0,0 +1,13 @@ +name = "Leaves Be Gone" +filename = "LeavesBeGone-v8.0.0-1.20.1-Forge.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/AVq17PqV/versions/slScQFdb/LeavesBeGone-v8.0.0-1.20.1-Forge.jar" +hash-format = "sha1" +hash = "c5043f862be7db76892c7c0c95d02fa3f8332af0" + +[update] +[update.modrinth] +mod-id = "AVq17PqV" +version = "slScQFdb" diff --git a/web/pack/mods/minemenu.pw.toml b/web/pack/mods/minemenu.pw.toml new file mode 100644 index 0000000..5c5ccf5 --- /dev/null +++ b/web/pack/mods/minemenu.pw.toml @@ -0,0 +1,13 @@ +name = "MineMenu" +filename = "MineMenu-1.20.1-1.12.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8cc736b3965e4d101ddbc3724c42ae9559978572" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4938047 +project-id = 222378 diff --git a/web/pack/mods/missions.pw.toml b/web/pack/mods/missions.pw.toml new file mode 100644 index 0000000..615d420 --- /dev/null +++ b/web/pack/mods/missions.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Missions" +filename = "missions-forge-0.3.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/KN33kvHF/versions/WeTaHOh1/missions-forge-0.3.6.jar" +hash-format = "sha1" +hash = "dd478603ec3a58c3e81e289b1e185abf13aaf2b7" + +[update] +[update.modrinth] +mod-id = "KN33kvHF" +version = "WeTaHOh1" diff --git a/web/pack/mods/mob-lassos.pw.toml b/web/pack/mods/mob-lassos.pw.toml new file mode 100644 index 0000000..8c42642 --- /dev/null +++ b/web/pack/mods/mob-lassos.pw.toml @@ -0,0 +1,13 @@ +name = "Mob Lassos" +filename = "MobLassos-v8.0.1-1.20.1-Forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ftOBbnu8/versions/9ocXWaBc/MobLassos-v8.0.1-1.20.1-Forge.jar" +hash-format = "sha1" +hash = "0586f2cdfe31d98824e4acf1556f9e070b5453da" + +[update] +[update.modrinth] +mod-id = "ftOBbnu8" +version = "9ocXWaBc" diff --git a/web/pack/mods/mob-plaques.pw.toml b/web/pack/mods/mob-plaques.pw.toml new file mode 100644 index 0000000..1997edc --- /dev/null +++ b/web/pack/mods/mob-plaques.pw.toml @@ -0,0 +1,13 @@ +name = "Mob Plaques" +filename = "MobPlaques-v8.0.1-1.20.1-Forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/3b1CFIR5/versions/UQWgKqWP/MobPlaques-v8.0.1-1.20.1-Forge.jar" +hash-format = "sha1" +hash = "72a7476c49cf1a4d66f133d100faac2b40097170" + +[update] +[update.modrinth] +mod-id = "3b1CFIR5" +version = "UQWgKqWP" diff --git a/web/pack/mods/numismatics.pw.toml b/web/pack/mods/numismatics.pw.toml new file mode 100644 index 0000000..b11ea1e --- /dev/null +++ b/web/pack/mods/numismatics.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Numismatics" +filename = "CreateNumismatics-1.0.6+forge-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Jdbbtt0i/versions/95Ixqq5F/CreateNumismatics-1.0.6%2Bforge-mc1.20.1.jar" +hash-format = "sha1" +hash = "d8356090efdf5591fd52d42095101d9b530fbd87" + +[update] +[update.modrinth] +mod-id = "Jdbbtt0i" +version = "95Ixqq5F" diff --git a/web/pack/mods/puzzles-lib.pw.toml b/web/pack/mods/puzzles-lib.pw.toml new file mode 100644 index 0000000..46822a2 --- /dev/null +++ b/web/pack/mods/puzzles-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Puzzles Lib" +filename = "PuzzlesLib-v8.1.23-1.20.1-Forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/QAGBst4M/versions/UlSkomup/PuzzlesLib-v8.1.23-1.20.1-Forge.jar" +hash-format = "sha1" +hash = "dac5d9a8dbb0df2c98d4b71aa1f5ab04761ac34f" + +[update] +[update.modrinth] +mod-id = "QAGBst4M" +version = "UlSkomup" diff --git a/web/pack/pack.toml b/web/pack/pack.toml index 2a74d32..7dbee3d 100644 --- a/web/pack/pack.toml +++ b/web/pack/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "4a0c42911a925bd5c1054a582fda8331d99a718b9dc69986285b26e08a61c5c2" +hash = "4046c24ba2e147659eb4beebaa9712851b82163011ff0e9c42ed7ed043fa10f6" [versions] forge = "47.3.7" diff --git a/web/pack/resourcepacks/tras-fresh-player.pw.toml b/web/pack/resourcepacks/tras-fresh-player.pw.toml new file mode 100644 index 0000000..e12d55b --- /dev/null +++ b/web/pack/resourcepacks/tras-fresh-player.pw.toml @@ -0,0 +1,13 @@ +name = "Fresh Moves" +filename = "Expressive Fresh Moves v3.0.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/slufHzC2/versions/Sdg6a6Tc/Expressive%20Fresh%20Moves%20v3.0.1.zip" +hash-format = "sha1" +hash = "7e9e519d92633d4b4243ce5ad1c1ea75d59bf8d5" + +[update] +[update.modrinth] +mod-id = "slufHzC2" +version = "Sdg6a6Tc"