1: Leaves+Cobbleinit.lua:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
minetest.register_craft({
type = "shapeless",
output = "default:mossycobble",
recipe = {
"default:cobble",
"default:leaves",
}
})
depends.txt:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
2: Cobble+Moss from snow biome modinit.lua:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
minetest.register_craft({
type = "shapeless",
output = "default:mossycobble",
recipe = {
"default:cobble",
"snow:moss",
}
})
depends.txt:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.