Food n' Bags Bug Fixing Compilation (#1967)

* oops I might've hit space and made linux upset mb gang

* > metal bar > look inside > not a metal bar

* sns is a mess huh

* sns is a mess huh (fixed sns and sophisticated backpack stuff)

* hot potato (pun intended)

* made bulbkin pie not allergic to firmalife ovens
This commit is contained in:
The Compendium System / The Atlassian Collective 2025-10-06 18:48:53 +02:00 committed by GitHub
parent 58f5ca6927
commit d45e2f164a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 2 deletions

View file

@ -33,7 +33,7 @@
slotCap = 64
#The maximum item size allowed in the container
#Allowed Values: TINY, VERY_SMALL, SMALL, NORMAL, LARGE, VERY_LARGE, HUGE
allowedSize = "VERY_LARGE"
allowedSize = "NORMAL"
["Container Item Config"."Burlap Sack"]
#Determines if this container will automatically pickup items

View file

@ -2,7 +2,7 @@
#Server Settings
[server]
#List of items that are not allowed to be put in backpacks - e.g. "minecraft:shulker_box"
disallowedItems = []
disallowedItems = ["sns:frame_pack", "sns:burlap_sack"]
#Determines if container items (those that override canFitInsideContainerItems to false) are able to fit in backpacks
containerItemsDisallowed = false
#List of blocks that inventory interaction upgrades can't interact with - e.g. "minecraft:shulker_box"