mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-23 16:30:21 +01:00
Fix outdated recipe for building_blocks terrycloth towel
This commit is contained in:
parent
a3ccb6176b
commit
88fbee26a9
@ -14,7 +14,7 @@ minetest.register_node("building_blocks:Roofing", {
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'building_blocks:terrycloth_towel 2',
|
output = 'building_blocks:terrycloth_towel 2',
|
||||||
recipe = {
|
recipe = {
|
||||||
{"flowers:cotton", "flowers:cotton", "flowers:cotton"},
|
{"farming:string", "farming:string", "farming:string"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
|
Loading…
Reference in New Issue
Block a user