fix: milk compat
This commit is contained in:
parent
ac9ab3bf9b
commit
84c6f10728
|
|
@ -13,4 +13,8 @@
|
|||
);
|
||||
|
||||
event.remove({output:'spelunkery:depth_gauge'});
|
||||
|
||||
event.replaceOutput({output:'neapolitan:milk_bottle'},
|
||||
'neapolitan:milk_bottle',
|
||||
'farmersdelight:milk_bottle');
|
||||
});
|
||||
|
|
@ -142,7 +142,7 @@ const food_list = [
|
|||
];
|
||||
|
||||
const main_diet = {
|
||||
'desert': '8x #forge:milk',
|
||||
'desert': '8x farmersdelight:milk_bottle',
|
||||
'plains': '8x bread',
|
||||
'savanna': '8x carrot',
|
||||
'snowy': '8x pumpkin_slice',
|
||||
|
|
|
|||
Loading…
Reference in New Issue