Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Commit 34fc56a

Browse files
committed
[_misc] Use rightclick to place young trees
1 parent 971c17a commit 34fc56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mods/_misc/bush_seeds.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
minetest.register_craftitem(":bushes:youngtree", {
22
description = "Young tree",
33
inventory_image = "bushes_youngtree.png",
4-
on_use = function(stack, user, pointed_thing)
4+
on_place = function(stack, user, pointed_thing)
55
if pointed_thing.type ~= "node" then return end
66
local pos = pointed_thing.under
77

0 commit comments

Comments
 (0)