Regenerate constants for block and item data handling

This commit is contained in:
Dylan K. Taylor
2023-02-15 15:12:53 +00:00
parent aacd92bf08
commit c0f3dbdd70
3 changed files with 40 additions and 0 deletions

View File

@ -44,6 +44,7 @@ final class BlockStateNames{
public const BITE_COUNTER = "bite_counter";
public const BLOCK_LIGHT_LEVEL = "block_light_level";
public const BLOOM = "bloom";
public const BOOKS_STORED = "books_stored";
public const BREWING_STAND_SLOT_A_BIT = "brewing_stand_slot_a_bit";
public const BREWING_STAND_SLOT_B_BIT = "brewing_stand_slot_b_bit";
public const BREWING_STAND_SLOT_C_BIT = "brewing_stand_slot_c_bit";