Ores, tools, and wielditems
This commit is contained in:
parent
889aa531ba
commit
9e63d7fe3a
31 changed files with 268 additions and 12 deletions
|
|
@ -16,7 +16,7 @@ include "variants.lua"
|
|||
rgt.register_node("stone", {
|
||||
tiles = {{name = "rgt_stone.png", align_style = "world"}},
|
||||
_variants = "all",
|
||||
groups = {dig_immediate = 3}
|
||||
groups = {stone = 1}
|
||||
})
|
||||
|
||||
rgt.register_node("cobble", {
|
||||
|
|
|
|||
BIN
mods/rgt_world/textures/crack_anylength.png
Normal file
BIN
mods/rgt_world/textures/crack_anylength.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 362 B |
Loading…
Add table
Add a link
Reference in a new issue