-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
minecraft-quartus/src/main/java/io/github/marcuscastelo/quartus/blockentity/CompilerBlockEntity.java
Lines 10 to 13 in 1d7a9a6
| //TODO: drop disk | |
| public class CompilerBlockEntity extends BlockEntity implements ImplementedInventory { | |
| DefaultedList<ItemStack> inventoryItems; | |
| public CompilerBlockEntity() { |