Fix outdated cloth: item prefix
This commit is contained in:
parent
189652a631
commit
a906877b17
@ -133,7 +133,7 @@ minetest.register_node("gluncarp:machine", {
|
||||
----------------------------------------------------------------------
|
||||
for col=1,#colors do
|
||||
local color = colors[col]
|
||||
if clothname == "cloth:"..color then
|
||||
if clothname == "hades_cloth:"..color then
|
||||
material = color
|
||||
count = 4
|
||||
elseif clothname == "gluncarp:wool_"..color then
|
||||
|
@ -45,7 +45,7 @@ hades_beds.register_bed("hades_beds:fancy_bed", {
|
||||
selectionbox = {-0.5, -0.5, -0.5, 0.5, 0.06, 1.5},
|
||||
recipe = {
|
||||
{"", "", "group:stick"},
|
||||
{"cloth:red", "cloth:red", "cloth:white"},
|
||||
{"hades_cloth:red", "hades_cloth:red", "hades_cloth:white"},
|
||||
{"group:wood", "group:wood", "group:wood"},
|
||||
},
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user