Jump to content

FLUFFLE PUFF

Members
  • Posts

    19
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

FLUFFLE PUFF's Achievements

Tree Puncher

Tree Puncher (2/8)

1

Reputation

  1. oops...i did'nt know that FMLClientSetupEvent is placed on main mod class. I FINALLY did it, THANK you for answer
  2. Sorry for stupid questions, but how to register property in FMLClientSetupEvent?
  3. I have png of my sword item with all the frames, how to set other png to my item when left mouse clicked?
  4. I searched a lot, but did'nt find anything about this.
      • 1
      • Like
  5. How to make an item with animation?
  6. Here is my code: public static class bettermushroomstab extends ItemGroup { public bettermushroomstab(String label) { super("bettermushroomstab"); this.setBackgroundImage("Bettermushroomstab.png"); } private void setBackgroundImage(String string) { // TODO Auto-generated method stub } @Override public ItemStack makeIcon() { return ItemInit.COOKEDMUSHROOM.get().getDefaultInstance(); } }
  7. I have another question , how to make screen warp like in nether portal and how to connect this screen warp to my custom effect.
  8. ok , thanks . but how to set an icon for effect?
  9. nothing , i did not find any information about "how to make custom effect"
×
×
  • Create New...

Important Information

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