Jump to content

loordgek

Members
  • Posts

    1910
  • Joined

  • Last visited

  • Days Won

    7

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. does not work
  7. https://gist.github.com/anonymous/9349aa00d0d49fc66aa9ad7a1986637f buildgradle edit seams to be fixed by deleting the gradle cache
  8. and why is the item model from the block not working ??
  9. you need iChunUtil
  10. 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
  11. yes https://github.com/loordgek/Extragenarators/tree/trytofix/src/main/resources/assets/extragenarators/models/item
  12. and how do i fix the items ??
  13. and how do i fix this ?
  14. oops typo the in world model works now the in hand not
  15. https://gist.github.com/loordgek/078712e57dd9e831c3bb8d9ead5e393a
  16. 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
  17. dont know if this is the issue call super first for read and write
  18. you have a mod installed for 1.7.10 or lower remove it
  19. you need to update to 1.11.2 to have ( int getSlotLimit(int slot); ) https://github.com/MinecraftForge/MinecraftForge/commit/c17b40790b616a59277ca00cff97fbb336c1369e
  20. 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
  21. 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
  22. best is to use curseforge https://minecraft.curseforge.com/
×
×
  • Create New...

Important Information

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