fixed crystal mace recipe
This commit is contained in:
parent
ef1987695e
commit
2e49e0308b
@ -60,7 +60,7 @@ local crystal = modname.. ".png^[colorize:" ..color
|
||||
uses = dura,
|
||||
choppy = mohs-1,
|
||||
crumbly = mohs,
|
||||
cracky = mohs-2,
|
||||
cracky = mohs-3,
|
||||
}),
|
||||
on_ignite = "wc_crystals:" ..id.. "_crystal",
|
||||
sounds = nodecore.sounds("nc_optics_glassy"),
|
||||
@ -132,7 +132,7 @@ local crystal = modname.. ".png^[colorize:" ..color
|
||||
}
|
||||
},
|
||||
items = {
|
||||
modname .. ":mace"
|
||||
modname .. ":mace_" ..id
|
||||
}
|
||||
})
|
||||
-- ================================================================== --
|
||||
|
Loading…
x
Reference in New Issue
Block a user