From a06cb24a1eca9fd42d964ea133f4375efec87949 Mon Sep 17 00:00:00 2001 From: materus Date: Fri, 13 Jun 2025 16:37:01 +0200 Subject: [PATCH] update --- config/biomesize.json | 6 + config/silentgear-common.toml | 208 ++++++++++++++++++ index.toml | 71 +++++- mods/armor-stand-shift-swap.pw.toml | 13 ++ ...dux.pw.toml => astikorcarts-redux.pw.toml} | 8 +- mods/attributes.pw.toml | 13 ++ mods/copycats.pw.toml | 8 +- mods/create-big-cannons.pw.toml | 13 ++ mods/create-halitosis.pw.toml | 13 ++ mods/create-sound-of-steam.pw.toml | 13 ++ mods/create.pw.toml | 10 +- mods/dripsounds.pw.toml | 13 ++ mods/glassential-renewed.pw.toml | 13 ++ mods/guard-villagers.pw.toml | 13 ++ mods/rpl.pw.toml | 13 ++ mods/venders-game.pw.toml | 13 ++ mods/yacl.pw.toml | 18 ++ pack.toml | 2 +- 18 files changed, 443 insertions(+), 18 deletions(-) create mode 100644 config/biomesize.json create mode 100644 config/silentgear-common.toml create mode 100644 mods/armor-stand-shift-swap.pw.toml rename mods/{astikor-carts-redux.pw.toml => astikorcarts-redux.pw.toml} (53%) create mode 100644 mods/attributes.pw.toml create mode 100644 mods/create-big-cannons.pw.toml create mode 100644 mods/create-halitosis.pw.toml create mode 100644 mods/create-sound-of-steam.pw.toml create mode 100644 mods/dripsounds.pw.toml create mode 100644 mods/glassential-renewed.pw.toml create mode 100644 mods/guard-villagers.pw.toml create mode 100644 mods/rpl.pw.toml create mode 100644 mods/venders-game.pw.toml create mode 100644 mods/yacl.pw.toml diff --git a/config/biomesize.json b/config/biomesize.json new file mode 100644 index 0000000..a5b6ba5 --- /dev/null +++ b/config/biomesize.json @@ -0,0 +1,6 @@ +{ + "biomeSizeModifier": { + "desc:": "Biome size modifier, added to the vanilla biome size. Vanilla value:0, recommended range: [-8;8]: default:-2", + "biomeSizeModifier": 3 + } +} diff --git a/config/silentgear-common.toml b/config/silentgear-common.toml new file mode 100644 index 0000000..12e04be --- /dev/null +++ b/config/silentgear-common.toml @@ -0,0 +1,208 @@ + +[item] + + #Blueprint and template settings + [item.blueprint] + #Allowed blueprint types. Valid values are: BOTH, BLUEPRINT, and TEMPLATE + #Allowed Values: BOTH, BLUEPRINT, TEMPLATE + typesAllowed = "BOTH" + #When joining a new world, should players be given a blueprint package? + #The blueprint package gives some blueprints when used (right-click). + #To change what is given, override the starter_blueprints loot table. + spawnWithStarterBlueprints = false + + #Repair kit configs. + [item.repairKits] + + #Capacity is the number of materials that can be stored (all types combined) + #Setting to zero would make the repair kit unusable. + [item.repairKits.capacity] + #Range: > 0 + very_crude = 8 + #Range: > 0 + crude = 16 + #Range: > 0 + sturdy = 32 + #Range: > 0 + crimson = 48 + #Range: > 0 + azure = 64 + + #Efficiency is the percentage of the repair value used. Higher values mean less materials used. + #Setting to zero would make the repair kit unusable. + [item.repairKits.efficiency] + #Range: 0.0 ~ 10.0 + very_crude = 0.10000001192092896 + #Range: 0.0 ~ 10.0 + crude = 0.1499999940395355 + #Range: 0.0 ~ 10.0 + sturdy = 0.2000000059604645 + #Range: 0.0 ~ 10.0 + crimson = 0.24999998807907104 + #Range: 0.0 ~ 10.0 + azure = 0.3 + #Repair efficiency with loose materials if no repair kit is used. + #Setting a value greater than zero makes repair kits optional. + #Range: 0.0 ~ 10.0 + missing = 0.0 + + [item.netherwood_charcoal] + #Burn time of netherwood charcoal, in ticks. Vanilla charcoal is 1600. + #Range: > 0 + burn_time = 2400 + +#Settings for nerfed items. +#You can give items reduced durability to encourage use of Silent Gear tools. +#Changes require a restart! +[nerfedItems] + #Enable this feature. If false, the other settings in this category are ignored. + enabled = false + #Multiplies max durability by this value. If the result would be zero, a value of 1 is assigned. + #Range: 0.0 ~ 1.0 + durabilityMultiplier = 0.05 + #Multiplies harvest speed by this value. + #Range: 0.0 ~ 1.0 + harvestSpeedMultiplier = 0.5 + #These items will have reduced durability + items = ["diamond_axe", "iron_axe", "golden_axe", "stone_axe", "wooden_axe", "diamond_hoe", "iron_hoe", "golden_hoe", "stone_hoe", "wooden_hoe", "diamond_pickaxe", "iron_pickaxe", "golden_pickaxe", "stone_pickaxe", "wooden_pickaxe", "diamond_shovel", "iron_shovel", "golden_shovel", "stone_shovel", "wooden_shovel", "diamond_sword", "iron_sword", "golden_sword", "stone_sword", "wooden_sword"] + +#Settings for sinew drops +[sinew] + #Drop rate of sinew (chance out of 1) + #Range: 0.0 ~ 1.0 + dropRate = 0.2 + #These entities can drop sinew when killed. + dropsFrom = ["minecraft:cow", "minecraft:pig", "minecraft:sheep"] + +#Settings for gear (tools, weapons, and armor) +[gear] + #Allow parts to be crafted with mixed materials in a crafting grid, like earlier versions. + #In 1.17, mixing is normally only allowed in compound-crafting blocks. + allowLegacyMaterialMixing = false + #If set to false all conversion recipes (type 'silentgear:conversion') will be disabled + #An example of a conversion recipe is placing a vanilla stone pickaxe into a crafting grid to make a Silent Gear stone pickaxe + #Note: This also affects conversion recipes added by data packs and other mods + allowConversionRecipes = true + #Displays a message in chat, notifying the player that an item broke and hinting that it can be repaired + sendBrokenMessage = true + #How frequently gear will recalcute stats as damaged + #Higher numbers will cause more recalculations, allowing traits to update stat values more often + #Range: > 1 + damageFactorLevels = 10 + #If true, gear breaks permanently, like vanilla tools and armor + breaksPermanently = false + #The item tier assigned to gear tool items. + #Leave this alone unless you are trying to work around mod compatibility issues! + #Normally, this value is not used for anything. But some mods mistakenly check it. + #Allowed Values: WOOD, STONE, IRON, DIAMOND, GOLD, NETHERITE + dummyToolTier = "WOOD" + #The armor material assigned to the gear armor items. + #Leave this alone unless you are trying to work around mod compatibility issues! + #Normally, this value is not used for anything. But some mods mistakenly check it. + #Allowed Values: LEATHER, CHAIN, IRON, GOLD, DIAMOND, TURTLE, NETHERITE + dummyArmorMaterial = "LEATHER" + + [gear.enchanting] + #Allow gear items to be enchanted by normal means (enchanting table, etc.) + #There may still be other ways to obtain enchantments on gear items, depending on what other mods are installed. + #Enchantments will not be removed from gear items that have them. + allowEnchanting = true + #Forcibly remove all enchantments from gear items. Enchantments added by traits will not be removed. + #Enchantments will be removed during stat recalculations, so items not in a player's inventory will not be affected. + forceRemoveEnchantments = false + + [gear.prospector_hammer] + #The range in blocks the prospector hammer will search for blocks of interest + #Range: 0 ~ 64 + range = 16 + + [gear.saw] + #Caps how far the saw can look for blocks when chopping down trees. Try decreasing this if you get stack overflow exceptions. + #Increasing this value is allowed, but not recommended unless you know what you are doing. + #Range: > 0 + recursionDepth = 200 + + #Settings for AOE tools (hammer, excavator) + #Match modes determine what blocks are considered similar enough to be mined together. + #LOOSE: Break anything (you probably do not want this) + #MODERATE: Break anything with the same harvest level + #STRICT: Break only the exact same block + [gear.aoeTool] + + [gear.aoeTool.matchMode] + #Match mode for most blocks + #Allowed Values: LOOSE, MODERATE, STRICT + standard = "MODERATE" + #Match mode for ore blocks (anything in the forge:ores block tag) + #Allowed Values: LOOSE, MODERATE, STRICT + ores = "STRICT" + + [gear.repairs] + #Effectiveness of gear repairs done in an anvil. Set to 0 to disable anvil repairs. + #Range: 0.0 ~ 1.0 + anvilEffectiveness = 0.5 + #DEPRECATED! Use repair kit configs instead. + #Range: 0.0 ~ 1.0 + quickEffectiveness = 0.35 + + [gear.upgrades] + #If true, upgrade parts may only be applied in an anvil. + applyInAnvilOnly = false + #If true, parts that are replaced (swapped out) of a gear item are not returned to the player and are instead destroyed. + #This applies to the recipe where placing a gear item and a part into a crafting grid will swap out the part. + destroySwappedParts = false + +#Settings for the material grader +[materialGrader] + #The median (most common, average) grade that a material grader with tier 1 catalyst will produce. + #Higher tier catalysts will increase the median by one grade per tier past 1 (if 1 = C, 2 = B, etc.) + #Allowed Values: NONE, E, D, C, B, A, S, SS, SSS, MAX + median_grade = "C" + #The standard deviation of grades the material grader will produce. + #Grades are normally distributed, with the median grade being at the center of the bell curve. + #Larger numbers will make both higher and lower grades more common. + #Extremely large values may completely break the curve, yielding mostly the lowest and highest grades. + #Range: 0.0 ~ 100.0 + standardDeviation = 1.5 + +#Settings for the salvager +[salvager] + + [salvager.partLossRate] + #Minimum rate of part loss when salvaging items. 0 = no loss, 1 = complete loss. + #Rate depends on remaining durability. + #Range: 0.0 ~ 1.0 + min = 0.4 + #Maximum rate of part loss when salvaging items. 0 = no loss, 1 = complete loss. + #Rate depends on remaining durability. + #Range: 0.0 ~ 1.0 + max = 0.9 + +#Settings for the starlight charger +[starlightCharger] + #The rate at which the starlight charger gathers energy during the night + #Range: > 0 + chargeRate = 50 + #The maximum amount of energy the starlight charger can store + #Range: > 0 + maxCharge = 1000000 + +[debug] + + [debug.logging] + #Log additional information related to loading and synchronizing gear parts and traits. + #This might help track down more obscure issues. + extraPartAndTraitInfo = false + #Log stat calculations in the debug.log every time gear stats are recalculated + stats = true + #Log information on construction of gear and part models, as well as textures they attempt to load. + #This is intended to help find and fix rare issues that some users are experiencing. + modelAndTexture = false + #Log details about certain features being adding to biomes and other world generator details + worldGen = true + +[other] + #Shows a "WIP" (work in progress) label in the tooltip of certain unfinished, but usable blocks and items + #Set to false to remove the text from tooltips + showWipText = true + diff --git a/index.toml b/index.toml index 9e44ac5..85dea3b 100644 --- a/index.toml +++ b/index.toml @@ -8,6 +8,10 @@ hash = "33bc62d83dab1ac1516648fe216b2e940b44ebc96e0e0e79142caabdc7fe8bf8" file = "config/backupbeds-common.toml" hash = "16b359fbd94031d59091f2c2ce4f301725d389417703406e622b6899ee6da090" +[[files]] +file = "config/biomesize.json" +hash = "448e2e6499e49e06f203bcb6ca75d51d2db9eb14116012017b2b54bfaa69fd1f" + [[files]] file = "config/chalk-common.toml" hash = "25b2539bcd6545c4065e2dd3633e34da74bb7a43255f8821f68c012ddc22f140" @@ -28,6 +32,10 @@ hash = "adaf949d789167e9d0c1b15fc395cb1eecccb4c880de6b136ab4d571702b6aea" file = "config/resourcepackoverrides.json" hash = "a5ed28c685db4a64393d5d3f0a4b3b6b3db5505a6c4afd91b9607b0798d006a9" +[[files]] +file = "config/silentgear-common.toml" +hash = "7d5d8113085e7d3fb0addb31435fc471bec4d927bfb5ac6c6c3042c1eb85f7b5" + [[files]] file = "config/watut-common.toml" hash = "597d18c83a6e34e39f24cf48fcddb6bd7a65dcf087d2d1d5326a4ea62aa20b2f" @@ -142,6 +150,11 @@ file = "mods/architectury-api.pw.toml" hash = "fa34a3117af7f8ed553ec563a7c90c1d6462184c7df5b837c831cb482c6ae582" metafile = true +[[files]] +file = "mods/armor-stand-shift-swap.pw.toml" +hash = "2984179a69133d01a9c674a63e73fdbb684a1a4bae78331228ed21a1ca77b117" +metafile = true + [[files]] file = "mods/ars-creo.pw.toml" hash = "0502e2b33b08fe5920ff1ea61d3cd3c86d9e93ff234af56088c63dff4c189733" @@ -158,8 +171,13 @@ hash = "5994f2b1c61f6d8211413c1cb999464fc5e87439129f6f0b086daf64fda9ec96" metafile = true [[files]] -file = "mods/astikor-carts-redux.pw.toml" -hash = "6d7488c03c6ce1b0f06e030bb90094d3b029ccfb01c20de674488710f8ad2891" +file = "mods/astikorcarts-redux.pw.toml" +hash = "dead19cffb240dd465b1a23addffd5d98ea834ed365d8de584c10415b89b2905" +metafile = true + +[[files]] +file = "mods/attributes.pw.toml" +hash = "d9954044a0feca74bf11a9444fdc1e820ddabce7ea52492fe877af05f4337161" metafile = true [[files]] @@ -384,7 +402,7 @@ metafile = true [[files]] file = "mods/copycats.pw.toml" -hash = "cbd62c346d8aba90bd25beff7c8fe85108e5e68a5ff8e37f78625db97c500c81" +hash = "9bc3eeb597a35bcd37230133f5481858511837882f4a5057d89ab5d728f7ff50" metafile = true [[files]] @@ -397,6 +415,11 @@ file = "mods/coroutil.pw.toml" hash = "9f2bb57e05bad305f03c25c275c6d11e952835a41b2da68dba10a0bd1f3f6261" metafile = true +[[files]] +file = "mods/create-big-cannons.pw.toml" +hash = "0ecc58b1aaa67a0332f12f7b1eedf229106af505473b4d3091f3478c749b9347" +metafile = true + [[files]] file = "mods/create-cc-total-logistics.pw.toml" hash = "e40e235298bb3380c63f2d77886ccaf054f7a8ed0df256566f1625932a8636bb" @@ -437,6 +460,11 @@ file = "mods/create-guardian-beam-defense.pw.toml" hash = "726d712cc801d1c8c446ac7d2305d15cf8fb9561a62e107e687f02c433a7c5c9" metafile = true +[[files]] +file = "mods/create-halitosis.pw.toml" +hash = "49942393edf991b787473fb7279f07843e221e588e64818320ef5588ce64af85" +metafile = true + [[files]] file = "mods/create-jetpack.pw.toml" hash = "4f3455237902b288f2b20451ea8f79142e0c15d36eb4846bb725fb93e9a6e6ea" @@ -492,6 +520,11 @@ file = "mods/create-sifting.pw.toml" hash = "14b39417f7ca4ba45adf4d9ef7237877cf9e05d5acca0ec515140d71ff27b555" metafile = true +[[files]] +file = "mods/create-sound-of-steam.pw.toml" +hash = "cd40edbfa7daa15e2f3e1ae9007bbda296fc17f75e5cbdc8ed3976837306b4ef" +metafile = true + [[files]] file = "mods/create-stuff-additions.pw.toml" hash = "a0a97c3a14629fe1be41ac5c059d24c954a71e6cf4ff1cb7c04ed2bf6014d78b" @@ -514,7 +547,7 @@ metafile = true [[files]] file = "mods/create.pw.toml" -hash = "aea8cb2405e8c09591ad4ebcb03f76936b016176577852b9a922278de45a5785" +hash = "7841368c0240554eb99f08a5c07a2dc135751147a9de1c5086f96fc03eac9d6e" metafile = true [[files]] @@ -612,6 +645,11 @@ file = "mods/domum-ornamentum.pw.toml" hash = "6536d3a02319fb3500cd412ddb715f7be2818aa60f3b3dacd2658a0d85e31d15" metafile = true +[[files]] +file = "mods/dripsounds.pw.toml" +hash = "d709d46fd4c3c5ee65c92ee43f1f5e7d2ad091b5bfe3bd996d50b4922023c7a7" +metafile = true + [[files]] file = "mods/dungeonsenhanced.pw.toml" hash = "cf6e07b5fa96474ddba2990b2898c03eb615844a99cb0505045626c5f91c8cc0" @@ -922,6 +960,11 @@ file = "mods/geckolib.pw.toml" hash = "598758f152e98916bc6eea2ad73a82b47a6e6934f4b0ba1e1f6593773afd1a50" metafile = true +[[files]] +file = "mods/glassential-renewed.pw.toml" +hash = "703473d818e3010254222d26c76e0bdf790557169fdb5b7d0b3db2e2cd410a0f" +metafile = true + [[files]] file = "mods/glitchcore.pw.toml" hash = "c46659c3e873e0ca121f5215991ae8bc989132a3fea0c2da9eed0f22a947b2b9" @@ -947,6 +990,11 @@ file = "mods/gravestone-x-curios-api-compat.pw.toml" hash = "4e9a8e9192b8a65bbb1dbb50b2b8bf51cc09c6d8be2bc75a3430b5695c1fa399" metafile = true +[[files]] +file = "mods/guard-villagers.pw.toml" +hash = "43ad38fddd7386159c1429d17277be44fdfad6cbae18eb6a2c9855980b11e7c3" +metafile = true + [[files]] file = "mods/guide-api-village-and-pillage.pw.toml" hash = "c15730bdd8e9e5b54d80f82d18d965370b2242e9da27b6188e13896810b7e49f" @@ -1552,6 +1600,11 @@ file = "mods/rhino.pw.toml" hash = "ca4411ac6d8a9a892948bb63cd0ba52ae5523ca5e257632d6ae8c933b660c5ee" metafile = true +[[files]] +file = "mods/rpl.pw.toml" +hash = "e57b6a5323ab8f386d4ddfe8bd6232b5bd08afc95275a65fd30ee5b0cf031045" +metafile = true + [[files]] file = "mods/savage-and-ravage.pw.toml" hash = "47c45d5e9c8dd1d1a388d3bfc3de5fb91fe1b0f699036983a7e25c30b5d68c22" @@ -1877,6 +1930,11 @@ file = "mods/vampirism-integrations.pw.toml" hash = "332551c0553fa7589f8324aaba183510c8ebdd5ac2823f71cfb753908a228afe" metafile = true +[[files]] +file = "mods/venders-game.pw.toml" +hash = "aaf611eb8a2ee93e52267d0c988533d13186f4e436da1d19bc4931f999d0f7b5" +metafile = true + [[files]] file = "mods/visual-workbench.pw.toml" hash = "00e6f0cd99061c678ac3228d0e730f6a0940dcea9329494bd55cce63b1216cc8" @@ -1922,6 +1980,11 @@ file = "mods/wonderful-enchantments.pw.toml" hash = "32b0cc4de656130b7c0f66b110338536ce09e025490b3144893a1af3527e4701" metafile = true +[[files]] +file = "mods/yacl.pw.toml" +hash = "e911c4030a826cbec7d099cfe0df24b94e7a064d1922eabd3a3e8a7fb99eae6b" +metafile = true + [[files]] file = "mods/yeetus-experimentus.pw.toml" hash = "e808b52742984a2aa14d16deb58b03a07e9bb0ed00327dd5e6046a15c2955175" diff --git a/mods/armor-stand-shift-swap.pw.toml b/mods/armor-stand-shift-swap.pw.toml new file mode 100644 index 0000000..77f251f --- /dev/null +++ b/mods/armor-stand-shift-swap.pw.toml @@ -0,0 +1,13 @@ +name = "Armor Stand Shift Swap" +filename = "armorstandshiftswap-forge-1.20.1-1.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vFDTNKLA/versions/o416kPwV/armorstandshiftswap-forge-1.20.1-1.0.0.jar" +hash-format = "sha1" +hash = "4dc1875a4f6ca118f17a86531d314e095f7c2f1f" + +[update] +[update.modrinth] +mod-id = "vFDTNKLA" +version = "o416kPwV" diff --git a/mods/astikor-carts-redux.pw.toml b/mods/astikorcarts-redux.pw.toml similarity index 53% rename from mods/astikor-carts-redux.pw.toml rename to mods/astikorcarts-redux.pw.toml index db3210f..7af1764 100644 --- a/mods/astikor-carts-redux.pw.toml +++ b/mods/astikorcarts-redux.pw.toml @@ -3,11 +3,11 @@ filename = "astikorcarts-1.20.1-1.1.8.jar" side = "both" [download] +url = "https://cdn.modrinth.com/data/mnLFouB0/versions/p3r1QBKd/astikorcarts-1.20.1-1.1.8.jar" hash-format = "sha1" hash = "49a8ac1c23282fe86420f0b4527e522421f2f692" -mode = "metadata:curseforge" [update] -[update.curseforge] -file-id = 5574685 -project-id = 916493 +[update.modrinth] +mod-id = "mnLFouB0" +version = "p3r1QBKd" diff --git a/mods/attributes.pw.toml b/mods/attributes.pw.toml new file mode 100644 index 0000000..f5f71cd --- /dev/null +++ b/mods/attributes.pw.toml @@ -0,0 +1,13 @@ +name = "Pufferfish's Attributes" +filename = "puffish_attributes-0.7.4-1.20-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FCFcFw09/versions/rVUNuENq/puffish_attributes-0.7.4-1.20-forge.jar" +hash-format = "sha1" +hash = "1b1a1367fbbd531a7b267a29e8abd6a14b1d23e0" + +[update] +[update.modrinth] +mod-id = "FCFcFw09" +version = "rVUNuENq" diff --git a/mods/copycats.pw.toml b/mods/copycats.pw.toml index aa4eaa4..38d4d76 100644 --- a/mods/copycats.pw.toml +++ b/mods/copycats.pw.toml @@ -1,13 +1,13 @@ name = "Create: Copycats+" -filename = "copycats-3.0.0+mc.1.20.1-forge.jar" +filename = "copycats-3.0.1+mc.1.20.1-forge.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/UT2M39wf/versions/u3FzFq67/copycats-3.0.0%2Bmc.1.20.1-forge.jar" +url = "https://cdn.modrinth.com/data/UT2M39wf/versions/N0bPoy0A/copycats-3.0.1%2Bmc.1.20.1-forge.jar" hash-format = "sha1" -hash = "0f5a179740530c79b89229a748ac2dcced0973b7" +hash = "a92699d3d6459654aadad52ccb211243834cc647" [update] [update.modrinth] mod-id = "UT2M39wf" -version = "u3FzFq67" +version = "N0bPoy0A" diff --git a/mods/create-big-cannons.pw.toml b/mods/create-big-cannons.pw.toml new file mode 100644 index 0000000..01f6a88 --- /dev/null +++ b/mods/create-big-cannons.pw.toml @@ -0,0 +1,13 @@ +name = "Create Big Cannons" +filename = "createbigcannons-5.9.0+mc.1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GWp4jCJj/versions/ZOkFGRwq/createbigcannons-5.9.0%2Bmc.1.20.1-forge.jar" +hash-format = "sha1" +hash = "b1689d75c4a9fb594434649f55fb81c07404596b" + +[update] +[update.modrinth] +mod-id = "GWp4jCJj" +version = "ZOkFGRwq" diff --git a/mods/create-halitosis.pw.toml b/mods/create-halitosis.pw.toml new file mode 100644 index 0000000..2d356b0 --- /dev/null +++ b/mods/create-halitosis.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Halitosis" +filename = "createhalitosis-1.20.1-1.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/MOgR2kut/versions/oA3ZatXt/createhalitosis-1.20.1-1.0.1.jar" +hash-format = "sha1" +hash = "16ba23808b68fc7fede81434a354bf8f57463ea2" + +[update] +[update.modrinth] +mod-id = "MOgR2kut" +version = "oA3ZatXt" diff --git a/mods/create-sound-of-steam.pw.toml b/mods/create-sound-of-steam.pw.toml new file mode 100644 index 0000000..7486392 --- /dev/null +++ b/mods/create-sound-of-steam.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Sound of Steam" +filename = "pipeorgans-0.7.1+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/yGttHo06/versions/pmXex6aS/pipeorgans-0.7.1%2B1.20.1.jar" +hash-format = "sha512" +hash = "1c38208bf87129ccfbe70001b5310f6175610ec262b7c989da0f8551f359e2fa6e1070ca5595b9fbb6a48ceb55dd63968304d534f449818584e507d9e053e392" + +[update] +[update.modrinth] +mod-id = "yGttHo06" +version = "pmXex6aS" diff --git a/mods/create.pw.toml b/mods/create.pw.toml index 4784725..79e49e9 100644 --- a/mods/create.pw.toml +++ b/mods/create.pw.toml @@ -1,13 +1,13 @@ name = "Create" -filename = "create-1.20.1-6.0.4.jar" +filename = "create-1.20.1-6.0.5.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/LNytGWDc/versions/xoKzmnen/create-1.20.1-6.0.4.jar" -hash-format = "sha1" -hash = "1b57eab3600805d705bb64933bc0cb7836b41886" +url = "https://cdn.modrinth.com/data/LNytGWDc/versions/Ju7BfP9E/create-1.20.1-6.0.5.jar" +hash-format = "sha512" +hash = "261f43a3dae3ecf658d8c34bb24c518313a37009390457276e6664333623e994cc8ac42accf4dadac5820678520484b2029be67b0f6d2a183b68b36b0028ab15" [update] [update.modrinth] mod-id = "LNytGWDc" -version = "xoKzmnen" +version = "Ju7BfP9E" diff --git a/mods/dripsounds.pw.toml b/mods/dripsounds.pw.toml new file mode 100644 index 0000000..294bb70 --- /dev/null +++ b/mods/dripsounds.pw.toml @@ -0,0 +1,13 @@ +name = "Drip Sounds" +filename = "Drip Sounds-0.5.1+1.20.4-Forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/T8MMXTpr/versions/eOBbLhlz/Drip%20Sounds-0.5.1%2B1.20.4-Forge.jar" +hash-format = "sha512" +hash = "814da8f44edf9952c10d4fb6e10ed991960cb5b2da73d56ca59913c199cc92b6f43789b935b50e3c878759e58ae0ad0dc7054439507ba5beb217fbfcc4870bba" + +[update] +[update.modrinth] +mod-id = "T8MMXTpr" +version = "eOBbLhlz" diff --git a/mods/glassential-renewed.pw.toml b/mods/glassential-renewed.pw.toml new file mode 100644 index 0000000..dc916cb --- /dev/null +++ b/mods/glassential-renewed.pw.toml @@ -0,0 +1,13 @@ +name = "Glassential Renewed (Fabric/NeoForge)" +filename = "glassential-renewed-forge-1.20.1-2.4.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/kc9FSsYx/versions/SBkUxlpc/glassential-renewed-forge-1.20.1-2.4.4.jar" +hash-format = "sha1" +hash = "c8042247faf1cdd8d892c266ec363b57c77dc227" + +[update] +[update.modrinth] +mod-id = "kc9FSsYx" +version = "SBkUxlpc" diff --git a/mods/guard-villagers.pw.toml b/mods/guard-villagers.pw.toml new file mode 100644 index 0000000..da87300 --- /dev/null +++ b/mods/guard-villagers.pw.toml @@ -0,0 +1,13 @@ +name = "Guard Villagers" +filename = "guardvillagers-1.20.1-1.6.10.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/H1sntfo8/versions/SPPdFnqa/guardvillagers-1.20.1-1.6.10.jar" +hash-format = "sha1" +hash = "4638a636bd6b10ed1629c5c0ce72170c44f9e2ca" + +[update] +[update.modrinth] +mod-id = "H1sntfo8" +version = "SPPdFnqa" diff --git a/mods/rpl.pw.toml b/mods/rpl.pw.toml new file mode 100644 index 0000000..8255a1e --- /dev/null +++ b/mods/rpl.pw.toml @@ -0,0 +1,13 @@ +name = "Ritchie's Projectile Library" +filename = "ritchiesprojectilelib-2.1.0+mc.1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/B3pb093D/versions/MxClZxbS/ritchiesprojectilelib-2.1.0%2Bmc.1.20.1-forge.jar" +hash-format = "sha1" +hash = "3f8af3e9e7331be574bcbb1dca479c83b9cd45bd" + +[update] +[update.modrinth] +mod-id = "B3pb093D" +version = "MxClZxbS" diff --git a/mods/venders-game.pw.toml b/mods/venders-game.pw.toml new file mode 100644 index 0000000..2e5601e --- /dev/null +++ b/mods/venders-game.pw.toml @@ -0,0 +1,13 @@ +name = "Vender's Game - A Flan's Mod Content Pack" +filename = "flansvendersgame-1.20.1-0.4.316.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/eJ4pWSLN/versions/34yUipcp/flansvendersgame-1.20.1-0.4.316.jar" +hash-format = "sha1" +hash = "6f8c7e742a536010e2302dbe7789d01ca9859e84" + +[update] +[update.modrinth] +mod-id = "eJ4pWSLN" +version = "34yUipcp" diff --git a/mods/yacl.pw.toml b/mods/yacl.pw.toml new file mode 100644 index 0000000..9a5623e --- /dev/null +++ b/mods/yacl.pw.toml @@ -0,0 +1,18 @@ +name = "YetAnotherConfigLib (YACL)" +filename = "yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/sCWgXDYQ/yet_another_config_lib_v3-3.6.6%2B1.20.1-forge.jar" +hash-format = "sha1" +hash = "644731e321c53a35a0b3177a3cc6347fe38002f4" + +[option] +optional = true +default = false +description = "A builder-based configuration library for Minecraft." + +[update] +[update.modrinth] +mod-id = "1eAoo2KR" +version = "sCWgXDYQ" diff --git a/pack.toml b/pack.toml index 05a51e5..68be6fc 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 = "6c4cac44b6f43b291a658e8ec0ce63ff9d64f1e5713a2a5c438d671ec194d46c" +hash = "147d3e46e9e1e62fa349f9c76244b2de91ed3e58e2b8297844400c5d6cc54bf9" [versions] forge = "47.4.1"