buh
This commit is contained in:
commit
a606a2c8b2
13 changed files with 458 additions and 21 deletions
Binary file not shown.
28
config/NoChatReports/NCR-Encryption.json
Normal file
28
config/NoChatReports/NCR-Encryption.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"skipWarning": false,
|
||||
"enableEncryption": false,
|
||||
"encryptPublic": true,
|
||||
"showEncryptionButton": false,
|
||||
"showEncryptionIndicators": true,
|
||||
"encryptionKey": "blfrngArk3chG6wzncOZ5A\u003d\u003d",
|
||||
"encryptionPassphrase": "",
|
||||
"algorithmName": "AES/CFB8+Base64",
|
||||
"encryptableCommands": [
|
||||
"msg:1",
|
||||
"w:1",
|
||||
"whisper:1",
|
||||
"tell:1",
|
||||
"r:0",
|
||||
"dm:1",
|
||||
"me:0",
|
||||
"m:1",
|
||||
"t:1",
|
||||
"pm:1",
|
||||
"emsg:1",
|
||||
"epm:1",
|
||||
"etell:1",
|
||||
"ewhisper:1",
|
||||
"message:1",
|
||||
"reply:0"
|
||||
]
|
||||
}
|
||||
25
config/enchantmentdisabler-config.json5
Normal file
25
config/enchantmentdisabler-config.json5
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"disablerEnabled": true,
|
||||
"disabledEnchantments": [
|
||||
"minecraft:mending",
|
||||
],
|
||||
"maxLevelNest": {
|
||||
"modifyMaxLevels": false,
|
||||
"maxLevels": [
|
||||
"minecraft:sharpness/5"
|
||||
]
|
||||
},
|
||||
"tradesNest": {
|
||||
"modifyEnchantedBookTradeUses": false,
|
||||
"maxEnchantedBookTradeUses": 12,
|
||||
"modifyEnchantedItemTradeUses": false,
|
||||
"maxEnchantedItemTradeUses": 3,
|
||||
"enchantedBookTradeRestockEnabled": true,
|
||||
"enchantedItemTradeRestockEnabled": true
|
||||
},
|
||||
"enchantingTableNest": {
|
||||
"enchantingTableEnabled": true,
|
||||
"modifyLapisCost": false,
|
||||
"lapisCostFormula": "id+1"
|
||||
}
|
||||
}
|
||||
62
config/item_obliterator.json5
Normal file
62
config/item_obliterator.json5
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
{
|
||||
// -----------------------------------------------------------
|
||||
// Item Obliterator by ElocinDev
|
||||
// -----------------------------------------------------------
|
||||
//
|
||||
// How to add items?
|
||||
// - They are json strings, so you need to separate each
|
||||
// entry with a comma, except the last
|
||||
// - If you start an entry with !, it will be treated as a regular expression
|
||||
// Example: "!minecraft:.*_sword" to disable all swords
|
||||
//
|
||||
// -----------------------------------------------------------
|
||||
// Do not touch this
|
||||
"configVersion": 2,
|
||||
// -----------------------------------------------------------
|
||||
// Items here will be unusable completely
|
||||
// Example: minecraft:diamond
|
||||
"blacklisted_items": [
|
||||
"beansbackpacks:backpack",
|
||||
"beansbackpacks:metal_backpack",
|
||||
"beansbackpacks:winged_backpack",
|
||||
"beansbackpacks:ender_backpack",
|
||||
"beansbackpacks:lock",
|
||||
"travelersbackpack:dragon",
|
||||
"travelersbackpack:wither"
|
||||
],
|
||||
// -----------------------------------------------------------
|
||||
// Removes an item if it contains certain nbt tag. If the whole entry (or expression) is present, the item gets removed.
|
||||
// Use with caution! This is a very expensive operation and can cause lag if you have a lot of items blacklisted.
|
||||
//
|
||||
// Example to disable a regeneration potion: Potion:"minecraft:regeneration"
|
||||
//
|
||||
// You can also use regular expressions by starting the value with !
|
||||
"blacklisted_nbt": [
|
||||
],
|
||||
// -----------------------------------------------------------
|
||||
// Items here will not be able to be right-clicked (Interact)
|
||||
// Example: minecraft:apple
|
||||
"only_disable_interactions": [
|
||||
"examplemod:example_item"
|
||||
],
|
||||
// -----------------------------------------------------------
|
||||
// Items here will not be able to be used to attack
|
||||
// Example: minecraft:diamond_sword
|
||||
"only_disable_attacks": [
|
||||
"examplemod:example_item"
|
||||
],
|
||||
// -----------------------------------------------------------
|
||||
// Items here will get their recipes disabled
|
||||
// Keep in mind this already is applied to blacklisted items
|
||||
"only_disable_recipes": [
|
||||
"examplemod:example_item"
|
||||
],
|
||||
// -----------------------------------------------------------
|
||||
// If true, the mod will use a hashset to handle the blacklisted items
|
||||
// This is a more optimized approach only if you have a lot of items blacklisted (20 or more is recommended)
|
||||
// If you just have a small amount of items blacklisted, keep this false
|
||||
//
|
||||
// [!] Enabling this will disable all regular expressions
|
||||
// [!] Does not apply to NBT, only item blacklist / interaction / attack
|
||||
"use_hashmap_optimizations": false
|
||||
}
|
||||
54
config/particular.json5
Normal file
54
config/particular.json5
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"waterSplash": true,
|
||||
"cascades": true,
|
||||
"waterfallSpray": true,
|
||||
"fireflies": true,
|
||||
"fallingLeaves": true,
|
||||
"caveDust": true,
|
||||
"chestBubbles": true,
|
||||
"soulSandBubbles": true,
|
||||
"barrelBubbles": true,
|
||||
"poppingBubbles": true,
|
||||
"rainRipples": true,
|
||||
"waterDripRipples": true,
|
||||
"cakeEatingParticles": true,
|
||||
"emissiveLavaDrips": true,
|
||||
"fireflySettings": {
|
||||
"startTime": 12000,
|
||||
"endTime": 23000,
|
||||
"minTemp": 0.5,
|
||||
"maxTemp": 0.9900000095367432,
|
||||
"canSpawnInRain": false,
|
||||
"dailyRandom": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.33000001311302185,
|
||||
0.6600000262260437,
|
||||
1.0
|
||||
],
|
||||
"grass": 0.1666666716337204,
|
||||
"tallGrass": 0.0833333358168602,
|
||||
"flowers": 1.0,
|
||||
"tallFlowers": 0.5
|
||||
},
|
||||
"fallingLeavesSettings": {
|
||||
"spawnChance": 60,
|
||||
"spawnRipples": true,
|
||||
"layFlatOnGround": true,
|
||||
"layFlatRightAngles": false
|
||||
},
|
||||
"caveDustSettings": {
|
||||
"spawnChance": 700,
|
||||
"baseMaxAge": 200,
|
||||
"color": "#FF808080",
|
||||
"fadeDuration": 20,
|
||||
"maxAcceleration": 0.029999999329447746,
|
||||
"accelChangeChance": 180,
|
||||
"excludeBiomes": [
|
||||
"minecraft:lush_caves",
|
||||
"minecraft:dripstone_caves",
|
||||
"minecraft:deep_dark"
|
||||
]
|
||||
}
|
||||
}
|
||||
212
configureddefaults/config/travelersbackpack.json5
Normal file
212
configureddefaults/config/travelersbackpack.json5
Normal file
|
|
@ -0,0 +1,212 @@
|
|||
{
|
||||
"backpackSettings": {
|
||||
"leather": {
|
||||
// Number of inventory slots for the tier
|
||||
"inventorySlotCount": 9,
|
||||
// Number of tool slots for the tier
|
||||
"toolSlotCount": 1,
|
||||
// Tank capacity for the tier, 81000 equals 1 Bucket, (Leather default: 3 buckets)
|
||||
"tankCapacity": 81000
|
||||
},
|
||||
"iron": {
|
||||
// Number of inventory slots for the tier
|
||||
"inventorySlotCount": 18,
|
||||
// Number of tool slots for the tier
|
||||
"toolSlotCount": 2,
|
||||
// Tank capacity for the tier, 81000 equals 1 Bucket, (Iron default: 4 buckets)
|
||||
"tankCapacity": 162000
|
||||
},
|
||||
"gold": {
|
||||
// Number of inventory slots for the tier
|
||||
"inventorySlotCount": 27,
|
||||
// Number of tool slots for the tier
|
||||
"toolSlotCount": 3,
|
||||
// Tank capacity for the tier, 81000 equals 1 Bucket, (Gold default: 5 buckets)
|
||||
"tankCapacity": 243000
|
||||
},
|
||||
"diamond": {
|
||||
// Number of inventory slots for the tier
|
||||
"inventorySlotCount": 36,
|
||||
// Number of tool slots for the tier
|
||||
"toolSlotCount": 4,
|
||||
// Tank capacity for the tier, 81000 equals 1 Bucket, (Diamond default: 6 buckets)
|
||||
"tankCapacity": 324000
|
||||
},
|
||||
"netherite": {
|
||||
// Number of inventory slots for the tier
|
||||
"inventorySlotCount": 45,
|
||||
// Number of tool slots for the tier
|
||||
"toolSlotCount": 5,
|
||||
// Tank capacity for the tier, 81000 equals 1 Bucket, (Netherite default: 7 buckets)
|
||||
"tankCapacity": 405000
|
||||
},
|
||||
"enableTierUpgrades": true,
|
||||
// Unused - keep for compatibility only, will be removed in future versions
|
||||
"disableCrafting": false,
|
||||
"enableCraftingUpgrade": true,
|
||||
// New backpacks will have crafting grid by default
|
||||
"craftingUpgradeByDefault": false,
|
||||
"craftingSavesItems": true,
|
||||
// Enables wearing backpack directly from ground
|
||||
"enableBackpackBlockQuickEquip": true,
|
||||
// Enables unequipping the backpack when player clicks with empty hand on the ground
|
||||
"enableBackpackRightClickUnequip": false,
|
||||
// Allows to use only equipped backpack
|
||||
"allowOnlyEquippedBackpack": false,
|
||||
// Backpack immune to any damage source (lava, fire), can't be destroyed, never disappears as floating item
|
||||
"invulnerableBackpack": true,
|
||||
// List of items that can be put in tool slots (Use registry names, for example: minecraft:apple, minecraft:flint)
|
||||
"toolSlotsAcceptableItems": [],
|
||||
// List of items that can't be put in backpack inventory (Use registry names, for example: minecraft:apple, minecraft:flint)
|
||||
"blacklistedItems": [],
|
||||
// Tool slots accept any item
|
||||
"toolSlotsAcceptEverything": false,
|
||||
"allowShulkerBoxes": false,
|
||||
// Unused - keep for compatibility only, will be removed in future versions
|
||||
"tanksCapacity": [
|
||||
162000,
|
||||
243000,
|
||||
324000,
|
||||
405000,
|
||||
486000
|
||||
],
|
||||
// Prevents backpack disappearing in void
|
||||
"voidProtection": true,
|
||||
// Places backpack at place where player died
|
||||
"backpackDeathPlace": true,
|
||||
// Places backpack at place where player died, replacing all blocks that are breakable and do not have inventory (backpackDeathPlace must be true in order to work)
|
||||
"backpackForceDeathPlace": false,
|
||||
"enableSleepingBagSpawnPoint": false,
|
||||
/* If true, backpack can only be worn by placing it in curios 'Back' slot
|
||||
WARNING - Remember to TAKE OFF BACKPACK BEFORE enabling or disabling this integration!! - if not you'll lose your backpack
|
||||
*/
|
||||
"trinketsIntegration": true
|
||||
},
|
||||
"world": {
|
||||
// Enables backpacks spawning in loot chests
|
||||
"enableLoot": false,
|
||||
// Enables chance to spawn Zombie, Skeleton, Wither Skeleton, Piglin or Enderman with random backpack equipped
|
||||
"spawnEntitiesWithBackpack": true,
|
||||
// List of overworld entity types that can spawn with equipped backpack. DO NOT ADD anything to this list, because the game will crash, remove entries if mob should not spawn with backpack
|
||||
"possibleOverworldEntityTypes": [
|
||||
"minecraft:zombie",
|
||||
"minecraft:skeleton",
|
||||
"minecraft:enderman"
|
||||
],
|
||||
// List of nether entity types that can spawn with equipped backpack. DO NOT ADD anything to this list, because the game will crash, remove entries if mob should not spawn with backpack
|
||||
"possibleNetherEntityTypes": [
|
||||
"minecraft:wither_skeleton",
|
||||
"minecraft:piglin"
|
||||
],
|
||||
// Defines spawn chance of entity with backpack (1 in [selected value])
|
||||
"spawnChance": 500,
|
||||
// List of backpacks that can spawn on overworld mobs
|
||||
"overworldBackpacks": [
|
||||
"travelersbackpack:standard",
|
||||
"travelersbackpack:diamond",
|
||||
"travelersbackpack:gold",
|
||||
"travelersbackpack:emerald",
|
||||
"travelersbackpack:iron",
|
||||
"travelersbackpack:lapis",
|
||||
"travelersbackpack:redstone",
|
||||
"travelersbackpack:coal",
|
||||
"travelersbackpack:bookshelf",
|
||||
"travelersbackpack:sandstone",
|
||||
"travelersbackpack:snow",
|
||||
"travelersbackpack:sponge",
|
||||
"travelersbackpack:cake",
|
||||
"travelersbackpack:cactus",
|
||||
"travelersbackpack:hay",
|
||||
"travelersbackpack:melon",
|
||||
"travelersbackpack:pumpkin",
|
||||
"travelersbackpack:enderman",
|
||||
"travelersbackpack:skeleton",
|
||||
"travelersbackpack:spider",
|
||||
"travelersbackpack:bee",
|
||||
"travelersbackpack:wolf",
|
||||
"travelersbackpack:fox",
|
||||
"travelersbackpack:ocelot",
|
||||
"travelersbackpack:horse",
|
||||
"travelersbackpack:cow",
|
||||
"travelersbackpack:pig",
|
||||
"travelersbackpack:sheep",
|
||||
"travelersbackpack:chicken",
|
||||
"travelersbackpack:squid"
|
||||
],
|
||||
// List of backpacks that can spawn on nether mobs
|
||||
"netherBackpacks": [
|
||||
"travelersbackpack:quartz",
|
||||
"travelersbackpack:nether",
|
||||
"travelersbackpack:blaze",
|
||||
"travelersbackpack:ghast",
|
||||
"travelersbackpack:magma_cube",
|
||||
"travelersbackpack:wither"
|
||||
],
|
||||
// Enables trade for Villager Backpack in Librarian villager trades
|
||||
"enableVillagerTrade": true
|
||||
},
|
||||
"backpackAbilities": {
|
||||
"enableBackpackAbilities": true,
|
||||
"forceAbilityEnabled": false,
|
||||
// List of backpacks that are allowed to have an ability. DO NOT ADD anything to this list, because the game will crash, remove entries if backpack should not have ability
|
||||
"allowedAbilities": [
|
||||
"travelersbackpack:netherite",
|
||||
"travelersbackpack:diamond",
|
||||
"travelersbackpack:gold",
|
||||
"travelersbackpack:emerald",
|
||||
"travelersbackpack:iron",
|
||||
"travelersbackpack:lapis",
|
||||
"travelersbackpack:redstone",
|
||||
"travelersbackpack:bookshelf",
|
||||
"travelersbackpack:sponge",
|
||||
"travelersbackpack:cake",
|
||||
"travelersbackpack:cactus",
|
||||
"travelersbackpack:melon",
|
||||
"travelersbackpack:pumpkin",
|
||||
"travelersbackpack:creeper",
|
||||
"travelersbackpack:enderman",
|
||||
"travelersbackpack:ghast",
|
||||
"travelersbackpack:magma_cube",
|
||||
"travelersbackpack:bat",
|
||||
"travelersbackpack:bee",
|
||||
"travelersbackpack:ocelot",
|
||||
"travelersbackpack:chicken",
|
||||
"travelersbackpack:squid"
|
||||
]
|
||||
},
|
||||
"slownessDebuff": {
|
||||
// Player gets slowness effect, if carries too many backpacks in inventory
|
||||
"tooManyBackpacksSlowness": true,
|
||||
// Maximum number of backpacks, which can be carried in inventory, without slowness effect
|
||||
"maxNumberOfBackpacks": 3,
|
||||
"slownessPerExcessedBackpack": 1
|
||||
},
|
||||
"client": {
|
||||
"overlay": {
|
||||
// Enables tanks and tool slots overlay, while backpack is worn
|
||||
"enableOverlay": true,
|
||||
// Offsets to left side
|
||||
"offsetX": 20,
|
||||
// Offsets to up
|
||||
"offsetY": 30
|
||||
},
|
||||
// Whether the backpack icon should be visible in player's inventory
|
||||
"showBackpackIconInInventory": true,
|
||||
// Sends a message to the player on death with backpack coordinates
|
||||
"sendBackpackCoordinatesMessage": true,
|
||||
// Enables legacy GUI (Blue slots for storage, brown for crafting and green for tools)
|
||||
"enableLegacyGui": false,
|
||||
// Enables tool cycling via keybind (Default Z) + scroll combination, while backpack is worn
|
||||
"enableToolCycling": true,
|
||||
// Allows tool cycling using keybinding only (Default Z)
|
||||
"disableScrollWheel": false,
|
||||
// Enables tip, how to obtain a backpack, if there's no crafting recipe for it
|
||||
"obtainTips": false,
|
||||
// Render tools in tool slots on the backpack, while worn
|
||||
"renderTools": true,
|
||||
// Render backpack if elytra is present
|
||||
"renderBackpackWithElytra": true,
|
||||
// Disable backpack rendering
|
||||
"disableBackpackRender": false
|
||||
}
|
||||
}
|
||||
42
index.toml
42
index.toml
|
|
@ -4,6 +4,22 @@ hash-format = "sha256"
|
|||
file = "README.md"
|
||||
hash = "e0c1b8ad5e41801020104e6e797997d2b2e1eaa3db7107b628c168ec7f7537e0"
|
||||
|
||||
[[files]]
|
||||
file = "config/NoChatReports/NCR-Encryption.json"
|
||||
hash = "ad41c18d8223070fe2a7566dd6d9baad76edc4424c8f6ee3c9e0c596eb7d5a3f"
|
||||
|
||||
[[files]]
|
||||
file = "config/enchantmentdisabler-config.json5"
|
||||
hash = "c3717827d99f23c81351df552babbed2235104dfe0ec0a9ffdbee1edc48300fd"
|
||||
|
||||
[[files]]
|
||||
file = "config/item_obliterator.json5"
|
||||
hash = "096c0923d7b11fd96532ccf41dfd8f3689e687c95ea967865a138f8bf478d2fe"
|
||||
|
||||
[[files]]
|
||||
file = "config/particular.json5"
|
||||
hash = "2ef28c4cf7a2e6d8316f665219b7c8e307931734e02ba1dc05a9ff6f35bb07a0"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/DistantHorizons.toml"
|
||||
hash = "da2034687d2a8a2ecfb0c1ca07f756e02b3b2266b1f11a5566d9dcaa5af3118a"
|
||||
|
|
@ -105,6 +121,10 @@ hash = "218ea6c228b0df801483570b610481acdb9591037cad7cc074e41c839e4020c9"
|
|||
file = "configureddefaults/config/tips.json"
|
||||
hash = "af85f2909fde8c0dbea201fb6fb4afc5070be875c24266b47887f33f03c19321"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/travelersbackpack.json5"
|
||||
hash = "54dbfffb6ef5c514662fb273330ec143e59e64446c7106fb9e1769060686bf45"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/treechop-client.toml"
|
||||
hash = "1ff3f0e2ce95ea1561eb80b69b1a18599adffd262566fb9befa2a49c9c33efbe"
|
||||
|
|
@ -295,6 +315,11 @@ file = "mods/c2me-fabric.pw.toml"
|
|||
hash = "066bcf27ce64eeaeb8e595f3768743c02e3a5fa2f7338357a523b8a72f0814df"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cardinal-components-api.pw.toml"
|
||||
hash = "e948385136e0f372f4a8b35f04221b4cc5e3786ce498fc321a394ad1258dc032"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cat-loaf.pw.toml"
|
||||
hash = "5937a705a044b790a79e4d8f7a5239b7b4361eba464c828846e7a335bba818b6"
|
||||
|
|
@ -325,11 +350,6 @@ file = "mods/chalk.pw.toml"
|
|||
hash = "e0fe3a15675b2f6ad147699a546a09bccd45492df57f721ffa524a2f5b380595"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/charm-of-undying.pw.toml"
|
||||
hash = "9976a89bdb3889054b1501c2471974ec62a0be15dabc0330422adf1a23a88bae"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/chat-heads.pw.toml"
|
||||
hash = "732bc85d460b6399677e5b768318a0d6cc02822b9d005015ec4e16d9730e260a"
|
||||
|
|
@ -600,6 +620,11 @@ file = "mods/emi.pw.toml"
|
|||
hash = "cb84025b57a3c1d575299c82858235cc555867d14d06aca4388302edcdb46281"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/enchantment-disabler.pw.toml"
|
||||
hash = "986fc0722256347ab9d4ed8a986e858410414eb21c34ec8f892988ec01025601"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/endrem.pw.toml"
|
||||
hash = "34a07ff5c170cd95eb586e3e40e65636eb4bbf283c24762055db6094b91de494"
|
||||
|
|
@ -1402,7 +1427,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/tinkerers-smithing.pw.toml"
|
||||
hash = "a67428b929aff24f6ae728600ee7d5f1ab814d7e3e362e16b59660c48151d50b"
|
||||
hash = "5e654c6b2b2530ee3c74a2e6638ebb4cf1a170ca9ae9b9e391c34de3915e3f2f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
@ -1415,6 +1440,11 @@ file = "mods/towns-and-towers.pw.toml"
|
|||
hash = "72c0e1d4d8eb05e6c82c8959885ee5f08b8c7ede63b438e22a7422246679cc46"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/travelersbackpack.pw.toml"
|
||||
hash = "cc1b4c44978137e7501093b75819d87fd75778261dc0a1c1fe98a381a02ee028"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/treechop.pw.toml"
|
||||
hash = "d4973af17081ec2f1d5aabad778331459612fc95617cda5fbcafa79ea9384c43"
|
||||
|
|
|
|||
13
mods/cardinal-components-api.pw.toml
Normal file
13
mods/cardinal-components-api.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Cardinal Components API"
|
||||
filename = "cardinal-components-api-5.2.2.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/K01OU20C/versions/qW85eawp/cardinal-components-api-5.2.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "edb9319211501170deaa29c7752e34910bd578d20ec3724547e6eab84c2bf2a974e3443d759aa24a7db718b1bda673071e8c2c71dbda0ce2f9584f97f09838bc"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "K01OU20C"
|
||||
version = "qW85eawp"
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
name = "Charm of Undying"
|
||||
filename = "charmofundying-fabric-6.5.0+1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/b5GyyYkp/versions/bRynnjen/charmofundying-fabric-6.5.0%2B1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6c86eb878c1e5e7a5958fd3b6c7a3219fe799cc20e6440f60a59fa7823c33843aaadbe8393d42f1643e173d29873feace60bab92d47a82b9ba748e0cd22d00dd"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "b5GyyYkp"
|
||||
version = "bRynnjen"
|
||||
13
mods/enchantment-disabler.pw.toml
Normal file
13
mods/enchantment-disabler.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Enchantment Disabler"
|
||||
filename = "enchantmentdisabler-1.0.0+1.19.3.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Kd03i2oU/versions/pJ60xb1I/enchantmentdisabler-1.0.0%2B1.19.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "0dea229a3b7c8f554b44238e47312f63851ab17ee8b74a4f96ee2bfae9704145019951f803cf1d384cd5ba55f8bb95500d335f0dbec27fcf73193e71b19b8b6c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Kd03i2oU"
|
||||
version = "pJ60xb1I"
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
name = "Tinkerer's Smithing"
|
||||
filename = "tinkerers-smithing-2.7.0+1.20.jar"
|
||||
side = "server"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/RhVpNN5O/versions/gzDgfk8I/tinkerers-smithing-2.7.0%2B1.20.jar"
|
||||
|
|
|
|||
13
mods/travelersbackpack.pw.toml
Normal file
13
mods/travelersbackpack.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Traveler's Backpack"
|
||||
filename = "travelersbackpack-fabric-1.20.1-9.1.18.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/rlloIFEV/versions/ZHltcaKk/travelersbackpack-fabric-1.20.1-9.1.18.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "b7e380237142b94f9feef712f2c519896efc2f63ffb6d7f90caa279fafbe404d87e080988568a4e70850d4e0953eb866501583b56383d13d6f44969a08d9c59d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "rlloIFEV"
|
||||
version = "ZHltcaKk"
|
||||
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "b0670a0e4496f5f172c6f936518a8383c5c1ef8372262b8fe8cddaf6bd32b4bd"
|
||||
hash = "5b6c9202f66a001d96cd34c1257687f907c5ae48f3ee916cf530399d040335c5"
|
||||
|
||||
[versions]
|
||||
fabric = "0.16.9"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue