Skip to content

Commit

Permalink
Update darkwood tower blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Jun 17, 2024
1 parent c2c2244 commit f136f24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ public class StructureDecoratorDarkTower extends StructureTFDecorator {
public StructureDecoratorDarkTower() {
this.blockState = TFBlocks.tower_wood.getDefaultState();
this.accentState = TFBlocks.tower_wood.getDefaultState().withProperty(BlockTFTowerWood.VARIANT, TowerWoodVariant.ENCASED);
this.fenceState = Blocks.OAK_FENCE.getDefaultState();
this.stairState = Blocks.SPRUCE_STAIRS.getDefaultState();
this.fenceState = Blocks.BIRCH_FENCE.getDefaultState();
this.stairState = TFBlocks.dark_stairs.getDefaultState();
this.pillarState = TFBlocks.tower_wood.getDefaultState().withProperty(BlockTFTowerWood.VARIANT, TowerWoodVariant.ENCASED);
this.platformState = TFBlocks.tower_wood.getDefaultState().withProperty(BlockTFTowerWood.VARIANT, TowerWoodVariant.ENCASED);
this.randomBlocks = new StructureTFTowerWoods();
Expand Down

0 comments on commit f136f24

Please sign in to comment.