Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-Wuest committed Sep 28, 2024
1 parent 57273af commit 14c759d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Shared/src/com/prefab/blocks/BlockCustomWall.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ public BlockCustomWall(Block modelBlock, EnumType variant) {
.strength(modelBlock.defaultDestroyTime(),
modelBlock.getExplosionResistance() * 5.0F / 3.0F)
.sound(modelBlock.defaultBlockState().getSoundType()));


// Comment test
this.BlockVariant = variant;
}

Expand Down

0 comments on commit 14c759d

Please sign in to comment.