minetest-modern_ish/modern_ish/plants.lua

7 lines
222 B
Lua
Executable File

minetest.register_node("modern_ish:plants_floralbush", {
tiles = {"modern_ish_plants_floralbush.png"},
groups = {snappy=1, choppy=2},
light_source = 0,
description = "a floral bush",
is_ground_content = false,
})