Fix typo in config

This commit is contained in:
Mateusz Słodkowicz 2025-08-11 17:07:44 +02:00
parent 4a8ed0ef95
commit a244c24843
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
3 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@
#Entities that CAN be picked up (useWhitelistEntities must be true) #Entities that CAN be picked up (useWhitelistEntities must be true)
allowedEntities = [] allowedEntities = []
#Blocks that CAN be picked up (useWhitelistBlocks must be true) #Blocks that CAN be picked up (useWhitelistBlocks must be true)
allowedBlocks = ["#forge:chests", "#c:chests", "#c:shulker_boxes", "#c:wooden_barrels", "#forge:barrels", "#forge:boxes/shulker", "minecraft:buddings_amethyst", "minecraft:spawner", "minecraft:crafting_table", "sophisticatedstorage:shulker_box", "sophisticatedstorage:copper_shulker_box", "sophisticatedstorage:iron_shulker_box", "sophisticatedstorage:gold_shulker_box", "sophisticatedstorage:diamond_shulker_box", "sophisticatedstorage:netherite_shulker_box", "sophisticatedbackpacks:backpack", "functionalstorage:*"] allowedBlocks = ["#forge:chests", "#c:chests", "#c:shulker_boxes", "#c:wooden_barrels", "#forge:barrels", "#forge:boxes/shulker", "minecraft:budding_amethyst", "minecraft:spawner", "minecraft:crafting_table", "sophisticatedstorage:shulker_box", "sophisticatedstorage:copper_shulker_box", "sophisticatedstorage:iron_shulker_box", "sophisticatedstorage:gold_shulker_box", "sophisticatedstorage:diamond_shulker_box", "sophisticatedstorage:netherite_shulker_box", "sophisticatedbackpacks:backpack", "functionalstorage:*"]
#Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true) #Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true)
allowedStacking = [] allowedStacking = []

View File

@ -72,7 +72,7 @@ hash = "27c4c60af7e9ad4aa8613dfaa3f70dc81f4b1415923a869038acd856f1b7ead9"
[[files]] [[files]]
file = "config/carryon-common.toml" file = "config/carryon-common.toml"
hash = "809c23ab99f80e2c753eb3f24448a0eb651aabd2b5bc2624343de182cd2a14d1" hash = "4b19f5ca5c55f314ed1dc2291ad6888df7273c215e757e0e16b6ca73facc41cb"
[[files]] [[files]]
file = "config/chalk-common.toml" file = "config/chalk-common.toml"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "097cce7860919f1c3628d04f6846128a486d155b61b9e18d6055cdde3366c2b8" hash = "1a2fd7fa420767f763dc583fae72fdefa514613e81252fd3a88fbe8e596b5cf2"
[versions] [versions]
forge = "47.4.4" forge = "47.4.4"