mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-18 00:08:25 +01:00
Removed homedecor's recipe for persian rugs involving cotton mod
This commit is contained in:
parent
25a876e788
commit
75d8fb5479
@ -961,14 +961,14 @@ minetest.register_craft( {
|
|||||||
},
|
},
|
||||||
})]] -- Disabled. All recipe's items are unknown. //MFF(Mg|08/04/15)
|
})]] -- Disabled. All recipe's items are unknown. //MFF(Mg|08/04/15)
|
||||||
|
|
||||||
minetest.register_craft( {
|
--[[minetest.register_craft( {
|
||||||
output = "homedecor:rug_persian 8",
|
output = "homedecor:rug_persian 8",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "", "cotton:yellow", "" },
|
{ "", "cotton:yellow", "" },
|
||||||
{ "cotton:red", "cotton:blue", "cotton:red" },
|
{ "cotton:red", "cotton:blue", "cotton:red" },
|
||||||
{ "", "cotton:yellow", "" }
|
{ "", "cotton:yellow", "" }
|
||||||
},
|
},
|
||||||
})
|
})]] -- Disabled. All recipe's items are unknown. //MFF(Mg|08/04/15)
|
||||||
|
|
||||||
-- fuel recipes for same
|
-- fuel recipes for same
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user