-
Notifications
You must be signed in to change notification settings - Fork 1
Fill Level Utilities
CommandLeo edited this page Jul 7, 2023
·
5 revisions
An app to get or set the fill level of containers and cauldrons/composters.
Run the following commands in-game:
/carpet scriptsAppStore CommandLeo/scarpet/contents/programs
/script download fill_level.sc
/fill_level get [<pos>]
- Gets the fill level of the block you are looking at or at the specified coordinates. Returns an integer between 0 and 897.
/fill_level set <fill_level> [<pos>]
- Sets the fill level of the block you are looking at or at the specified coordinates. For signal strengths above 15, a mix of stacked shulker boxes and stackable items is used.
/fill_level dummy_item unstackable [get|set|reset|give]
- Gets, sets, resets or gives the unstackable dummy item.
/fill_level dummy_item stackable [get|set|reset|give]
- Gets, sets, resets or gives the stackable dummy item.