mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Carpet recipe is not shapeless
This commit is contained in:
parent
86eb9d488f
commit
f1d80f90a4
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ for _, row in ipairs(wool.dyes) do
|
|||
recipe = {'group:dye,'..craft_color_group, 'group:wool'},
|
||||
})
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = 'wool:'..name..'_carpet 3',
|
||||
recipe = {'wool:'..name, 'wool:'..name},
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue