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

@ -48,6 +48,7 @@ final class BlockStateNames{
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";
public const BRUSHED_PROGRESS = "brushed_progress";
public const BUTTON_PRESSED_BIT = "button_pressed_bit";
public const CAN_SUMMON = "can_summon";
public const CANDLES = "candles";