diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2023-03-14 16:33:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-14 16:33:03 -0500 |
| commit | 12a9c8ce65b58f0c600fd7b9fc5d454ce228b420 (patch) | |
| tree | 9bada4164ea12fa533d413c0c7090f4779b519f1 /azalea-block/src | |
| parent | b792e21d1c2b7dba04d88dba479ed451104a6514 (diff) | |
| download | azalea-drasl-12a9c8ce65b58f0c600fd7b9fc5d454ce228b420.tar.xz | |
1.19.4 (#57)
* 23w03a
* 23w04a
* 23w05a
* 23w06a
* fix
* 23w07a
mojang broke their json data generator so some stuff is missing
* didn't mean to commit that file here
* 1.19.4-pre2
* fix
* 1.19.4-pre3
* fix
* how did these packets get here
* 1.19.4-pre4
* 1.19.4-rc1
* 1.19.4-rc2
* 1.19.4-rc3
* merge main
* remove debugging code
* 1.19.4
Diffstat (limited to 'azalea-block/src')
| -rwxr-xr-x | azalea-block/src/generated.rs | 166 |
1 files changed, 166 insertions, 0 deletions
diff --git a/azalea-block/src/generated.rs b/azalea-block/src/generated.rs index afe6dfda..430cb997 100755 --- a/azalea-block/src/generated.rs +++ b/azalea-block/src/generated.rs @@ -25,6 +25,10 @@ make_block_states! { _0, _1, }, + "stage" => CherrySaplingStage { + _0, + _1, + }, "stage" => DarkOakSaplingStage { _0, _1, @@ -78,6 +82,12 @@ make_block_states! { _14, _15, }, + "dusted" => SuspiciousSandDusted { + _0, + _1, + _2, + _3, + }, "axis" => Axis { X, Y, @@ -129,6 +139,15 @@ make_block_states! { _6, _7, }, + "distance" => CherryLeavesDistance { + _1, + _2, + _3, + _4, + _5, + _6, + _7, + }, "distance" => DarkOakLeavesDistance { _1, _2, @@ -433,6 +452,24 @@ make_block_states! { _14, _15, }, + "rotation" => CherrySignRotation { + _0, + _1, + _2, + _3, + _4, + _5, + _6, + _7, + _8, + _9, + _10, + _11, + _12, + _13, + _14, + _15, + }, "rotation" => JungleSignRotation { _0, _1, @@ -595,6 +632,24 @@ make_block_states! { _14, _15, }, + "rotation" => CherryHangingSignRotation { + _0, + _1, + _2, + _3, + _4, + _5, + _6, + _7, + _8, + _9, + _10, + _11, + _12, + _13, + _14, + _15, + }, "rotation" => JungleHangingSignRotation { _0, _1, @@ -1379,6 +1434,11 @@ make_block_states! { _4, _5, }, + "age" => TorchflowerCropAge { + _0, + _1, + _2, + }, "age" => BeetrootsAge { _0, _1, @@ -1809,6 +1869,12 @@ make_block_states! { _25, }, "berries" => bool, + "flower_amount" => PinkPetalsAmount { + _1, + _2, + _3, + _4, + }, "tilt" => Tilt { None, Unstable, @@ -1844,6 +1910,7 @@ make_block_states! { birch_planks => BlockBehavior::default(), {}, jungle_planks => BlockBehavior::default(), {}, acacia_planks => BlockBehavior::default(), {}, + cherry_planks => BlockBehavior::default(), {}, dark_oak_planks => BlockBehavior::default(), {}, mangrove_planks => BlockBehavior::default(), {}, bamboo_planks => BlockBehavior::default(), {}, @@ -1863,6 +1930,9 @@ make_block_states! { acacia_sapling => BlockBehavior::default(), { stage: AcaciaSaplingStage::_0, }, + cherry_sapling => BlockBehavior::default(), { + stage: CherrySaplingStage::_0, + }, dark_oak_sapling => BlockBehavior::default(), { stage: DarkOakSaplingStage::_0, }, @@ -1880,6 +1950,9 @@ make_block_states! { level: LavaLevel::_0, }, sand => BlockBehavior::default(), {}, + suspicious_sand => BlockBehavior::default(), { + dusted: SuspiciousSandDusted::_0, + }, red_sand => BlockBehavior::default(), {}, gravel => BlockBehavior::default(), {}, gold_ore => BlockBehavior::default(), {}, @@ -1904,6 +1977,9 @@ make_block_states! { acacia_log => BlockBehavior::default(), { axis: Axis::Y, }, + cherry_log => BlockBehavior::default(), { + axis: Axis::Y, + }, dark_oak_log => BlockBehavior::default(), { axis: Axis::Y, }, @@ -1931,6 +2007,9 @@ make_block_states! { stripped_acacia_log => BlockBehavior::default(), { axis: Axis::Y, }, + stripped_cherry_log => BlockBehavior::default(), { + axis: Axis::Y, + }, stripped_dark_oak_log => BlockBehavior::default(), { axis: Axis::Y, }, @@ -1958,6 +2037,9 @@ make_block_states! { acacia_wood => BlockBehavior::default(), { axis: Axis::Y, }, + cherry_wood => BlockBehavior::default(), { + axis: Axis::Y, + }, dark_oak_wood => BlockBehavior::default(), { axis: Axis::Y, }, @@ -1979,6 +2061,9 @@ make_block_states! { stripped_acacia_wood => BlockBehavior::default(), { axis: Axis::Y, }, + stripped_cherry_wood => BlockBehavior::default(), { + axis: Axis::Y, + }, stripped_dark_oak_wood => BlockBehavior::default(), { axis: Axis::Y, }, @@ -2010,6 +2095,11 @@ make_block_states! { persistent: false, waterlogged: false, }, + cherry_leaves => BlockBehavior::default(), { + distance: CherryLeavesDistance::_7, + persistent: false, + waterlogged: false, + }, dark_oak_leaves => BlockBehavior::default(), { distance: DarkOakLeavesDistance::_7, persistent: false, @@ -2180,6 +2270,7 @@ make_block_states! { facing: FacingCubic::North, }, dandelion => BlockBehavior::default(), {}, + torchflower => BlockBehavior::default(), {}, poppy => BlockBehavior::default(), {}, blue_orchid => BlockBehavior::default(), {}, allium => BlockBehavior::default(), {}, @@ -2274,6 +2365,10 @@ make_block_states! { rotation: AcaciaSignRotation::_0, waterlogged: false, }, + cherry_sign => BlockBehavior::default(), { + rotation: CherrySignRotation::_0, + waterlogged: false, + }, jungle_sign => BlockBehavior::default(), { rotation: JungleSignRotation::_0, waterlogged: false, @@ -2327,6 +2422,10 @@ make_block_states! { facing: FacingCardinal::North, waterlogged: false, }, + cherry_wall_sign => BlockBehavior::default(), { + facing: FacingCardinal::North, + waterlogged: false, + }, jungle_wall_sign => BlockBehavior::default(), { facing: FacingCardinal::North, waterlogged: false, @@ -2363,6 +2462,11 @@ make_block_states! { rotation: AcaciaHangingSignRotation::_0, waterlogged: false, }, + cherry_hanging_sign => BlockBehavior::default(), { + attached: false, + rotation: CherryHangingSignRotation::_0, + waterlogged: false, + }, jungle_hanging_sign => BlockBehavior::default(), { attached: false, rotation: JungleHangingSignRotation::_0, @@ -2409,6 +2513,10 @@ make_block_states! { facing: FacingCardinal::North, waterlogged: false, }, + cherry_wall_hanging_sign => BlockBehavior::default(), { + facing: FacingCardinal::North, + waterlogged: false, + }, jungle_wall_hanging_sign => BlockBehavior::default(), { facing: FacingCardinal::North, waterlogged: false, @@ -2463,6 +2571,9 @@ make_block_states! { acacia_pressure_plate => BlockBehavior::default(), { powered: false, }, + cherry_pressure_plate => BlockBehavior::default(), { + powered: false, + }, dark_oak_pressure_plate => BlockBehavior::default(), { powered: false, }, @@ -2596,6 +2707,13 @@ make_block_states! { powered: false, waterlogged: false, }, + cherry_trapdoor => BlockBehavior::default(), { + facing: FacingCardinal::North, + half: TopBottom::Bottom, + open: false, + powered: false, + waterlogged: false, + }, dark_oak_trapdoor => BlockBehavior::default(), { facing: FacingCardinal::North, half: TopBottom::Bottom, @@ -2840,11 +2958,13 @@ make_block_states! { west: WestWall::None, }, flower_pot => BlockBehavior::default(), {}, + potted_torchflower => BlockBehavior::default(), {}, potted_oak_sapling => BlockBehavior::default(), {}, potted_spruce_sapling => BlockBehavior::default(), {}, potted_birch_sapling => BlockBehavior::default(), {}, potted_jungle_sapling => BlockBehavior::default(), {}, potted_acacia_sapling => BlockBehavior::default(), {}, + potted_cherry_sapling => BlockBehavior::default(), {}, potted_dark_oak_sapling => BlockBehavior::default(), {}, potted_mangrove_propagule => BlockBehavior::default(), {}, potted_fern => BlockBehavior::default(), {}, @@ -2896,6 +3016,11 @@ make_block_states! { facing: FacingCardinal::North, powered: false, }, + cherry_button => BlockBehavior::default(), { + face: Face::Wall, + facing: FacingCardinal::North, + powered: false, + }, dark_oak_button => BlockBehavior::default(), { face: Face::Wall, facing: FacingCardinal::North, @@ -3142,6 +3267,12 @@ make_block_states! { shape: StairShape::Straight, waterlogged: false, }, + cherry_stairs => BlockBehavior::default(), { + facing: FacingCardinal::North, + half: TopBottom::Bottom, + shape: StairShape::Straight, + waterlogged: false, + }, dark_oak_stairs => BlockBehavior::default(), { facing: FacingCardinal::North, half: TopBottom::Bottom, @@ -3378,6 +3509,10 @@ make_block_states! { kind: Type::Bottom, waterlogged: false, }, + cherry_slab => BlockBehavior::default(), { + kind: Type::Bottom, + waterlogged: false, + }, dark_oak_slab => BlockBehavior::default(), { kind: Type::Bottom, waterlogged: false, @@ -3478,6 +3613,12 @@ make_block_states! { open: false, powered: false, }, + cherry_fence_gate => BlockBehavior::default(), { + facing: FacingCardinal::North, + in_wall: false, + open: false, + powered: false, + }, dark_oak_fence_gate => BlockBehavior::default(), { facing: FacingCardinal::North, in_wall: false, @@ -3524,6 +3665,13 @@ make_block_states! { waterlogged: false, west: false, }, + cherry_fence => BlockBehavior::default(), { + east: false, + north: false, + south: false, + waterlogged: false, + west: false, + }, dark_oak_fence => BlockBehavior::default(), { east: false, north: false, @@ -3573,6 +3721,13 @@ make_block_states! { open: false, powered: false, }, + cherry_door => BlockBehavior::default(), { + facing: FacingCardinal::North, + half: Half::Lower, + hinge: Hinge::Left, + open: false, + powered: false, + }, dark_oak_door => BlockBehavior::default(), { facing: FacingCardinal::North, half: Half::Lower, @@ -3619,6 +3774,9 @@ make_block_states! { waterlogged: false, }, end_stone_bricks => BlockBehavior::default(), {}, + torchflower_crop => BlockBehavior::default(), { + age: TorchflowerCropAge::_0, + }, beetroots => BlockBehavior::default(), { age: BeetrootsAge::_0, }, @@ -4773,6 +4931,10 @@ make_block_states! { azalea => BlockBehavior::default(), {}, flowering_azalea => BlockBehavior::default(), {}, moss_carpet => BlockBehavior::default(), {}, + pink_petals => BlockBehavior::default(), { + facing: FacingCardinal::North, + flower_amount: PinkPetalsAmount::_1, + }, moss_block => BlockBehavior::default(), {}, big_dripleaf => BlockBehavior::default(), { facing: FacingCardinal::North, @@ -4895,5 +5057,9 @@ make_block_states! { }, frogspawn => BlockBehavior::default(), {}, reinforced_deepslate => BlockBehavior::default(), {}, + decorated_pot => BlockBehavior::default(), { + facing: FacingCardinal::North, + waterlogged: false, + }, } } |
