diff options
| author | mat <git@matdoes.dev> | 2023-09-29 16:34:23 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-09-29 16:34:23 -0500 |
| commit | fd63adcb41091b7d6c3a27787eb97705c92a15d8 (patch) | |
| tree | d60467f839683b98d88a8354ffd8cc0fb394cd22 /azalea-block/src | |
| parent | 0bf8291388f740ed1b854c545eee4a6baa107eef (diff) | |
| download | azalea-drasl-fd63adcb41091b7d6c3a27787eb97705c92a15d8.tar.xz | |
update block shapes
Diffstat (limited to 'azalea-block/src')
| -rwxr-xr-x | azalea-block/src/generated.rs | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/azalea-block/src/generated.rs b/azalea-block/src/generated.rs index f5c8eee5..e3f8fb9e 100755 --- a/azalea-block/src/generated.rs +++ b/azalea-block/src/generated.rs @@ -3080,46 +3080,60 @@ make_block_states! { powered: false, }, skeleton_skull => BlockBehavior::new().strength(1.0, 1.0), { + powered: false, rotation: SkeletonSkullRotation::_0, }, skeleton_wall_skull => BlockBehavior::new().strength(1.0, 1.0), { facing: FacingCardinal::North, + powered: false, }, wither_skeleton_skull => BlockBehavior::new().strength(1.0, 1.0), { + powered: false, rotation: WitherSkeletonSkullRotation::_0, }, wither_skeleton_wall_skull => BlockBehavior::new().strength(1.0, 1.0), { facing: FacingCardinal::North, + powered: false, }, zombie_head => BlockBehavior::new().strength(1.0, 1.0), { + powered: false, rotation: ZombieHeadRotation::_0, }, zombie_wall_head => BlockBehavior::new().strength(1.0, 1.0), { facing: FacingCardinal::North, + powered: false, }, player_head => BlockBehavior::new().strength(1.0, 1.0), { + powered: false, rotation: PlayerHeadRotation::_0, }, player_wall_head => BlockBehavior::new().strength(1.0, 1.0), { facing: FacingCardinal::North, + powered: false, }, creeper_head => BlockBehavior::new().strength(1.0, 1.0), { + powered: false, rotation: CreeperHeadRotation::_0, }, creeper_wall_head => BlockBehavior::new().strength(1.0, 1.0), { facing: FacingCardinal::North, + powered: false, }, dragon_head => BlockBehavior::new().strength(1.0, 1.0), { + powered: false, rotation: DragonHeadRotation::_0, }, dragon_wall_head => BlockBehavior::new().strength(1.0, 1.0), { facing: FacingCardinal::North, + powered: false, }, piglin_head => BlockBehavior::new().strength(1.0, 1.0), { + powered: false, rotation: PiglinHeadRotation::_0, }, piglin_wall_head => BlockBehavior::new().strength(1.0, 1.0), { facing: FacingCardinal::North, + powered: false, }, anvil => BlockBehavior::new().requires_correct_tool_for_drops().strength(5.0, 1200.0), { facing: FacingCardinal::North, @@ -3341,7 +3355,9 @@ make_block_states! { waterlogged: false, }, slime_block => BlockBehavior::new().friction(0.8), {}, - barrier => BlockBehavior::new().strength(-1.0, 3600000.8), {}, + barrier => BlockBehavior::new().strength(-1.0, 3600000.8), { + waterlogged: false, + }, light => BlockBehavior::new().strength(-1.0, 3600000.8), { level: LightLevel::_15, waterlogged: false, |
