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. ByteBufUtils.writeItemStack
  2. Again, this is not done for legal reasons, blame Mojang. However gradle can do all of this for you with 1 command 'gradlew setupDecompWorkspace eclipse' In conclusion your points are invalid and you're just bitching, stop. this is as easy as it gets, deal with it IT IS ONE LINE. you want a fairy to drop out the sky and type it in for you edit : and even if it was 20 lines to set it up it is nothing compared to the mods you are writing note you can type gradle --gui to get a gui so you can click things and how it "making a new modloader" going to make things better. you still need to install the thing you still need to "put file in folder"
  3. for that there is curseforge
  4. still no luck https://github.com/loordgek/Extragenarators/blob/trytofix/src/main/resources/assets/extragenarators/models/item/upgrade.json
  5. you need to return the stack if you return null the other end will think you did tack the stack https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/src/main/java/net/minecraftforge/items/IItemHandler.java#L65-L66 diesieben07
  6. https://gist.github.com/anonymous/9349aa00d0d49fc66aa9ad7a1986637f buildgradle edit seams to be fixed by deleting the gradle cache
  7. and why is the item model from the block not working ??
  8. Register name ?? no https://github.com/loordgek/Extragenarators/blob/trytofix/src/main/java/loordgek/extragenarators/enums/EnumItems.java#L28-L30 [08:01:35] [Client thread/INFO] [extragenarators]: extragenarators:upgrade ModelResourceLocation name ?? yes https://github.com/loordgek/Extragenarators/blob/trytofix/src/main/java/loordgek/extragenarators/enums/EnumItems.java#L33-L36
  9. yes https://github.com/loordgek/Extragenarators/tree/trytofix/src/main/resources/assets/extragenarators/models/item
  10. and how do i fix the items ??
  11. and how do i fix this ?
  12. oops typo the in world model works now the in hand not
  13. https://gist.github.com/loordgek/078712e57dd9e831c3bb8d9ead5e393a
  14. the items have all the same texture this is how i Register the renders https://github.com/loordgek/Extragenarators/blob/trytofix/src/main/java/loordgek/extragenarators/enums/EnumItems.java#L33-L36 the names https://github.com/loordgek/Extragenarators/blob/trytofix/src/main/java/loordgek/extragenarators/ref/Reference.java#L28 and the bocks have the missing model
  15. dont know if this is the issue call super first for read and write
  16. you have a mod installed for 1.7.10 or lower remove it
  17. you need to update to 1.11.2 to have ( int getSlotLimit(int slot); ) https://github.com/MinecraftForge/MinecraftForge/commit/c17b40790b616a59277ca00cff97fbb336c1369e
  18. subscribe to ExplosionEvent.start cancel the event get the explosionSize and every thing ells (note this is private final, need to use Reflection) create an new explosion from what you got from above and i hate Choonster for being faster then me
  19. https://www.curseforge.com/knowledge-base/minecraft/120-minecraft-modpack-submission curseforge is a mods/modpack/maps hosting site if you host you modpack on there the mod Authors will still get there downlods
  20. best is to use curseforge https://minecraft.curseforge.com/

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.