From f0fce565527fb2b9900f8d6e7f6c6343ba493ae5 Mon Sep 17 00:00:00 2001 From: materus Date: Sun, 27 Jul 2025 17:21:23 +0200 Subject: [PATCH] EveryCompat --- config/carryon-common.toml | 4 ++-- config/spawncapcontrolutility-common.toml | 3 --- config/watut-client.toml | 2 +- config/watut-server.toml | 2 +- index.toml | 25 ++++++++++++----------- mods/every-compat.pw.toml | 13 ++++++++++++ mods/spawncapcontrolutility.pw.toml | 13 ------------ mods/stone-zone.pw.toml | 13 ++++++++++++ pack.toml | 2 +- 9 files changed, 44 insertions(+), 33 deletions(-) delete mode 100644 config/spawncapcontrolutility-common.toml create mode 100644 mods/every-compat.pw.toml delete mode 100644 mods/spawncapcontrolutility.pw.toml create mode 100644 mods/stone-zone.pw.toml diff --git a/config/carryon-common.toml b/config/carryon-common.toml index 844e119..0631687 100644 --- a/config/carryon-common.toml +++ b/config/carryon-common.toml @@ -46,7 +46,7 @@ #Allows entities to be stacked on top of each other stackableEntities = true #Whether entities' size matters when stacking or not. This means that larger entities cannot be stacked on smaller ones - entitySizeMattersStacking = true + entitySizeMattersStacking = false #Usually all the block state information is retained when placing a block that was picked up. But some information is changed to a modified property, like rotation or orientation. In this list, add additional properties that should NOT be saved and instead be updated when placed. Format: modid:block[propertyname]. Note: You don't need to add an entry for every subtype of a same block. For example, we only add an entry for one type of slab, but the change is applied to all slabs. placementStateExceptions = ["minecraft:chest[type]", "minecraft:stone_button[face]", "minecraft:vine[north,east,south,west,up]", "minecraft:creeper_head[rotation]", "minecraft:glow_lichen[north,east,south,west,up,down]", "minecraft:oak_sign[rotation]", "minecraft:oak_trapdoor[half]"] #Whether Players can be picked up. Creative players can't be picked up in Survival Mode @@ -68,7 +68,7 @@ #Blocks that cannot be picked up forbiddenTiles = ["#forge:immovable", "#forge:relocation_not_supported", "minecraft:end_portal", "minecraft:piston_head", "minecraft:end_gateway", "minecraft:tall_grass", "minecraft:large_fern", "minecraft:peony", "minecraft:rose_bush", "minecraft:lilac", "minecraft:sunflower", "minecraft:*_bed", "minecraft:*_door", "minecraft:big_dripleaf_stem", "minecraft:waterlily", "minecraft:cake", "minecraft:nether_portal", "minecraft:tall_seagrass", "animania:block_trough", "animania:block_invisiblock", "colossalchests:*", "ic2:*", "bigreactors:*", "forestry:*", "tconstruct:*", "rustic:*", "botania:*", "astralsorcery:*", "quark:colored_bed_*", "immersiveengineering:*", "embers:block_furnace", "embers:ember_bore", "embers:ember_activator", "embers:mixer", "embers:heat_coil", "embers:large_tank", "embers:crystal_cell", "embers:alchemy_pedestal", "embers:boiler", "embers:combustor", "embers:catalzyer", "embers:field_chart", "embers:inferno_forge", "storagedrawers:framingtable", "skyresources:*", "lootbags:*", "exsartagine:*", "aquamunda:tank", "opencomputers:*", "malisisdoors:*", "industrialforegoing:*", "minecolonies:*", "thaumcraft:pillar*", "thaumcraft:infernal_furnace", "thaumcraft:placeholder*", "thaumcraft:infusion_matrix", "thaumcraft:golem_builder", "thaumcraft:thaumatorium*", "magneticraft:oil_heater", "magneticraft:solar_panel", "magneticraft:steam_engine", "magneticraft:shelving_unit", "magneticraft:grinder", "magneticraft:sieve", "magneticraft:solar_tower", "magneticraft:solar_mirror", "magneticraft:container", "magneticraft:pumpjack", "magneticraft:solar_panel", "magneticraft:refinery", "magneticraft:oil_heater", "magneticraft:hydraulic_press", "magneticraft:multiblock_gap", "refinedstorage:*", "mcmultipart:*", "enderstorage:*", "betterstorage:*", "practicallogistics2:*", "wearablebackpacks:*", "rftools:screen", "rftools:creative_screen", "create:*", "magic_doorknob:*", "iceandfire:*", "ftbquests:*", "waystones:*", "contact:*", "framedblocks:*", "securitycraft:*", "forgemultipartcbe:*", "integrateddynamics:cable", "mekanismgenerators:wind_generator", "cookingforblockheads:cabinet", "cookingforblockheads:corner", "cookingforblockheads:counter", "cookingforblockheads:oven", "cookingforblockheads:toaster", "cookingforblockheads:milk_jar", "cookingforblockheads:cow_jar", "cookingforblockheads:fruit_basket", "cookingforblockheads:cooking_table", "cookingforblockheads:fridge", "cookingforblockheads:sink", "powah:*", "advancementtrophies:trophy", "mekanismgenerators:heat_generator", "mna:filler_block"] #Entities that cannot be picked up - forbiddenEntities = ["minecraft:end_crystal", "minecraft:ender_dragon", "minecraft:ghast", "minecraft:shulker", "minecraft:leash_knot", "minecraft:armor_stand", "minecraft:item_frame", "minecraft:painting", "minecraft:shulker_bullet", "animania:hamster", "animania:ferret*", "animania:hedgehog*", "animania:cart", "animania:wagon", "mynko:*", "pixelmon:*", "mocreatures:*", "quark:totem", "vehicle:*", "securitycraft:*", "taterzens:npc", "easy_npc:*", "bodiesbodies:dead_body", "minecraft:villager", "minecraft:cow", "immersive_machinery:*", "immersive_aircraft:*", "immersive_paintings:*"] + forbiddenEntities = ["minecraft:end_crystal", "minecraft:ender_dragon", "minecraft:horse", "minecraft:ghast", "minecraft:shulker", "minecraft:leash_knot", "minecraft:armor_stand", "minecraft:item_frame", "minecraft:painting", "minecraft:shulker_bullet", "animania:hamster", "animania:ferret*", "animania:hedgehog*", "animania:cart", "animania:wagon", "mynko:*", "pixelmon:*", "mocreatures:*", "quark:totem", "vehicle:*", "securitycraft:*", "taterzens:npc", "easy_npc:*", "bodiesbodies:dead_body", "minecraft:villager", "minecraft:cow", "minecolonies:citizen", "guardvillagers:guard", "immersive_machinery:*", "immersive_aircraft:*", "immersive_paintings:*"] #Entities that cannot have other entities stacked on top of them forbiddenStacking = ["minecraft:horse"] diff --git a/config/spawncapcontrolutility-common.toml b/config/spawncapcontrolutility-common.toml deleted file mode 100644 index 9f413c6..0000000 --- a/config/spawncapcontrolutility-common.toml +++ /dev/null @@ -1,3 +0,0 @@ -#spawn Categories(MONSTER, CREATURE, ... defaults..., custom pools from other mods -spawnCategories = ["MONSTER,140", "CREATURE,20", "AMBIENT,28", "AXOLOTLS,10", "UNDERGROUND_WATER_CREATURE,10", "WATER_CREATURE,10", "WATER_AMBIENT,30"] - diff --git a/config/watut-client.toml b/config/watut-client.toml index 6d89d6c..87dc585 100644 --- a/config/watut-client.toml +++ b/config/watut-client.toml @@ -53,7 +53,7 @@ particleSizeScale = 1.0 #Delay between ticks your client will accept and update new image of another players gui, you can only increase the delay from what the server/other client is set to, 10 = twice a second #Range: > -2147483648 - tickReceiveAndRenderRateOfGUIUpdates = 30 + tickReceiveAndRenderRateOfGUIUpdates = 10 #Privacy setting, if you dont want to send very detailed info of your screen for everyone to see and instead use the old basic gui visual, set this to true dontSendDetailedGUIInfo = false #Privacy setting, if you dont want to show the items you are transferring to and from yourself and containers, set this to true diff --git a/config/watut-server.toml b/config/watut-server.toml index a09eeb7..1c7dc57 100644 --- a/config/watut-server.toml +++ b/config/watut-server.toml @@ -7,7 +7,7 @@ dynamicGuiUseOldSimpleGUIVisual = false #Delay in ticks before sending a new image of a gui to other clients, 10 = twice a second, 0 = no delay, 20 = once a second, more frequent might affect performance and network load #Range: > 5 - dynamicGuiTickSendRateOfGUIUpdates = 40 + dynamicGuiTickSendRateOfGUIUpdates = 10 #If enabled, only sends the initial image of a players gui, does not constantly update after it's been opened. dynamicGuiDontSendConstantGUIUpdates = false #Blur is used to prevent nasty aliasing/flicker artifacts at the cost of clarity diff --git a/index.toml b/index.toml index a138415..9432790 100644 --- a/index.toml +++ b/index.toml @@ -72,7 +72,7 @@ hash = "27c4c60af7e9ad4aa8613dfaa3f70dc81f4b1415923a869038acd856f1b7ead9" [[files]] file = "config/carryon-common.toml" -hash = "f839cc0936dfa8ab44d584bfc984bb1d9dc5ddda9dff3a3be04a0a7c6b7c4a8f" +hash = "f663a5a919711d58aea25d0b7693b4c0ddb53949e2b4168bfd208baf5f595b57" [[files]] file = "config/chalk-common.toml" @@ -308,10 +308,6 @@ hash = "a6d1a2d26e596953c4b93e19c593ffc7d5d7359cb3a5cfcaad61c0c0e2bd7a2c" file = "config/sparsestructures.json5" hash = "9b2e5442da12a3fe3239825a25e09394ef95d917b5e5a11de9c4d39227a9b2a9" -[[files]] -file = "config/spawncapcontrolutility-common.toml" -hash = "24f3adf87a8da5472434dfde7808eeea747dc7bb14a73b490780df54060fbac6" - [[files]] file = "config/starterkit/descriptions/Default.txt" hash = "e537d4de175058a952fb640652ee7d7b1764adb078a3b38e4a7b9202e2a74d62" @@ -330,7 +326,7 @@ hash = "b1d546cca9e24ee94d08705ac1f3046aa2c6c494fe35360049b419ce3f709c3c" [[files]] file = "config/watut-client.toml" -hash = "764d75da2ea2b9559425831ad988fe577bcc556b3565679cca7851b65c5fba91" +hash = "a73212a23bab676fdc629005fc37f637cbb4afe5157d5fc6ff318fc3f6b9655a" [[files]] file = "config/watut-common.toml" @@ -338,7 +334,7 @@ hash = "597d18c83a6e34e39f24cf48fcddb6bd7a65dcf087d2d1d5326a4ea62aa20b2f" [[files]] file = "config/watut-server.toml" -hash = "532218b9c0bf2ff05cb4ddf6d983ef3574d8079573269a9de1f44cc383eb60c9" +hash = "cf83d2963af54f8d4f9ed6378b5cba3ed04ac6dfee36a814970aad6e40d1ef99" [[files]] file = "config/waystones-common.toml" @@ -1195,6 +1191,11 @@ file = "mods/euphoria-patches.pw.toml" hash = "80c22135368ecb216a6e8992f8485534c8500bf6ea82c8af7f22cb11ebb30962" metafile = true +[[files]] +file = "mods/every-compat.pw.toml" +hash = "81494aeacc75f5f8cda6ae02300ab7a9ec645447029d3c4fdbd22f23a8007204" +metafile = true + [[files]] file = "mods/exposure.pw.toml" hash = "ce198cf0e4ac56f35c03b5e721eacbd6c6bc86b6ab318c4c7259082edb625fc2" @@ -2295,11 +2296,6 @@ file = "mods/sparsestructures.pw.toml" hash = "8afe4235723b1d90c132d811402640759449c73173f4535090487966fa912d31" metafile = true -[[files]] -file = "mods/spawncapcontrolutility.pw.toml" -hash = "968986a972fe60d1604a63cbe7672a7f47a2be19f62b0695195bf3e705a9c9d9" -metafile = true - [[files]] file = "mods/spice-of-life-carrot-edition.pw.toml" hash = "08faa8239705d280e41d353888bf717906fe71b1d5b9278bac9f5cd87b07efb3" @@ -2310,6 +2306,11 @@ file = "mods/starter-kit.pw.toml" hash = "e56e60b6dabffd4b2332ed19c62e6455b7d78a9fb58c810d2185739575c9448a" metafile = true +[[files]] +file = "mods/stone-zone.pw.toml" +hash = "d76bf730efa6681c9b0c10c26fb111969a5a1d8ffe9101cd4d7d5d07ec25a57f" +metafile = true + [[files]] file = "mods/straw-statues.pw.toml" hash = "791be45440111d5edac5246dc8db707e25f5534783212ebe3909ad40b7230a4b" diff --git a/mods/every-compat.pw.toml b/mods/every-compat.pw.toml new file mode 100644 index 0000000..8cf801d --- /dev/null +++ b/mods/every-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Every Compat (Wood Good)" +filename = "everycomp-1.20-2.8.13-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/eiktJyw1/versions/OApRuFlY/everycomp-1.20-2.8.13-forge.jar" +hash-format = "sha512" +hash = "5b962ea433301fe6b293f492f46037331477cfbaba6663e9b3b127975fa38b2bd4ac4eecd646038caeb837985e297e9e05fcd3102052180730224d8bf839538f" + +[update] +[update.modrinth] +mod-id = "eiktJyw1" +version = "OApRuFlY" diff --git a/mods/spawncapcontrolutility.pw.toml b/mods/spawncapcontrolutility.pw.toml deleted file mode 100644 index 92b92f5..0000000 --- a/mods/spawncapcontrolutility.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Spawncap Control Utility (Forge & Fabric)" -filename = "spawncapcontrolutility-1.20-46.1.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "7650c8bb099364a130d6e792877eb192873fab7d" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4594067 -project-id = 657824 diff --git a/mods/stone-zone.pw.toml b/mods/stone-zone.pw.toml new file mode 100644 index 0000000..7477214 --- /dev/null +++ b/mods/stone-zone.pw.toml @@ -0,0 +1,13 @@ +name = "Every Compat (Stone Zone)" +filename = "stonezone-1.20-2.8.13.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uYwn8IP5/versions/SOitgbza/stonezone-1.20-2.8.13.jar" +hash-format = "sha512" +hash = "3f063edcfd4ece49c668773ec31b5f4d552510b68c6902507c68889b65146c8206f020d610ca5bc72b7a661ce064343b8bc58711b7e427bce3c5d7dc062eead4" + +[update] +[update.modrinth] +mod-id = "uYwn8IP5" +version = "SOitgbza" diff --git a/pack.toml b/pack.toml index 8d5dc91..5424687 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 = "ea61e8e25e666255af3fd9e724497e01d8152b2e7f9c43133db1b027722ceba6" +hash = "d34959e7e96c4b1e5cba8d7853b8c1e2e8d127023141f9c47da377ce1abd2b86" [versions] forge = "47.4.4"