forked from VoxeLibre/VoxeLibre
Remove packed ice crafting recipe for now
Ice cannot be obtained legally yet (missing silk touch).
This commit is contained in:
parent
502be105ac
commit
e38fadd863
|
@ -399,14 +399,8 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'mcl_core:packed_ice',
|
||||
recipe = {
|
||||
{'mcl_core:ice', 'mcl_core:ice', 'mcl_core:ice'},
|
||||
{'mcl_core:ice', 'mcl_core:ice', 'mcl_core:ice'},
|
||||
{'mcl_core:ice', 'mcl_core:ice', 'mcl_core:ice'},
|
||||
}
|
||||
})
|
||||
-- TODO: Add crafting recipe: 9 ice → 1 packed ice
|
||||
-- Add it when silk touch tools work.
|
||||
|
||||
--
|
||||
-- Crafting (tool repair)
|
||||
|
|
Loading…
Reference in New Issue