Adjust a/s tesseract recipe.
This commit is contained in:
parent
8912eb85cd
commit
65a11345a8
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ minetest.register_craft({
|
||||||
output = 'fun_caves:teleporter_steel_aquamarine',
|
output = 'fun_caves:teleporter_steel_aquamarine',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'fun_caves:pure_steel', 'default:copper_ingot', 'fun_caves:pure_steel'},
|
{'fun_caves:pure_steel', 'default:copper_ingot', 'fun_caves:pure_steel'},
|
||||||
{'fun_caves:pure_steel', 'fun_caves:perfect_aquamarine', 'fun_caves:pure_steel'},
|
{'fun_caves:perfect_aquamarine', 'fun_caves:perfect_aquamarine', 'fun_caves:perfect_aquamarine'},
|
||||||
{'fun_caves:pure_steel', 'default:obsidianbrick', 'fun_caves:pure_steel'},
|
{'fun_caves:pure_steel', 'default:obsidianbrick', 'fun_caves:pure_steel'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue