good question, next question

This commit is contained in:
SmallJoker 2019-06-06 22:08:47 +02:00 committed by GitHub
parent 92af086d72
commit aa1c0546b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}