mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-22 16:09:33 +01:00
Remove 2 music discs from temporary crafting
This commit is contained in:
parent
99a54319b1
commit
27cc50d155
1 changed files with 0 additions and 16 deletions
|
@ -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 a new issue