mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
remove packed ice recipe
This commit is contained in:
parent
c6312e7bdd
commit
430dc7fd8c
@ -404,17 +404,6 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'mcl_core:packed_ice',
|
||||
recipe = {
|
||||
{'mcl_core:ice','mcl_core:ice'},
|
||||
{'mcl_core:ice','mcl_core:ice'},
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'mcl_blackstone:quartz_brick 4',
|
||||
recipe = {
|
||||
|
Loading…
Reference in New Issue
Block a user