Fixed elytra boost
This commit is contained in:
parent
a8ace0005b
commit
ea9b3c72a4
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@ public class BlockEntityHydrothermalVent extends BlockEntity {
|
||||||
if (level.isClientSide()) {
|
if (level.isClientSide()) {
|
||||||
clientTick(level, worldPosition, state, blockEntity);
|
clientTick(level, worldPosition, state, blockEntity);
|
||||||
}
|
}
|
||||||
else {
|
//else {
|
||||||
serverTick(level, worldPosition, state, blockEntity);
|
serverTick(level, worldPosition, state, blockEntity);
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue