Skip to content

Commit

Permalink
Hotfix #91
Browse files Browse the repository at this point in the history
  • Loading branch information
Swedz committed Dec 27, 2024
1 parent 55b6918 commit 2adda69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private boolean harvestBlocks(FarmerBlock cropBlockEntry, HarvestingContext cont
{
newOriginState = newState;
}
level.setBlock(pos, newState, Block.UPDATE_NONE);
level.setBlock(pos, newState, Block.UPDATE_NONE, 0);
}
for(BlockPos pos : blockPositions)
{
Expand Down

0 comments on commit 2adda69

Please sign in to comment.