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:
parent
4304c47c6f
commit
0aefabbeca
@ -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, {
|
||||
|
BIN
mods/nc_tote/textures/nc_tote_knurl.png
Normal file
BIN
mods/nc_tote/textures/nc_tote_knurl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 327 B |
Loading…
x
Reference in New Issue
Block a user