Merge pull request #923 from NobleWasTaken/patch-1

Update carryon-common.toml
This commit is contained in:
Redeix 2025-04-28 09:26:26 -05:00 committed by GitHub
commit 9fac32f5d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,7 @@
#Entities that CAN be picked up (useWhitelistEntities must be true)
allowedEntities = ["tfc:turkey", "tfc:dog", "tfc:isopod", "tfc:lobster", "tfc:frog", "tfc:penguin", "tfc:turtle", "tfc:horseshoe_crab", "tfc:crayfish", "tfc:grouse", "tfc:pheasant", "tfc:peafowl", "tfc:rat", "tfc:cat", "tfc:chicken", "tfc:duck", "tfc:quail", "tfc:rabbit"]
#Blocks that CAN be picked up (useWhitelistBlocks must be true)
allowedBlocks = ["#forge:chests/wooden", "#storagedrawers:drawers"]
allowedBlocks = ["framedblocks:framed_chest", "tfc:wood/chest/*", "tfc:wood/trapped_chest/*", "#forge:chests/wooden"]
#Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true)
allowedStacking = []