Fix reed texture

This commit is contained in:
Aaron Suen 2021-09-06 10:07:16 -04:00
parent d79b56d8d6
commit b4a17b72e9

View File

@ -33,7 +33,7 @@ local reeddef = nodecore.underride({
description = "Dormant Rush",
drop = rushname,
tiles = {"nc_flora_rush_side.png^(nc_flora_rush_side_dry.png"
.. "^[mask:" .. modname .. "_checkermask.png"}
.. "^[mask:" .. modname .. "_checkermask.png)"}
}, rushdef)
minetest.register_node(reedname, reeddef)
local function reedcheck(pos, node)