forked from VoxeLibre/VoxeLibre
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" },
|
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({
|
minetest.register_craft({
|
||||||
output = "mcl_end:chorus_fruit",
|
output = "mcl_end:chorus_fruit",
|
||||||
recipe = {
|
recipe = {
|
||||||
|
|
Loading…
Reference in New Issue