Fix reed texture
This commit is contained in:
parent
d79b56d8d6
commit
b4a17b72e9
@ -33,7 +33,7 @@ local reeddef = nodecore.underride({
|
|||||||
description = "Dormant Rush",
|
description = "Dormant Rush",
|
||||||
drop = rushname,
|
drop = rushname,
|
||||||
tiles = {"nc_flora_rush_side.png^(nc_flora_rush_side_dry.png"
|
tiles = {"nc_flora_rush_side.png^(nc_flora_rush_side_dry.png"
|
||||||
.. "^[mask:" .. modname .. "_checkermask.png"}
|
.. "^[mask:" .. modname .. "_checkermask.png)"}
|
||||||
}, rushdef)
|
}, rushdef)
|
||||||
minetest.register_node(reedname, reeddef)
|
minetest.register_node(reedname, reeddef)
|
||||||
local function reedcheck(pos, node)
|
local function reedcheck(pos, node)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user