forked from mad-star-studio/Voxelis
7 lines
195 B
Lua
7 lines
195 B
Lua
|
|
core.register_node("vox_main:coral_red", {
|
|
description = "Red Coral",
|
|
tiles = {"vox_coral_red.png"},
|
|
groups = {crumbly = 1}
|
|
})
|
|
core.register_alias("coral_red", "vox_main:coral_red")
|