Voxelis/mods/ITEMS/vox_core/ocean.lua
DesertMermaid 090f81b833
Some checks failed
Unit Tests / busted_unit_test (push) Failing after 6m39s
Error Check / luacheck_errcheck (push) Failing after 6m54s
Tap tap
2024-12-13 10:18:25 -08:00

7 lines
195 B
Lua

core.register_node("vox_core:coral_red", {
description = "Red Coral",
tiles = {"vox_coral_red.png"},
groups = {crumbly = 1}
})
core.register_alias("coral_red", "vox_core:coral_red")