aether/crafting.lua
2017-01-23 15:44:37 -06:00

13 lines
237 B
Lua

minetest.register_craft({
output = 'aether2:skyroot_planks 4',
recipe = {
{'aether2:skyroot_logs'},
}
})
minetest.register_craft({
output = 'aether2:golden_oak_planks 4',
recipe = {
{'aether2:golden_oak_logs'},
}
})