mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-01-26 00:50:22 +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.
|
||||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
recipe = "default:gravel",
|
||||
recipe = {
|
||||
{ "", "default:gravel", "" },
|
||||
{ "default:gravel", "", "default:gravel"},
|
||||
{ "", "default:gravel", ""},
|
||||
},
|
||||
output = "moreblocks:synthstone"
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user