Skip to content

Commit

Permalink
Fixed block updates with thermoregulator
Browse files Browse the repository at this point in the history
  • Loading branch information
Adubbz committed Jan 27, 2024
1 parent 1589b0f commit 058c4ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ public boolean isPassable(Level level, AreaFill.FillPos pos)
if (changed)
{
setChanged(level, pos, state);
level.sendBlockUpdated(pos, state, state, 3);
}
}

Expand Down

0 comments on commit 058c4ea

Please sign in to comment.