bug report

This commit is contained in:
Jottyfan
2025-12-31 20:45:29 +01:00
parent cc66e0d5d9
commit 45f6cf4fd9

View File

@@ -60,6 +60,7 @@ public class QuicklyBlocks {
// TODO: add salpeter ore, sulfor ore
// TODO: merge lavahoarder and emptylavahoarder into one block using a BooleanProperty for the lava fill state
// TODO: repair block stacker bugs; transport seems to only use the max container size slot
public static final BlockEntityType<ItemHoarderBlockEntity> BLOCKENTITY_ITEMHOARDER = new BlockEntityRegister<ItemHoarderBlockEntity>()
.registerBlockEntity("itemhoarderblockentity", ItemHoarderBlockEntity::new, ITEMHOARDER);