updat :3
All checks were successful
Update wiki / test (push) Successful in 21s

This commit is contained in:
Ashley Graves 2024-07-31 21:08:49 +02:00
parent acd229e6a0
commit 3bb44687c4
7 changed files with 211 additions and 1 deletions

View file

@ -0,0 +1,134 @@
#Common config settings
[common]
[common.backpackSettings]
enableTierUpgrades = true
enableCraftingUpgrade = true
#Newly crafted backpacks will have crafting upgrade included by default
craftingUpgradeByDefault = false
#Whether crafting grid should save items
craftingSavesItems = true
#Enables equipping the backpack on right-click from the ground
enableBackpackBlockWearable = true
#Enables unequipping the backpack on right-click on the ground with empty hand
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
toolSlotsAcceptSwords = true
#List of items that can be put in tool slots (Use registry names, for example: "minecraft:apple", "minecraft:flint")
toolSlotsAcceptableItems = []
#Tool slots accept any item
toolSlotsAcceptEverything = false
#List of items that can't be put in backpack inventory (Use registry names, for example: "minecraft:apple", "minecraft:flint")
blacklistedItems = []
#Allows putting shulker boxes and other items with inventory in backpack
allowShulkerBoxes = false
#Prevents backpack disappearing in void, spawns floating backpack above minimum Y when player dies 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
curiosIntegration = true
#Leather Tier Backpack Settings
[common.backpackSettings.leatherTierBackpack]
#Number of inventory slots for the tier
#Range: 1 ~ 63
inventorySlotCount = 27
#Number of tool slots for the tier
#Range: 0 ~ 6
toolSlotCount = 2
#Tank capacity for the tier, 1000 equals 1 Bucket
#Range: 1 ~ 128000
tankCapacity = 3000
#Iron Tier Backpack Settings
[common.backpackSettings.ironTierBackpack]
#Number of inventory slots for the tier
#Range: 1 ~ 63
inventorySlotCount = 36
#Number of tool slots for the tier
#Range: 0 ~ 6
toolSlotCount = 3
#Tank capacity for the tier, 1000 equals 1 Bucket
#Range: 1 ~ 128000
tankCapacity = 4000
#Gold Tier Backpack Settings
[common.backpackSettings.goldTierBackpack]
#Number of inventory slots for the tier
#Range: 1 ~ 63
inventorySlotCount = 45
#Number of tool slots for the tier
#Range: 0 ~ 6
toolSlotCount = 4
#Tank capacity for the tier, 1000 equals 1 Bucket
#Range: 1 ~ 128000
tankCapacity = 5000
#Diamond Tier Backpack Settings
[common.backpackSettings.diamondTierBackpack]
#Number of inventory slots for the tier
#Range: 1 ~ 63
inventorySlotCount = 54
#Number of tool slots for the tier
#Range: 0 ~ 6
toolSlotCount = 5
#Tank capacity for the tier, 1000 equals 1 Bucket
#Range: 1 ~ 128000
tankCapacity = 6000
#Netherite Tier Backpack Settings
[common.backpackSettings.netheriteTierBackpack]
#Number of inventory slots for the tier
#Range: 1 ~ 63
inventorySlotCount = 63
#Number of tool slots for the tier
#Range: 0 ~ 6
toolSlotCount = 6
#Tank capacity for the tier, 1000 equals 1 Bucket
#Range: 1 ~ 128000
tankCapacity = 7000
[common.world]
#Enables backpacks spawning in loot chests
enableLoot = true
#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])
#Range: > 0
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:creeper", "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
[common.backpackAbilities]
enableBackpackAbilities = true
#Newly crafted backpacks will have ability enabled by default
forceAbilityEnabled = true
#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:dragon", "travelersbackpack:enderman", "travelersbackpack:blaze", "travelersbackpack:ghast", "travelersbackpack:magma_cube", "travelersbackpack:spider", "travelersbackpack:wither", "travelersbackpack:bat", "travelersbackpack:bee", "travelersbackpack:ocelot", "travelersbackpack:cow", "travelersbackpack:chicken", "travelersbackpack:squid"]
[common.slownessDebuff]
#Player gets slowness effect, if carries too many backpacks in inventory
tooManyBackpacksSlowness = false
#Maximum number of backpacks, which can be carried in inventory, without slowness effect
#Range: 1 ~ 37
maxNumberOfBackpacks = 3
#Range: 0.1 ~ 5.0
slownessPerExcessedBackpack = 1.0

View file

@ -268,6 +268,10 @@ hash = "d350b1eae9b79c2ef7fee730752fbe1ff4b073f3b1c958f90fb87b17fbbc9a1d"
file = "config/defaultoptions/extra/config/terrablender.toml" file = "config/defaultoptions/extra/config/terrablender.toml"
hash = "c73292a81a8409d74edb12b0bb9226bda03f39e11afc8abfe6bff52cc30ef480" hash = "c73292a81a8409d74edb12b0bb9226bda03f39e11afc8abfe6bff52cc30ef480"
[[files]]
file = "config/defaultoptions/extra/config/travelersbackpack-common.toml"
hash = "55bf40a14c4438f9bdb996f2e666ba954a0ba2e47175931b8b59ffda0320014c"
[[files]] [[files]]
file = "config/defaultoptions/extra/config/travelerstitles-forge-1_20.toml" file = "config/defaultoptions/extra/config/travelerstitles-forge-1_20.toml"
hash = "4233e1f037a1797c9f6533040af9cd19b7a77d73f06b8d9469777983856ecbf0" hash = "4233e1f037a1797c9f6533040af9cd19b7a77d73f06b8d9469777983856ecbf0"
@ -647,6 +651,11 @@ file = "mods/jei.pw.toml"
hash = "3514e10db21d24903c95dd1f551b91ae77a957400ae788393aa8100f2f7f88d0" hash = "3514e10db21d24903c95dd1f551b91ae77a957400ae788393aa8100f2f7f88d0"
metafile = true metafile = true
[[files]]
file = "mods/journeymap-integration.pw.toml"
hash = "bb969935e212233b5830ba80d9dcc81479092beafefbc9ec770274990630d909"
metafile = true
[[files]] [[files]]
file = "mods/journeymap.pw.toml" file = "mods/journeymap.pw.toml"
hash = "fccb2bb5d0369f98c0eeaaafd560b5f7205949563a381eaf4532263f12260eb3" hash = "fccb2bb5d0369f98c0eeaaafd560b5f7205949563a381eaf4532263f12260eb3"
@ -802,6 +811,21 @@ file = "mods/smartbrainlib.pw.toml"
hash = "438f38567603a25c29b1dba6ddac11e4824afc1b3acd2216f7b54018a3de951a" hash = "438f38567603a25c29b1dba6ddac11e4824afc1b3acd2216f7b54018a3de951a"
metafile = true metafile = true
[[files]]
file = "mods/sophisticated-backpacks.pw.toml"
hash = "3f6894af067410277d2281acd6a674575694eb65e4e3514e4d96e32b06e4e0e2"
metafile = true
[[files]]
file = "mods/sophisticated-core.pw.toml"
hash = "9935c85e1d899d5bd69e83b51070cdca5ae9dc138bb6ccde8f76aac214df0cc0"
metafile = true
[[files]]
file = "mods/sophisticated-storage.pw.toml"
hash = "ab9393f8ffa86006454b2eef2d0276630baacb9644f48ee04c7e1abc5090f2d0"
metafile = true
[[files]] [[files]]
file = "mods/sound-physics-remastered.pw.toml" file = "mods/sound-physics-remastered.pw.toml"
hash = "1b3d12a113396cf27fac3eaefadcf310646e28464fc79dd5f30f38cbe1bca336" hash = "1b3d12a113396cf27fac3eaefadcf310646e28464fc79dd5f30f38cbe1bca336"

View file

@ -0,0 +1,13 @@
name = "JourneyMap Integration"
filename = "jmi-forge-1.20.1-0.14-48.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/M1ZKbfkJ/versions/BBbIV2h1/jmi-forge-1.20.1-0.14-48.jar"
hash-format = "sha1"
hash = "f2be323d589b953eaa303f8b74913831a5a9b77b"
[update]
[update.modrinth]
mod-id = "M1ZKbfkJ"
version = "BBbIV2h1"

View file

@ -0,0 +1,13 @@
name = "Sophisticated Backpacks"
filename = "sophisticatedbackpacks-1.20.1-3.20.5.1044.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "82e97629d2383d87d65f6684c6270c438f95156b"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5296475
project-id = 422301

View file

@ -0,0 +1,13 @@
name = "Sophisticated Core"
filename = "sophisticatedcore-1.20.1-0.6.22.611.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "f2f9639f50d04fa4f6ae7a2e972428f40a8f80d4"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5326245
project-id = 618298

View file

@ -0,0 +1,13 @@
name = "Sophisticated Storage"
filename = "sophisticatedstorage-1.20.1-0.10.25.804.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "0210b01407e1e9d43c0d706619c5448af0aa76bb"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5327377
project-id = 619320

View file

@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "87547acd3b80835e7464c1682d8e3b39c8b4a04cef4fe80b9a10aef2c835850c" hash = "33d9cda795850b747620b6df329a00446a71eece3af3fcba793ad0b859663d45"
[versions] [versions]
minecraft = "1.20.1" minecraft = "1.20.1"