Jump to content

AsterAether

Members
  • Posts

    14
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    New Modder who messes up every second.

AsterAether's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Ahhhhh Thanks I'll get to recoding my stuff then
  2. Hey Guys, When I try to craft an item from my mod, it has no texture in the table. When i mouse over, it crashes: (happens with all items) From the Creative Menu the item works as intendet. Mod Class: regi is a Class i wrote to register the blocks and items. registerRecipe() just calls GameRegistry.addRecipe. The static item Objects are in IData: IData: BaseSword.java: Greetings, some dude on the internet
  3. Gonna do that when I´m a little further into it. Thanks for everything!
  4. Thanks. I got everything workin. Just one last question: If I have BaseExample that needs BaseLib, i need to compile baselib.jar, add it to the libs folder, and ádd it to the build.gradle file? Or is there a other way?
  5. Yeaaaaaaaaaa i kinda found my error. I build the mods, and put the build .jars in the mods folder of the forge project. Not the best idea. In the normal Minecraft´s mod folder it works.
  6. I thinks it´s because its pbfuscated. I´ll try to change something.
  7. BaseBlock: https://github.com/AsterAether/BaseExample/blob/master/src/main/java/baseexample/blocks/BaseBlock.java AbstractBlock: https://github.com/AsterAether/BaseLib/blob/master/src/main/java/baselib/lib/abst/AbstractBlock.java
  8. There´s another error now, but i tink that´s from my mod:
  9. Pretty much, tough BaseLib doesnt add anything. If i load up Minecraft with only BaseLib, it regisers as a mod.
  10. Doesn't seem to work. I put both .jar in the mods folder of the forge/eclipse/mods to test them. Here is the crash from Minecraft:
  11. So the build.gradle for BaseLib: https://github.com/AsterAether/BaseLib/blob/master/build.gradle and for BaseExample: https://github.com/AsterAether/BaseExample/blob/master/build.gradle
  12. I use Eclipse. My workspace is like this: Workspace\Forge \Baselib \BaseExample BaseExample uses Baselib as dependency. Baselib and BaseExample have their own gradle folder an gradle.bat. I'll upload build.gradle as soon as I'm home.
  13. Hm, it's possible that I messed up on the gradle dependency, for when I try to start minecraft a noclassfound error pops up. I thought that was because the classes of the libary weren't injected. Need to try again tomorrow.
  14. Hey guys, Simple question. Can I use Classes from an dependency libary from my mod in the preInit() function of said mod? My idea was to create a libary that would help me register my blocks, items, etc. Can't seem to get it to work. I can post my code later if needed. Greetings, Pretty new modder
×
×
  • Create New...

Important Information

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