Update uncrafter menu texture

This commit is contained in:
Zontreck 2024-03-03 21:54:02 -07:00
parent 07923c885a
commit 47cb43305b
8 changed files with 24 additions and 9 deletions

View file

@ -82,7 +82,7 @@ public class UncrafterBlockEntity extends BlockEntity implements MenuProvider
}
};
protected final ItemStackHandler outputItems = new ItemStackHandler((3*9)){
protected final ItemStackHandler outputItems = new ItemStackHandler(1){
@Override
protected void onContentsChanged(int slot) {
setChanged();
@ -107,7 +107,7 @@ public class UncrafterBlockEntity extends BlockEntity implements MenuProvider
@Override
public Component getDisplayName() {
return Component.literal("Uncrafter");
return Component.literal("Uncrafting Factory");
}
@Nullable