Updates to the awareness block #55

Merged
BlakeRain merged 10 commits from BlakeRain/utamacraft:main into main 2024-01-23 14:41:55 +00:00
Showing only changes of commit 97d81d990d - Show all commits

View File

@ -136,7 +136,6 @@ public class InsolatorBlockEntity extends BlockEntity implements MenuProvider {
nbt.putInt("progress", progress);
nbt.putInt("ticks", ticks);
nbt.putBoolean("active", active);
super.saveAdditional(nbt);
}
@Override