mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-06-28 04:50:21 +02:00
Fix outdated recipe for building_blocks terrycloth towel
This commit is contained in:
@ -14,7 +14,7 @@ minetest.register_node("building_blocks:Roofing", {
|
||||
minetest.register_craft({
|
||||
output = 'building_blocks:terrycloth_towel 2',
|
||||
recipe = {
|
||||
{"flowers:cotton", "flowers:cotton", "flowers:cotton"},
|
||||
{"farming:string", "farming:string", "farming:string"},
|
||||
}
|
||||
})
|
||||
minetest.register_craft({
|
||||
|
Reference in New Issue
Block a user