Update potatoChips.java

This commit is contained in:
Sunskimmer822 2022-03-28 11:18:28 -07:00 committed by GitHub
parent f6d06346b7
commit 316803d567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ int potatoChipsConsumed = 0;
potatoChipsConsumed+=1;
if (potatoChipsConsumed == 69) {
PlayerEntity.addStatusEffect(new StatusEffectInstance(StatusEffects.HUNGER, 20 * 15, 4));
potatoChipsConsumed = 0;
int potatoChipsConsumed = 0;
PlayerEntity.sendMessage(new LiteralText("I'm really fat/test"), false);
System.out.println("I'm really fat\n/test");
}