mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 01:30:38 +01:00
Add mossy cobble uncraft
mossycobble => stone
This commit is contained in:
parent
4c878ba2c3
commit
30ac1e2c6c
@ -548,6 +548,11 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "default:stone",
|
||||
recipe = "default:mossycobble",
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "default:desert_stone 2",
|
||||
recipe = {
|
||||
|
Loading…
Reference in New Issue
Block a user