3
9
Fork
You've already forked farming
14

Add mt 5.9 async env support for generating cocoa pods #9

Closed
Niklp wants to merge 1 commit from Niklp/farming:master into master
pull from: Niklp/farming:master
merge into: tenplus1:master
tenplus1:master
First-time contributor
Copy link

This adds support for generating cocoa pods in the async mapgen environment (which was added in mt 5.9). Backwards compatibility for mt 5.8 and earlier is ofc preserved.

Note to TenPlus1: Consider reading lua_api.md before you change details in my PRs and break things again, thanks.

This adds support for generating cocoa pods in the async mapgen environment (which was added in mt 5.9). Backwards compatibility for mt 5.8 and earlier is ofc preserved. Note to TenPlus1: Consider reading lua_api.md before you change details in my PRs and break things again, thanks.
@ -0,0 +9,4 @@
return
end
local min, max = vmanip:get_emerged_area()
Author
First-time contributor
Copy link

Note to line 12: We can't use minp and maxp here since the VoxelManip has access to a few blocks around the 803 nodes chunk border.

Note to line 12: We can't use `minp` and `maxp` here since the VoxelManip has access to a few blocks around the 803 nodes chunk border.

Changes added, many thanks :)

I take it this new method runs on the mapgen thread and speeds things up slightly ?

Changes added, many thanks :) I take it this new method runs on the mapgen thread and speeds things up slightly ?
tenplus1 closed this pull request 2024年06月09日 08:34:58 +02:00

Pull request closed

Please reopen this pull request to perform a merge.
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
tenplus1/farming!9
Reference in a new issue
tenplus1/farming
No description provided.
Delete branch "Niklp/farming:master"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?