Skip to content

Commit

Permalink
feat: disable spirit campfire damage
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Feb 16, 2024
1 parent 770eefc commit 0d8844d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public void tick(BlockState pState, ServerLevel pLevel, BlockPos pPos, RandomSou
.lightLevel((state) -> 10).noOcclusion()));

public static final DeferredBlock<Block> SPIRIT_CAMPFIRE = register("spirit_campfire",
() -> new CampfireBlock(false, 2, BlockBehaviour.Properties.of()
() -> new CampfireBlock(false, 0, BlockBehaviour.Properties.of()
.mapColor(MapColor.PODZOL)
.strength(2.0F).sound(SoundType.WOOD).lightLevel(
litBlockEmission(10)).noOcclusion()));
Expand Down

0 comments on commit 0d8844d

Please sign in to comment.