mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-15 23:10:41 +01:00
Fixed RE battery ingredient
This commit is contained in:
parent
50191f75fe
commit
af78e5b60e
|
@ -18,7 +18,7 @@ minetest.register_craft({
|
|||
output = "technic:battery",
|
||||
recipe = {
|
||||
{"group:wood", technic_compat.copper_ingredient, "group:wood"},
|
||||
{"group:wood", "default:tin_ingot", "group:wood"},
|
||||
{"group:wood", technic_compat.tin_ingredient, "group:wood"},
|
||||
{"group:wood", technic_compat.copper_ingredient, "group:wood"},
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user