aboutsummaryrefslogtreecommitdiff
path: root/azalea-block/src
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-06-17 06:49:07 -1200
committermat <git@matdoes.dev>2025-06-17 06:49:07 -1200
commitffbe7a3e426e66c21c7156780728f96f8277c68a (patch)
tree5358ab47c013cc848dd7d24781676062fc87da4e /azalea-block/src
parent319d144995e0ca635806941cbb5d6ceaf0fcf515 (diff)
downloadazalea-drasl-ffbe7a3e426e66c21c7156780728f96f8277c68a.tar.xz
1.21.6 (#215)
Diffstat (limited to 'azalea-block/src')
-rw-r--r--azalea-block/src/generated.rs13
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), {},