Creepers drop all music discs now; remove crafts

This commit is contained in:
Wuzzy 2017-11-28 12:45:39 +01:00
parent 83a3cce932
commit 6d6999bcea
2 changed files with 3 additions and 31 deletions

View File

@ -115,9 +115,11 @@ mobs_mc.override.items = {
wool_light_blue = "mcl_wool:light_blue",
music_discs = {
-- Music discs 2, 3 and 5 intentionally left out for the temporary crafting recipes
"mcl_jukebox:record_1",
"mcl_jukebox:record_2",
"mcl_jukebox:record_3",
"mcl_jukebox:record_4",
"mcl_jukebox:record_5",
"mcl_jukebox:record_6",
"mcl_jukebox:record_7",
"mcl_jukebox:record_8",

View File

@ -109,36 +109,6 @@ minetest.register_craft({
},
})
minetest.register_craft({
output = "mcl_jukebox:record_2",
recipe = {
{ "mcl_core:glass_black", "mcl_core:glass_black", "mcl_core:glass_black", },
{ "mcl_core:glass_black", "mcl_fire:fire_charge", "mcl_core:glass_black", },
{ "mcl_core:glass_black", "mcl_core:glass_black", "mcl_core:glass_black", },
}
})
minetest.register_craft({
output = "mcl_jukebox:record_3",
recipe = {
{ "mcl_core:glass_black", "mcl_core:glass_black", "mcl_core:glass_black", },
{ "mcl_core:glass_black", "mcl_core:emerald", "mcl_core:glass_black", },
{ "mcl_core:glass_black", "mcl_core:glass_black", "mcl_core:glass_black", },
}
})
minetest.register_craft({
output = "mcl_jukebox:record_5",
recipe = {
{ "mcl_core:glass_black", "mcl_core:glass_black", "mcl_core:glass_black", },
{ "mcl_core:glass_black", "mcl_nether:nether_wart_block", "mcl_core:glass_black", },
{ "mcl_core:glass_black", "mcl_core:glass_black", "mcl_core:glass_black", },
}
})
-- 2 discs are dropped by creeper
-- 1 disc is droppd by zombie
-- TODO: Remove/fix these drops when creeper drops music discs properly
-- Make red sand craftable in v6
if minetest.get_mapgen_setting("mg_name") == "v6" then
minetest.register_craft({