diff --git a/nodes.lua b/nodes.lua index e69de29..5286ecf 100644 --- a/nodes.lua +++ b/nodes.lua @@ -0,0 +1,4 @@ +minetest.register_node("mc:warped_fungus", { + drawtype = "plantlike", + tiles = {"warped_fungus.png"}, +}) \ No newline at end of file