mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-29 22:33:46 +01:00
Make concrete powder recipe shapeless
parent
cd5fb8322f
commit
3c54fed5b6
@ -81,12 +81,13 @@ for _, row in ipairs(block.dyes) do
|
||||
},
|
||||
})
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = 'mcl_colorblocks:concrete_powder_'..name..' 8',
|
||||
recipe = {
|
||||
{'mcl_core:sand', 'mcl_core:gravel', 'mcl_core:sand'},
|
||||
{'mcl_core:gravel', 'mcl_dye:'..craft_color_group, 'mcl_core:gravel'},
|
||||
{'mcl_core:sand', 'mcl_core:gravel', 'mcl_core:sand'},
|
||||
},
|
||||
'mcl_core:sand', 'mcl_core:gravel', 'mcl_core:sand',
|
||||
'mcl_core:gravel', 'mcl_dye:'..craft_color_group, 'mcl_core:gravel',
|
||||
'mcl_core:sand', 'mcl_core:gravel', 'mcl_core:sand',
|
||||
}
|
||||
})
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user