Make packed ice craftable

This commit is contained in:
Wuzzy 2018-12-03 16:06:22 +01:00
parent 25b65e4b7d
commit ec8d43b4a3
1 changed files with 8 additions and 0 deletions

View File

@ -399,6 +399,14 @@ 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'},
}
})
--
-- Crafting (tool repair)