fix: milk compat

This commit is contained in:
hyper 2025-12-02 18:31:36 +08:00
parent ac9ab3bf9b
commit 84c6f10728
2 changed files with 5 additions and 1 deletions

View File

@ -13,4 +13,8 @@
); );
event.remove({output:'spelunkery:depth_gauge'}); event.remove({output:'spelunkery:depth_gauge'});
event.replaceOutput({output:'neapolitan:milk_bottle'},
'neapolitan:milk_bottle',
'farmersdelight:milk_bottle');
}); });

View File

@ -142,7 +142,7 @@ const food_list = [
]; ];
const main_diet = { const main_diet = {
'desert': '8x #forge:milk', 'desert': '8x farmersdelight:milk_bottle',
'plains': '8x bread', 'plains': '8x bread',
'savanna': '8x carrot', 'savanna': '8x carrot',
'snowy': '8x pumpkin_slice', 'snowy': '8x pumpkin_slice',