1
0
mirror of https://codeberg.org/tenplus1/bonemeal.git synced 2025-07-12 13:20:28 +02:00

change minetest. to core.

This commit is contained in:
tenplus1
2025-05-04 10:44:49 +01:00
parent 81f36673d3
commit d6893aae07
3 changed files with 82 additions and 82 deletions

View File

@ -3,7 +3,7 @@
local function growy(pos, player)
local dpos = minetest.find_node_near(pos, 1, "group:soil")
local dpos = core.find_node_near(pos, 1, "group:soil")
if dpos then
bonemeal:on_use(dpos, 5)