mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-05 18:05:00 +01:00
Fix #6205
This commit is contained in:
parent
d66170c8fe
commit
f899bfe0ab
1 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@ import net.minecraftforge.fml.DistExecutor;
|
||||||
|
|
||||||
public class LecternControllerBlockEntity extends SmartBlockEntity {
|
public class LecternControllerBlockEntity extends SmartBlockEntity {
|
||||||
|
|
||||||
private ItemStack controller;
|
private ItemStack controller = ItemStack.EMPTY;
|
||||||
private UUID user;
|
private UUID user;
|
||||||
private UUID prevUser; // used only on client
|
private UUID prevUser; // used only on client
|
||||||
private boolean deactivatedThisTick; // used only on server
|
private boolean deactivatedThisTick; // used only on server
|
||||||
|
|
Loading…
Reference in a new issue