Jump to content

marcucoo

Members
  • Posts

    3
  • Joined

  • Last visited

marcucoo's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. .food(new Food.Builder().hunger(4) .saturation(1.2f) .effect(new EffectInstance(Effects.NAUSEA, 300, 0), 0) .effect(new EffectInstance(Effects.NAUSEA, 300, 0), 1) .effect(new EffectInstance(Effects.POISON, 300, 1), 1) .effect(new EffectInstance(Effects.HUNGER, 300, 0), 0.3f) .setAlwaysEdible() .build())
  2. never mind i fixed it
  3. i have the same issue but in intellij idea ce
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.