Mehr Mods hinzugefügt
This commit is contained in:
parent
92a55732cf
commit
9e345a25fb
2805 changed files with 2096013 additions and 0 deletions
69
mods/livingfloatlands/dye.lua
Normal file
69
mods/livingfloatlands/dye.lua
Normal 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"}
|
||||
},
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue