Skip to content

Commit

Permalink
increase chunk erase max radius from 24 to 32
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Dec 20, 2024
1 parent bb232fe commit f1dae3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void buildSubCommand(CommandTreeContext.Node context)
{
// TODO copy relight to block manipulator for block box impl
context.node.
then(makeBatchOperationNode("erase", 24, this::doEraseChunks)).
then(makeBatchOperationNode("erase", 32, this::doEraseChunks)).
then(makeBatchOperationNode("relight", 2, this::doRelightChunks));
}

Expand Down

0 comments on commit f1dae3a

Please sign in to comment.