From ffbe7a3e426e66c21c7156780728f96f8277c68a Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 17 Jun 2025 06:49:07 -1200 Subject: 1.21.6 (#215) --- azalea-block/src/generated.rs | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'azalea-block/src') diff --git a/azalea-block/src/generated.rs b/azalea-block/src/generated.rs index 7c26291f..c3ef7510 100644 --- a/azalea-block/src/generated.rs +++ b/azalea-block/src/generated.rs @@ -2,7 +2,7 @@ use std::fmt::Debug; use azalea_block_macros::make_block_states; -use crate::{BlockTrait, BlockBehavior, BlockState, BlockStates, Property}; +use crate::{BlockBehavior, BlockState, BlockStates, BlockTrait, Property}; make_block_states! { Properties => { @@ -1561,6 +1561,12 @@ make_block_states! { _1, _2, }, + "hydration" => DriedGhastHydration { + _0, + _1, + _2, + _3, + }, "pickles" => SeaPicklePickles { _1, _2, @@ -4214,6 +4220,11 @@ make_block_states! { sniffer_egg => BlockBehavior::new().strength(0.5, 0.5), { "hatch": SnifferEggHatch::_0, }, + dried_ghast => BlockBehavior::new().force_solid(true), { + "facing": FacingCardinal::North, + "hydration": DriedGhastHydration::_0, + "waterlogged": Waterlogged(false), + }, dead_tube_coral_block => BlockBehavior::new().requires_correct_tool_for_drops().strength(1.5, 6.0).force_solid(true), {}, dead_brain_coral_block => BlockBehavior::new().requires_correct_tool_for_drops().strength(1.5, 6.0).force_solid(true), {}, dead_bubble_coral_block => BlockBehavior::new().requires_correct_tool_for_drops().strength(1.5, 6.0).force_solid(true), {}, -- cgit v1.2.3