Mehr Mods hinzugefügt

This commit is contained in:
N-Nachtigal 2025-05-10 23:49:11 +02:00
parent 92a55732cf
commit 9e345a25fb
2805 changed files with 2096013 additions and 0 deletions

View file

@ -0,0 +1,69 @@
minetest.register_craft({
output = "dye:brown 2",
recipe = {
{"livingfloatlands:coldsteppe_grass1"}
},
})
minetest.register_craft({
output = "dye:brown 2",
recipe = {
{"livingfloatlands:coldsteppe_grass2"}
},
})
minetest.register_craft({
output = "dye:black 2",
recipe = {
{"livingfloatlands:coldsteppe_grass3"}
},
})
minetest.register_craft({
output = "dye:yellow 2",
recipe = {
{"livingfloatlands:coldsteppe_bulbouschervil_plant"}
},
})
minetest.register_craft({
output = "dye:white 2",
recipe = {
{"livingfloatlands:giantforest_grass"}
},
})
minetest.register_craft({
output = "dye:blue 2",
recipe = {
{"livingfloatlands:giantforest_grass2"}
},
})
minetest.register_craft({
output = "dye:yellow 2",
recipe = {
{"livingfloatlands:giantforest_grass3"}
},
})
minetest.register_craft({
output = "dye:brown 2",
recipe = {
{"livingfloatlands:giantforest_oaknut"}
},
})
minetest.register_craft({
output = "dye:cyan 2",
recipe = {
{"livingfloatlands:puzzlegrass"}
},
})
minetest.register_craft({
output = "dye:cyan 2",
recipe = {
{"livingfloatlands:puzzlegrass_top"}
},
})