Switch from wool to silicon in the cable recipe

This commit is contained in:
Valentin Anger 2018-01-07 15:17:20 +01:00
parent 97c19ee018
commit a8065fbe8a

View File

@ -25,5 +25,5 @@ minetest.register_node(NAME ..":cable", {
minetest.register_craft({ minetest.register_craft({
output = NAME .. ":cable 16", output = NAME .. ":cable 16",
type = "shapeless", type = "shapeless",
recipe = { 'group:wool', 'default:copper_ingot', 'group:wool' } recipe = { 'group:silicon', 'default:copper_ingot', 'group:silicon' }
}) })