Skip to content

Commit a705840

Browse files
Fix fast rot on bonemeal
1 parent afd8b36 commit a705840

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/ferreusveritas/dynamictrees/trees

1 file changed

+1
-1
lines changed

src/main/java/com/ferreusveritas/dynamictrees/trees/Species.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ public boolean update(World world, BlockRootyDirt rootyDirt, BlockPos rootPos, i
544544
List<BlockPos> ends = getEnds(world, treePos, treeBase);
545545

546546
//This will prune rotted positions from the world and the end point list
547-
if(handleRot(world, ends, rootPos, treePos, soilLife, rapid)) {
547+
if(handleRot(world, ends, rootPos, treePos, soilLife, false)) {
548548
return false;//Last piece of tree rotted away.
549549
}
550550

0 commit comments

Comments
 (0)