Update potatoChips.java
This commit is contained in:
parent
316803d567
commit
69c6bd62f4
@ -26,7 +26,7 @@ int potatoChipsConsumed = 0;
|
||||
potatoChipsConsumed+=1;
|
||||
if (potatoChipsConsumed == 69) {
|
||||
PlayerEntity.addStatusEffect(new StatusEffectInstance(StatusEffects.HUNGER, 20 * 15, 4));
|
||||
int potatoChipsConsumed = 0;
|
||||
potatoChipsConsumed-=69;
|
||||
PlayerEntity.sendMessage(new LiteralText("I'm really fat/test"), false);
|
||||
System.out.println("I'm really fat\n/test");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user