mirror of
https://codeberg.org/tenplus1/bakedclay.git
synced 2025-07-03 16:50:38 +02:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
2eddb13f80 | |||
eecbae9db7 |
34
init.lua
34
init.lua
@ -88,38 +88,6 @@ minetest.register_craft({
|
|||||||
recipe = "default:clay",
|
recipe = "default:clay",
|
||||||
})
|
})
|
||||||
|
|
||||||
-- register a few extra dye colour options
|
|
||||||
|
|
||||||
minetest.register_craft( {
|
|
||||||
type = "shapeless",
|
|
||||||
output = "dye:dark_grey 3",
|
|
||||||
recipe = {"dye:black", "dye:black", "dye:white"}
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft( {
|
|
||||||
type = "shapeless",
|
|
||||||
output = "dye:grey 3",
|
|
||||||
recipe = {"dye:black", "dye:white", "dye:white"}
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft( {
|
|
||||||
type = "shapeless",
|
|
||||||
output = "dye:green 4",
|
|
||||||
recipe = {"default:cactus"}
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft( {
|
|
||||||
type = "shapeless",
|
|
||||||
output = "dye:black 4",
|
|
||||||
recipe = {"default:coal_lump"}
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft( {
|
|
||||||
type = "shapeless",
|
|
||||||
output = "dye:brown 4",
|
|
||||||
recipe = {"default:dry_shrub"}
|
|
||||||
})
|
|
||||||
|
|
||||||
-- 2x2 red bakedclay makes 16x clay brick
|
-- 2x2 red bakedclay makes 16x clay brick
|
||||||
minetest.register_craft( {
|
minetest.register_craft( {
|
||||||
output = "default:clay_brick 16",
|
output = "default:clay_brick 16",
|
||||||
@ -267,4 +235,4 @@ lucky_block:add_blocks({
|
|||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
print ("[MOD] Baked Clay loaded")
|
minetest.log("action", "[bakedclay] loaded.")
|
||||||
|
Reference in New Issue
Block a user