mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 20:03:45 +01:00
Remove temporary inc sac recipe
This commit is contained in:
parent
d8f423ac07
commit
6e9b23eb12
@ -33,11 +33,6 @@ minetest.register_craft({
|
||||
recipe = { "mcl_ocean:prismarine_shard", "mcl_ocean:prismarine_shard", "mcl_ocean:prismarine_shard", "mcl_core:emerald" },
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "mcl_dye:black 2",
|
||||
recipe = {{"mcl_core:coal_lump"}},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "mcl_end:chorus_fruit",
|
||||
recipe = {
|
||||
|
Loading…
Reference in New Issue
Block a user