Switch tote handle to knurled lode

There's no longer a wooden component in the
recipe, so eliminate the wood texture.
This commit is contained in:
Aaron Suen 2021-12-30 12:18:10 -05:00
parent 4304c47c6f
commit 0aefabbeca
2 changed files with 2 additions and 2 deletions

View File

@ -136,8 +136,8 @@ end
local txr_bot = "nc_lode_annealed.png"
local txr_sides = "(" .. txr_bot .. "^[mask:nc_tote_sides.png)"
local txr_top = "nc_tree_tree_side.png^[mask:nc_tote_top.png^[transformR90^" .. txr_sides
local txr_handle = "nc_tree_tree_side.png^[transformR90"
local txr_handle = txr_bot .. "^nc_tote_knurl.png"
local txr_top = txr_handle .. "^[transformFX^[mask:nc_tote_top.png^[transformR90^" .. txr_sides
local function reg(suff, inner, def)
return minetest.register_node(modname .. ":handle" .. suff, nodecore.underride(def, {

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B