mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-01-27 09:30:19 +01:00
Changed synthstone recipe to crafting due to conflicts with other mods
This commit is contained in:
parent
c063507d66
commit
26607e4ade
@ -549,8 +549,11 @@ end
|
|||||||
-- a colored synthetic stone.
|
-- a colored synthetic stone.
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "cooking",
|
recipe = {
|
||||||
recipe = "default:gravel",
|
{ "", "default:gravel", "" },
|
||||||
|
{ "default:gravel", "", "default:gravel"},
|
||||||
|
{ "", "default:gravel", ""},
|
||||||
|
},
|
||||||
output = "moreblocks:synthstone"
|
output = "moreblocks:synthstone"
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user