2017-01-20 17:54:49 +01:00
|
|
|
minetest.register_craft({
|
2017-01-23 22:44:37 +01:00
|
|
|
output = 'aether2:skyroot_planks 4',
|
2017-01-20 17:54:49 +01:00
|
|
|
recipe = {
|
2017-01-23 22:44:37 +01:00
|
|
|
{'aether2:skyroot_logs'},
|
2017-01-20 17:54:49 +01:00
|
|
|
}
|
|
|
|
})
|
|
|
|
|
|
|
|
minetest.register_craft({
|
2017-01-23 22:44:37 +01:00
|
|
|
output = 'aether2:golden_oak_planks 4',
|
2017-01-20 17:54:49 +01:00
|
|
|
recipe = {
|
2017-01-23 22:44:37 +01:00
|
|
|
{'aether2:golden_oak_logs'},
|
2017-01-20 17:54:49 +01:00
|
|
|
}
|
|
|
|
})
|