Skip to content

Commit

Permalink
fix: chalk marks breaking on neighbor change
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Jun 13, 2023
1 parent 27754e2 commit 86295f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public void tick(BlockState pState, ServerLevel pLevel, BlockPos pPos, RandomSou
public static final Block.Properties GLYPH_PROPERTIES = Block.Properties.of()
.sound(SoundType.WOOL)
.pushReaction(PushReaction.DESTROY)
.replaceable()
.noCollission()
.strength(5f, 30);
public static final RegistryObject<ChalkGlyphBlock> CHALK_GLYPH_WHITE = register("chalk_glyph_white",
Expand Down

0 comments on commit 86295f0

Please sign in to comment.