mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 13:52:31 +01:00
Update nuclear_reactor_hv.lua
Fix temporary recipe.
This commit is contained in:
parent
3055270a7c
commit
afc84d6a8d
@ -13,9 +13,9 @@ local fuel_type = "technic:enriched_uranium" -- This reactor burns this stuff
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:hv_nuclear_reactor_core',
|
output = 'technic:hv_nuclear_reactor_core',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:stainless_steel_ingot', 'default:stainless_steel_ingot', 'default:stainless_steel_ingot'},
|
{'technic:stainless_steel_ingot', 'technic:stainless_steel_ingot', 'technic:stainless_steel_ingot'},
|
||||||
{'default:stainless_steel_ingot', '', 'default:stainless_steel_ingot'},
|
{'technic:stainless_steel_ingot', '', 'technic:stainless_steel_ingot'},
|
||||||
{'default:stainless_steel_ingot', 'technic:hv_cable', 'default:stainless_steel_ingot'},
|
{'technic:stainless_steel_ingot', 'technic:hv_cable', 'technic:stainless_steel_ingot'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user