update travelersbackpack config
This commit is contained in:
parent
8b2c2945b4
commit
cd796c696a
5 changed files with 29 additions and 33 deletions
Binary file not shown.
|
|
@ -17,10 +17,12 @@
|
|||
// Example: minecraft:diamond
|
||||
"blacklisted_items": [
|
||||
"beansbackpacks:backpack",
|
||||
"beansbackpacks:metal_backpack",
|
||||
"beansbackpacks:winged_backpack",
|
||||
"beansbackpacks:ender_backpack",
|
||||
"beansbackpacks:lock"
|
||||
"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.
|
||||
|
|
@ -57,4 +59,4 @@
|
|||
// [!] Enabling this will disable all regular expressions
|
||||
// [!] Does not apply to NBT, only item blacklist / interaction / attack
|
||||
"use_hashmap_optimizations": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,43 +2,43 @@
|
|||
"backpackSettings": {
|
||||
"leather": {
|
||||
// Number of inventory slots for the tier
|
||||
"inventorySlotCount": 27,
|
||||
"inventorySlotCount": 9,
|
||||
// Number of tool slots for the tier
|
||||
"toolSlotCount": 2,
|
||||
"toolSlotCount": 1,
|
||||
// Tank capacity for the tier, 81000 equals 1 Bucket, (Leather default: 3 buckets)
|
||||
"tankCapacity": 243000
|
||||
"tankCapacity": 81000
|
||||
},
|
||||
"iron": {
|
||||
// Number of inventory slots for the tier
|
||||
"inventorySlotCount": 36,
|
||||
"inventorySlotCount": 18,
|
||||
// Number of tool slots for the tier
|
||||
"toolSlotCount": 3,
|
||||
"toolSlotCount": 2,
|
||||
// Tank capacity for the tier, 81000 equals 1 Bucket, (Iron default: 4 buckets)
|
||||
"tankCapacity": 324000
|
||||
"tankCapacity": 162000
|
||||
},
|
||||
"gold": {
|
||||
// Number of inventory slots for the tier
|
||||
"inventorySlotCount": 45,
|
||||
"inventorySlotCount": 27,
|
||||
// Number of tool slots for the tier
|
||||
"toolSlotCount": 4,
|
||||
"toolSlotCount": 3,
|
||||
// Tank capacity for the tier, 81000 equals 1 Bucket, (Gold default: 5 buckets)
|
||||
"tankCapacity": 405000
|
||||
"tankCapacity": 243000
|
||||
},
|
||||
"diamond": {
|
||||
// Number of inventory slots for the tier
|
||||
"inventorySlotCount": 54,
|
||||
"inventorySlotCount": 36,
|
||||
// Number of tool slots for the tier
|
||||
"toolSlotCount": 5,
|
||||
"toolSlotCount": 4,
|
||||
// Tank capacity for the tier, 81000 equals 1 Bucket, (Diamond default: 6 buckets)
|
||||
"tankCapacity": 486000
|
||||
"tankCapacity": 324000
|
||||
},
|
||||
"netherite": {
|
||||
// Number of inventory slots for the tier
|
||||
"inventorySlotCount": 63,
|
||||
"inventorySlotCount": 45,
|
||||
// Number of tool slots for the tier
|
||||
"toolSlotCount": 6,
|
||||
"toolSlotCount": 5,
|
||||
// Tank capacity for the tier, 81000 equals 1 Bucket, (Netherite default: 7 buckets)
|
||||
"tankCapacity": 567000
|
||||
"tankCapacity": 405000
|
||||
},
|
||||
"enableTierUpgrades": true,
|
||||
// Unused - keep for compatibility only, will be removed in future versions
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
},
|
||||
"world": {
|
||||
// Enables backpacks spawning in loot chests
|
||||
"enableLoot": true,
|
||||
"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
|
||||
|
|
@ -119,7 +119,6 @@
|
|||
"travelersbackpack:hay",
|
||||
"travelersbackpack:melon",
|
||||
"travelersbackpack:pumpkin",
|
||||
"travelersbackpack:creeper",
|
||||
"travelersbackpack:enderman",
|
||||
"travelersbackpack:skeleton",
|
||||
"travelersbackpack:spider",
|
||||
|
|
@ -148,7 +147,7 @@
|
|||
},
|
||||
"backpackAbilities": {
|
||||
"enableBackpackAbilities": true,
|
||||
"forceAbilityEnabled": 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",
|
||||
|
|
@ -165,24 +164,19 @@
|
|||
"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"
|
||||
]
|
||||
},
|
||||
"slownessDebuff": {
|
||||
// Player gets slowness effect, if carries too many backpacks in inventory
|
||||
"tooManyBackpacksSlowness": false,
|
||||
"tooManyBackpacksSlowness": true,
|
||||
// Maximum number of backpacks, which can be carried in inventory, without slowness effect
|
||||
"maxNumberOfBackpacks": 3,
|
||||
"slownessPerExcessedBackpack": 1
|
||||
|
|
@ -207,7 +201,7 @@
|
|||
// 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": true,
|
||||
"obtainTips": false,
|
||||
// Render tools in tool slots on the backpack, while worn
|
||||
"renderTools": true,
|
||||
// Render backpack if elytra is present
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ hash = "c3717827d99f23c81351df552babbed2235104dfe0ec0a9ffdbee1edc48300fd"
|
|||
|
||||
[[files]]
|
||||
file = "config/item_obliterator.json5"
|
||||
hash = "4b7686fc8b5d365b204be4bca9b516b599863bd1df90673338aa17875f817806"
|
||||
hash = "096c0923d7b11fd96532ccf41dfd8f3689e687c95ea967865a138f8bf478d2fe"
|
||||
|
||||
[[files]]
|
||||
file = "config/particular.json5"
|
||||
|
|
@ -123,7 +123,7 @@ hash = "af85f2909fde8c0dbea201fb6fb4afc5070be875c24266b47887f33f03c19321"
|
|||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/travelersbackpack.json5"
|
||||
hash = "9a4fdcd8e32f7efc7ced8bb209404369fa72a1ba509cbaa429509509dcc40523"
|
||||
hash = "54dbfffb6ef5c514662fb273330ec143e59e64446c7106fb9e1769060686bf45"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/treechop-client.toml"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "235cb1898988da75c644f687bb58be4af1a448569ffbc73fffc8f5c6b2667ccb"
|
||||
hash = "9316379b1d9dfcb068d2291d8c3e4690ae1cc6a99247082756957b1925819fc7"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.20.1"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue