Last night's work
This commit is contained in:
parent
a260c4a33a
commit
1708e2d461
45 changed files with 1359 additions and 1347 deletions
7
mods/ITEMS/vox_main/ocean.lua
Normal file
7
mods/ITEMS/vox_main/ocean.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
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")
|
Loading…
Add table
Add a link
Reference in a new issue