PM5-specific updates for 1.19.70

This commit is contained in:
Dylan K. Taylor
2023-03-14 18:50:04 +00:00
parent c500ccd891
commit 777b4d6ac3
9 changed files with 120 additions and 52 deletions

View File

@ -40,9 +40,9 @@ final class BlockStateData{
*/
public const CURRENT_VERSION =
(1 << 24) | //major
(18 << 16) | //minor
(10 << 8) | //patch
(1); //revision
(19 << 16) | //minor
(70 << 8) | //patch
(15); //revision
public const TAG_NAME = "name";
public const TAG_STATES = "states";