write something there
This commit is contained in:
commit
b4b6c08f4f
8546 changed files with 309825 additions and 0 deletions
15
mods/biomes/frost_land/crafting.lua
Normal file
15
mods/biomes/frost_land/crafting.lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
------------Crafting
|
||||
minetest.register_craft({
|
||||
output = "frost_land:frost_land_wood 4",
|
||||
recipe = {
|
||||
{"frost_land:frost_land_tree"},
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "frost_land:frost_land_trapdoor 2",
|
||||
recipe = {
|
||||
{"nightshade:nightshade_wood", "nightshade:nightshade_wood", "nightshade:nightshade_wood"},
|
||||
{"nightshade:nightshade_wood", "nightshade:nightshade_wood", "nightshade:nightshade_wood"},
|
||||
}
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue