Blossom berry jelly (#136) and small rebalance

This commit is contained in:
paulevsGitch 2021-05-05 03:29:57 +03:00
parent 0e76128804
commit 609381dee8
7 changed files with 28 additions and 15 deletions

View file

@ -29,6 +29,7 @@ public class NourishIntegration extends ModIntegration {
EndItems.BLOSSOM_BERRY,
EndItems.SHADOW_BERRY_JELLY,
EndItems.SWEET_BERRY_JELLY,
EndItems.BLOSSOM_BERRY_JELLY,
EndItems.AMBER_ROOT_RAW,
EndItems.CHORUS_MUSHROOM_RAW,
EndItems.CHORUS_MUSHROOM_COOKED,
@ -46,6 +47,7 @@ public class NourishIntegration extends ModIntegration {
sweets,
EndItems.SHADOW_BERRY_JELLY,
EndItems.SWEET_BERRY_JELLY,
EndItems.BLOSSOM_BERRY_JELLY,
EndItems.CAVE_PUMPKIN_PIE
);
}