Can't dig_node() inside protected areas #3

Open
opened 2024-08-27 01:53:27 +02:00 by Ocraw · 0 comments

92d1671079/init.lua (L57)

With minetest 5.9 this issue has been addressed, you can now pass a digger ObjectRef to the function dig_node():

minetest.dig_node(pointed_thing.under, placer)
https://git.minetest.land/erlehmann/mcl_quick_harvest_replant/src/commit/92d16710799a6508977f14df1f241a7d84fdf265/init.lua#L57 With minetest 5.9 this issue has been addressed, you can now pass a digger ObjectRef to the function dig_node(): ```lua minetest.dig_node(pointed_thing.under, placer) ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 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: erlehmann/mcl_quick_harvest_replant#3
No description provided.