Add an alternative recipe for "ccompass:0" (#19)
The current one collides with "digtron:digtron_core"
This commit is contained in:
parent
4213e60d11
commit
21ccde6deb
9
init.lua
9
init.lua
@ -391,4 +391,13 @@ minetest.register_craft({
|
||||
{'', 'default:steel_ingot', ''}
|
||||
}
|
||||
})
|
||||
-- add an alternative recipe
|
||||
minetest.register_craft({
|
||||
output = 'ccompass:0',
|
||||
recipe = {
|
||||
{'default:steel_ingot', '', 'default:steel_ingot'},
|
||||
{'', 'default:mese_crystal_fragment', ''},
|
||||
{'default:steel_ingot', '', 'default:steel_ingot'}
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user