Upgrade trash bag max item size to Normal (#25241)

* Upgrade trash bag size to Normal

* let the belt and trash bag box hold the buffed trash bags

---------

Co-authored-by: Jessica M <jessica@maybe.sh>
This commit is contained in:
Jessica M
2024-02-20 22:29:18 -08:00
committed by GitHub
parent 688c9ab817
commit 435efd7cbe
3 changed files with 3 additions and 2 deletions

View File

@@ -251,7 +251,7 @@
- type: Storage - type: Storage
grid: grid:
- 0,0,5,3 - 0,0,5,3
maxItemSize: Normal maxItemSize: Large
whitelist: whitelist:
tags: tags:
- TrashBag - TrashBag

View File

@@ -223,6 +223,7 @@
- Plunger - Plunger
components: components:
- LightReplacer - LightReplacer
maxItemSize: Large
- type: ItemMapper - type: ItemMapper
mapLayers: mapLayers:
bottle: bottle:

View File

@@ -9,7 +9,7 @@
- state: icon-0 - state: icon-0
map: ["enum.StorageFillLayers.Fill"] map: ["enum.StorageFillLayers.Fill"]
- type: Storage - type: Storage
maxItemSize: Small maxItemSize: Normal
grid: grid:
- 0,0,7,5 - 0,0,7,5
quickInsert: true quickInsert: true