mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Bump block state version
This commit is contained in:
parent
1490d6d062
commit
f0aaebc0ec
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class BlockTranslator {
|
|||
|
||||
public static final int JAVA_RUNTIME_SPAWNER_ID;
|
||||
|
||||
private static final int BLOCK_STATE_VERSION = 17760256;
|
||||
private static final int BLOCK_STATE_VERSION = 17825806;
|
||||
|
||||
static {
|
||||
/* Load block palette */
|
||||
|
|
Loading…
Reference in a new issue