Add the insolator #17

Merged
BlakeRain merged 19 commits from BlakeRain/utamacraft:main into main 2023-12-01 18:20:57 +00:00
Showing only changes of commit ef1131097e - Show all commits

View File

@ -121,7 +121,7 @@ public class InsolatorBlockEntity extends BlockEntity implements MenuProvider, E
protected final ContainerData data;
private int progress = 0;
private int maxProgress = 60;
private int maxProgress = 500;
private boolean active = false;
public InsolatorBlockEntity(BlockPos pPos, BlockState pBlockState) {