mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-01 03:20:03 -04:00
good question, next question
This commit is contained in:
parent
92af086d72
commit
aa1c0546b7
1 changed files with 3 additions and 0 deletions
|
@ -1668,6 +1668,9 @@ minetest.register_node("default:bush_sapling", {
|
|||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
walkable = false,
|
||||
on_timer = function(...)
|
||||
return default.grow_sapling(...)
|
||||
end,
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = {-4 / 16, -0.5, -4 / 16, 4 / 16, 2 / 16, 4 / 16}
|
||||
|
|
Loading…
Add table
Reference in a new issue