Jump to content

loordgek

Members
  • Posts

    1910
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by loordgek

  1. do you need a container for this ??
  2. oops that is fixed but updated github named all textures locs
  3. explain than to me why i need to name a texture .png nothing else and when i do that it usage that texture for all item variants
  4. post your IGuiHander impl, as code not as download plz in your IGuiHander impl you have a world and x y z you can get the tile from there and have your gui take a tile in its constructer like so public guiCommandBlock(TileEntityIronCommand tile) and a field that holds the tile
  5. what he means is hoppers can extract items out of Entity's using the IInventory but not Itemhander as you can see in the spoiler getInventoryAtPosition first checks for tile and then for Entity's it get also used in BlockDispenser line 54
  6. but now back on topic, why are my models not working
  7. a so i get it yea i need to look into that. is there a away to check if the mod runs in dev mode ??
  8. why not, do you have a better place do you know one that does that ??
  9. i gen it there and drag it over to the correct place
  10. that generates item models https://github.com/loordgek/Extragenarators/blob/trytofix/src/main/java/loordgek/extragenarators/util/BasicItemJsonGen.java
  11. https://github.com/loordgek/Extragenarators/blob/trytofix/src/main/java/loordgek/extragenarators/event/CommenEventHandler.java https://github.com/loordgek/Extragenarators/blob/trytofix/src/main/java/loordgek/extragenarators/enums/EnumItems.java https://github.com/loordgek/Extragenarators/blob/trytofix/src/main/java/loordgek/extragenarators/enums/EnumBlocks.java
  12. log https://gist.github.com/anonymous/4da46f3030abe8617c50f674610730a8 item models https://github.com/loordgek/Extragenarators/tree/trytofix/src/main/resources/assets/extragenarators/models/item the model register https://github.com/loordgek/Extragenarators/blob/trytofix/src/main/java/loordgek/extragenarators/enums/EnumItems.java#L35-L38
  13. -Xmn128M -Xmx256M that is realy low increase it
  14. we want the fml-client-latest.log
  15. try without optfine
  16. why are you playing every tick a Sound, look at BlockFurnace line 109 how MC is doing it
  17. so you dont want to put stuff in your slots ?? this will not localize you must use I18n#format(String translateKey, Object... parameters)
  18. did you register to the EVENT_BUS ??
  19. works for me
  20. you set the eula to true ?
  21. show the build.gradle
  22. yea when i run a server 1.11.2 it does not gen a eula.txt but it works on 1.10.2 (is that a bug ??) make a file called eula.txt and put this in it #By changing the setting below to TRUE you are indicating your agreement to our EULA (https://account.mojang.com/documents/minecraft_eula). #Sun Feb 05 12:28:48 CET 2017 eula=false
  23. pic from that folder plz
×
×
  • Create New...

Important Information

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