Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/09/17 in all areas

  1. Hard drive space is irrelevant, RAM is what you don't have enough of.
    1 point
  2. He's referring to https://en.wikipedia.org/wiki/Generics_in_Java
    1 point
  3. http://www.minecraftforge.net/forum/topic/49497-1112-is-using-registryevent-this-way-ok/#comment-249433 This is a decent example of how to use the registry events to register items/blocks
    1 point
  4. Your file end-name will be storage.dat.dat as you add the extension in the constructor. Use the debugger to find out what's wrong. Put a breakpoint in your write method. I would say that if the file is not even being created then the issue most likely is within the fileLocation field so inspect it.
    1 point
  5. There are safeWrite and write methods that write the NBT without compression.
    1 point
  6. CompressedStreamTools, yes. A file can be anything you want, you can set anything as the "file name". All you need to do is write the NBT using methods from CompressedStreamTools into your FileOutputStream.
    1 point
  7. 1 point
  8. Personally I plan on updating an older mod of mine to 1.10 or 1.11 before updating it to 1.12, as there are fewer alterations that need to be made that have to be done for 1.12 and I figure I can start on the earlier changes, push a version for 1.10/1.11, before finalizing things for 1.12. Its because I want to supply the mod for the people who have already split off, while segmenting the work that needs to be done into smaller batches.
    1 point
×
×
  • Create New...

Important Information

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