mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-16 07:20:31 +01:00
Changed recipes for spikes and major spikes
This commit is contained in:
parent
5817264a58
commit
6b45ccbd10
|
@ -128,18 +128,16 @@ minetest.register_node("bobblocks:trap_spike_major_set", {
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'bobblocks:trap_spike',
|
output = 'bobblocks:trap_spike',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'', '', ''},
|
{'', 'default:obsidian_shard', ''},
|
||||||
{'', 'default:cobble', ''},
|
{'', 'default:steel_ingot', ''},
|
||||||
{'default:cobble', 'default:apple', 'default:cobble'},
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'bobblocks:trap_spike_major',
|
output = 'bobblocks:trap_spike_major',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'', 'default:cobble', ''},
|
{'default:obsidian_shard', 'default:obsidian_shard', 'default:obsidian_shard'},
|
||||||
{'', 'default:apple', ''},
|
{'', 'default:steel_ingot', ''},
|
||||||
{'default:cobble', 'default:apple', 'default:cobble'},
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user