forked from VoxeLibre/VoxeLibre
Remove 2 music discs from temporary crafting
This commit is contained in:
parent
99a54319b1
commit
27cc50d155
|
@ -150,14 +150,6 @@ minetest.register_craft({
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
output = "mcl_jukebox:record_1",
|
|
||||||
recipe = {
|
|
||||||
{ "mcl_core:glass_black", "mcl_core:glass_black", "mcl_core:glass_black", },
|
|
||||||
{ "mcl_core:glass_black", "mcl_ocean:sea_lantern", "mcl_core:glass_black", },
|
|
||||||
{ "mcl_core:glass_black", "mcl_core:glass_black", "mcl_core:glass_black", },
|
|
||||||
}
|
|
||||||
})
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "mcl_jukebox:record_2",
|
output = "mcl_jukebox:record_2",
|
||||||
recipe = {
|
recipe = {
|
||||||
|
@ -174,14 +166,6 @@ minetest.register_craft({
|
||||||
{ "mcl_core:glass_black", "mcl_core:glass_black", "mcl_core:glass_black", },
|
{ "mcl_core:glass_black", "mcl_core:glass_black", "mcl_core:glass_black", },
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
minetest.register_craft({
|
|
||||||
output = "mcl_jukebox:record_4",
|
|
||||||
recipe = {
|
|
||||||
{ "mcl_core:glass_black", "mcl_core:glass_black", "mcl_core:glass_black", },
|
|
||||||
{ "mcl_core:glass_black", "mcl_end:ender_eye", "mcl_core:glass_black", },
|
|
||||||
{ "mcl_core:glass_black", "mcl_core:glass_black", "mcl_core:glass_black", },
|
|
||||||
}
|
|
||||||
})
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "mcl_jukebox:record_5",
|
output = "mcl_jukebox:record_5",
|
||||||
recipe = {
|
recipe = {
|
||||||
|
|
Loading…
Reference in New Issue