diff options
Diffstat (limited to 'azalea-block/src')
| -rw-r--r-- | azalea-block/src/generated.rs | 13 |
1 files changed, 12 insertions, 1 deletions
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), {}, |
