mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-14 15:11:05 +01:00
Remove temporary inc sac recipe
This commit is contained in:
parent
d8f423ac07
commit
6e9b23eb12
1 changed files with 0 additions and 5 deletions
|
@ -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 a new issue