Remove packed ice crafting recipe for now

Ice cannot be obtained legally yet (missing silk touch).
This commit is contained in:
Wuzzy 2018-12-07 21:37:52 +01:00
parent 502be105ac
commit e38fadd863
1 changed files with 2 additions and 8 deletions

View File

@ -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)