mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 01:21:05 +01:00
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
1 changed files with 2 additions and 8 deletions
|
@ -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 a new issue