diff options
| author | mat <github@matdoes.dev> | 2023-03-30 18:18:13 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-03-30 18:18:13 +0000 |
| commit | 659c5fea1451c041e2dcf6d8dc3ab7bb8fd0d38c (patch) | |
| tree | 76aa1717e06e12f932d1cf6e453c825d6ced8760 /azalea-block/src/generated.rs | |
| parent | ac680d39f23f0fe004970fb9e48ca9a60437f607 (diff) | |
| download | azalea-drasl-659c5fea1451c041e2dcf6d8dc3ab7bb8fd0d38c.tar.xz | |
23w13a
Diffstat (limited to 'azalea-block/src/generated.rs')
| -rwxr-xr-x | azalea-block/src/generated.rs | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/azalea-block/src/generated.rs b/azalea-block/src/generated.rs index 430cb997..e2faed85 100755 --- a/azalea-block/src/generated.rs +++ b/azalea-block/src/generated.rs @@ -88,6 +88,12 @@ make_block_states! { _2, _3, }, + "dusted" => SuspiciousGravelDusted { + _0, + _1, + _2, + _3, + }, "axis" => Axis { X, Y, @@ -1437,7 +1443,17 @@ make_block_states! { "age" => TorchflowerCropAge { _0, _1, + }, + "age" => _0_1_2_3_4 { + _0, + _1, _2, + _3, + _4, + }, + "half" => UpperLower { + Upper, + Lower, }, "age" => BeetrootsAge { _0, @@ -1490,6 +1506,11 @@ make_block_states! { _1, _2, }, + "age" => SnifferEggAge { + _0, + _1, + _2, + }, "pickles" => SeaPicklePickles { _1, _2, @@ -1824,6 +1845,24 @@ make_block_states! { Active, Cooldown, }, + "power" => CalibratedSculkSensorPower { + _0, + _1, + _2, + _3, + _4, + _5, + _6, + _7, + _8, + _9, + _10, + _11, + _12, + _13, + _14, + _15, + }, "south" => bool, "west" => bool, "bloom" => bool, @@ -1886,6 +1925,7 @@ make_block_states! { Y, Z, }, + "cracked" => bool, }, Blocks => { air => BlockBehavior::default(), {}, @@ -1955,6 +1995,9 @@ make_block_states! { }, red_sand => BlockBehavior::default(), {}, gravel => BlockBehavior::default(), {}, + suspicious_gravel => BlockBehavior::default(), { + dusted: SuspiciousGravelDusted::_0, + }, gold_ore => BlockBehavior::default(), {}, deepslate_gold_ore => BlockBehavior::default(), {}, iron_ore => BlockBehavior::default(), {}, @@ -3777,6 +3820,13 @@ make_block_states! { torchflower_crop => BlockBehavior::default(), { age: TorchflowerCropAge::_0, }, + pitcher_crop => BlockBehavior::default(), { + age: _0_1_2_3_4::_0, + half: UpperLower::Lower, + }, + pitcher_plant => BlockBehavior::default(), { + half: Half::Lower, + }, beetroots => BlockBehavior::default(), { age: BeetrootsAge::_0, }, @@ -3944,6 +3994,9 @@ make_block_states! { eggs: TurtleEggEggs::_1, hatch: TurtleEggHatch::_0, }, + sniffer_egg => BlockBehavior::default(), { + age: SnifferEggAge::_0, + }, dead_tube_coral_block => BlockBehavior::default(), {}, dead_brain_coral_block => BlockBehavior::default(), {}, dead_bubble_coral_block => BlockBehavior::default(), {}, @@ -4793,6 +4846,12 @@ make_block_states! { sculk_sensor_phase: Phase::Inactive, waterlogged: false, }, + calibrated_sculk_sensor => BlockBehavior::default(), { + facing: FacingCardinal::North, + power: CalibratedSculkSensorPower::_0, + sculk_sensor_phase: Phase::Inactive, + waterlogged: false, + }, sculk => BlockBehavior::default(), {}, sculk_vein => BlockBehavior::default(), { down: false, @@ -5058,6 +5117,7 @@ make_block_states! { frogspawn => BlockBehavior::default(), {}, reinforced_deepslate => BlockBehavior::default(), {}, decorated_pot => BlockBehavior::default(), { + cracked: false, facing: FacingCardinal::North, waterlogged: false, }, |
