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({
|
-- TODO: Add crafting recipe: 9 ice → 1 packed ice
|
||||||
output = 'mcl_core:packed_ice',
|
-- Add it when silk touch tools work.
|
||||||
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'},
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Crafting (tool repair)
|
-- Crafting (tool repair)
|
||||||
|
|
Loading…
Reference in New Issue