Switch from wool to silicon in the cable recipe
This commit is contained in:
parent
97c19ee018
commit
a8065fbe8a
@ -25,5 +25,5 @@ minetest.register_node(NAME ..":cable", {
|
||||
minetest.register_craft({
|
||||
output = NAME .. ":cable 16",
|
||||
type = "shapeless",
|
||||
recipe = { 'group:wool', 'default:copper_ingot', 'group:wool' }
|
||||
})
|
||||
recipe = { 'group:silicon', 'default:copper_ingot', 'group:silicon' }
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user