Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

FLUFFLE PUFF

Members
  • Joined

  • Last visited

Everything posted by FLUFFLE PUFF

  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. How to make an item with animation?
  5. 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(); } }
  6. I have another question , how to make screen warp like in nether portal and how to connect this screen warp to my custom effect.
  7. ok , thanks . but how to set an icon for effect?
  8. nothing , i did not find any information about "how to make custom effect"
  9. Cannot instantiate the type EffectType
  10. Here is my code: public static final DeferredRegister<Effect> EFFECTS = DeferredRegister.create(ForgeRegistries.POTIONS, Bettermushrooms.MOD_ID); public static final RegistryEvent<Effect> CUSTOMEFFECT = EFFECTS.register("CUSTOMEFFECT", () -> new Effect(new EffectType().)); <- here is error
  11. full text of error: Exception in thread "main" joptsimple.MissingRequiredOptionsException: Missing required option(s) [accessToken, version] at joptsimple.OptionParser.ensureRequiredOptions(OptionParser.java:426) at joptsimple.OptionParser.parse(OptionParser.java:400) at net.minecraft.client.main.Main.main(Main.java:54) please help me

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.