Update 'nodes.lua'

This commit is contained in:
TechDudie 2021-03-24 16:00:30 +00:00
parent 6c78404d8f
commit 9c2521281e
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
minetest.register_node("mc:warped_fungus", {
drawtype = "plantlike",
tiles = {"warped_fungus.png"},
})