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.

loordgek

Members
  • Joined

  • Last visited

Everything posted by loordgek

  1. disable the loading screen read the eaq on how to do it
  2. yours public static Configuration config1= new Configuration(); @EventHandler public void preInit(FMLPreInitializationEvent event) { Configuration config1= new Configuration(event.getSuggestedConfigurationFile()); } mine public static Configuration config; @EventHandler public void preInit(FMLPreInitializationEvent event) { config = new Configuration(event.getSuggestedConfigurationFile()); } spot the difference
  3. and you asked how to fix it
  4. public static Configuration config; @EventHandler public void preInit(FMLPreInitializationEvent event) { config = new Configuration(event.getSuggestedConfigurationFile()); }
  5. that is not true. it feels longer because you dont know where it is is in the loading progress
  6. no. why dont you disable the loading screen ??
  7. get a new pc w/ a good graphic card
  8. will look tomorrow need zzzzzz
  9. put the gradle stuff in it plz
  10. Lambda do you have a github where i can see all the code ??
  11. you cant use forge on the win 10 edition you need the java version
  12. what is did then https://github.com/kriNon/Endernet1.10.2/blob/master/src/main/java/kriNon/endernet/init/ModBlocks.java#L28-L29 ??
  13. is this what you want https://github.com/loordgek/Extragenarators/blob/b36b1fc927c7f3933a2765b30cb102419cea45d7/src/main/java/loordgek/extragenarators/util/item/InventoryUtil.java you need to update it to your needs
  14. why ?? if i what to go evil and break stuff your mod is not going to stop me
  15. send a packet
  16. the DDL files are needed for lwjgl https://www.lwjgl.org/ and you can use things like JNI JNA and jni4net to "cross talk"
  17. you dont need the facing @Override public <T> T getCapability(Capability<T> capability, EnumFacing facing) { if (capability == CapabilityItemHandler.ITEM_HANDLER_CAPABILITY) { this.markDirty(); return CapabilityItemHandler.ITEM_HANDLER_CAPABILITY.cast(inputSlot); } return super.getCapability(capability, facing); }
  18. looks good now test if everything works now

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.