Add files via upload

master
Skandarella 2022-07-15 08:47:23 +02:00 committed by GitHub
parent 0a61600998
commit b9ec5e0920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ minetest.register_node("naturalbiomes:alpine_bush_sapling", {
on_place = function(itemstack, placer, pointed_thing)
itemstack = default.sapling_on_place(itemstack, placer, pointed_thing,
"default:alpine_bush_sapling",
"naturalbiomes:alpine_bush_sapling",
-- minp, maxp to be checked, relative to sapling pos
{x = -1, y = 0, z = -1},
{x = 1, y = 1, z = 1},