Jump to content

loordgek

Members
  • Posts

    1910
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by loordgek

  1. https://github.com/SpongePowered/SpongeForge/issues/2176 update forge and see if it still happens
  2. you dont need that if the registry names are the same you can do it
  3. is your friend running spongeforge on the server ?? this looks the same your log is different
  4. reflections is using Guava 20 MC is using 21 https://github.com/ronmamo/reflections/blob/c95609a4e83e1f3fc71e4b2fc58b17352a16eef7/pom.xml#L57
  5. good job you found a 4 year old thread
  6. diesieben07 mabye it is time to remove that
  7. remove the mod wawla and see if it still happens
  8. https://github.com/Azanor/thaumcraft-api
  9. https://github.com/loordgek/DartcraftReloaded/commit/0eefbaa3794546c05cdce4bd56d779b03d3ccdf9 do you get the idea now??
  10. you are doing it here https://github.com/BURN447/DartcraftReloaded/blob/master/src/main/java/burn447/dartcraftReloaded/Items/Tools/ItemToolBase.java#L139
  11. https://github.com/BURN447/DartcraftReloaded/blob/master/src/main/java/burn447/dartcraftReloaded/Items/Tools/ItemToolBase.java remove: implements Capability.IStorage<IToolModifier> and move the fields inside your capability and use @Override if you Override a method
  12. override in your ItemForcePickaxe initCapabilities here is how caps work http://mcforge.readthedocs.io/en/latest/datastorage/capabilities/
  13. why do you want to convert between them that seams a bit pointless
  14. Item.getItemFromBlock
  15. so i asked on the forge discord this is what i got from JamiesWhiteShirt
  16. https://github.com/MineMaarten/MineChess/blob/master/src/minechess/common/network/AbstractPacket.java this ?? i used it also and it is fine
  17. lol was going to post the same thing. as for that sounds like a bad idea just use the build in config
  18. need to go now. sleepy
  19. you have a 1.7.10 mod in there
  20. you have a MOD in there for a newer version you need to check your mods folder for never mods 1.8 and up
×
×
  • Create New...

Important Information

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