Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/19/19 in all areas

  1. You can, but vanilla uses boxed values because it was written before autoboxing was a thing.
    1 point
  2. 1. Update your repo. 2. "exa" is not a good mod id; 3 characters long name can cause conflicts. 3. This method is unnecessary; just do something like: modBlocks.add(STATIC_BLOCK_HOLDER = new MyBlockThingy("blah")); 4. These loggings at info level are pointless; the player doesn't care what state mods are at, and logging random stuff at info level can clog up the log easily.
    1 point
  3. The error is coming out of CC:Tweaked
    1 point
  4. You need to run gradlew genEclipseRuns right after gradlew eclipse
    1 point
×
×
  • Create New...

Important Information

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