Add files via upload

master
AiTechEye 2022-05-18 20:31:48 +02:00 committed by GitHub
parent e39dd8d8b2
commit 59288fd9c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ default.register_tree({
},
schematic = false,
sapling={on_timer=function(pos, elapsed)
minetest.set_node(pos, {name = "toxic:dry_plant"})
minetest.set_node(pos, {name = "toxic:toxic_plant"})
end
}
})