mirror of
https://github.com/minetest-mods/technic.git
synced 2025-01-28 19:00:30 +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