Ores, tools, and wielditems

This commit is contained in:
Signal 2025-10-09 12:26:03 -04:00
parent 889aa531ba
commit 9e63d7fe3a
31 changed files with 268 additions and 12 deletions

View file

@ -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", {