The Bumblezone (Quilt/Fabric)

The Bumblezone (Quilt/Fabric)

11M Downloads

Soup gives THREE HUNDRED SIXTY saturation?

Aceplante2 opened this issue · 7 comments

commented

this is absolutely ludicrous and there is no way it should give that much

1.20.1

commented

You’re gonna need to be far more specific on where you see that. Bee soup has 24 saturation as specified here which is about double of cooked steak’s 12.8 saturation due to needing extra ingredients to make the bee soup and also balanced by bee soup has chance to give negative effects to eater.

public static final RegistryEntry<Item> BEE_SOUP = ITEMS.register("bee_soup", () -> new FoodBowlItem(new Item.Properties().craftRemainder(Items.BOWL).food(BzFoodProperties.builder(15, 24F).effect(() -> new MobEffectInstance(BzEffects.BEENERGIZED.get(), 12000, 1), 1.0F).effect(() -> new MobEffectInstance(MobEffects.LEVITATION, 800, 0), 0.2F).effect(() -> new MobEffectInstance(MobEffects.POISON, 800, 0), 0.2F).effect(() -> new MobEffectInstance(MobEffects.SLOW_FALLING, 6000, 0), 0.2F).effect(() -> new MobEffectInstance(MobEffects.LUCK, 18000, 0), 0.2F).effect(() -> new MobEffectInstance(BzEffects.PARALYZED.get(), 200, 0), 0.2F).build())));

commented

uhh

commented

this is appleskin that shows me

commented

This seems like an appleskin bug but I'll verify with the dev. The picture is showing Bee Soup (and Bee Bread) with hunger effect food icons despite my items not giving hunger.

commented

Nah it's me. MC sets up the values weirdly
image

commented

Yea, dont worry. Ive seen quite a few other mods with crazy saturation values, likely for this very reason

commented

Should be fixed in newest jars now. Max saturation should be around 20 saturation or slightly less. Bee Bread is also slightly nerfed