Mystcraft 0.10.10.00

And more bugs!

The new system has a couple issues, not the least of which is the possibility of affecting other dimensions. Undesirable, but the Forge PR I pushed will fix this, once it goes through. The biggest issue is that the biome was registered to the array before it was fully constructed, meaning the reference was “leaked” and used before the object was fully valid. Bad stuff.
I fixed what I could for this, but the possibility of some quirkiness is still there.
I also fixed the server side crash caused by my changing some of my weather code. I moved from an internal system to using a bit of vanilla code, and I failed to note that the function I used was client side only (because half the weather model on Minecraft is client side only?).
I also handled an issue with asynchronous access to the world referencing ages still being constructed. This has been a long standing issue, and I think I finally zapped it.

Again, if you find any issues be sure to bring it up on the Mystcraft Forums.

To recap: there is only one download (found at the bottom of this post); This file is the universal install for client and server; it no longer goes in the jar.
Mystcraft goes in the mods folder.

If you are still lost on the 0.10 series, check out Direwolf20’s Mod Spotlight! Direwolf20’s Mod Spotlight for 0.10.4.00
If you are having trouble with writing, check out Direwolf20’s Writing tutorial!
Note that there are a couple changes between the video and the current mod, particularly that colors and things are easier to write. If you follow the tutorial, you’ll do great.

Download: [1.6.4] Mystcraft Universal 0.10.10.00Adfly Link
Download: [1.6.4] Mystcraft API 0.10.10.00Adfly Link
Check the Mystcraft Forums for updates and the change log.

Enjoy!

23 thoughts on “Mystcraft 0.10.10.00”

  1. XCompWiz, I needed to change the block ID of the star fissure (same as microblocks of forge multipart – weird thing, causing multipart blocks to create a star fissure). Now how do I fix the texture after changing his ID?
    Keep up the good work!

  2. Actually in my 1.6.4 world I cannot place 2 torches in a corner a la multipart when MystCraft is installed. Also I cannot place red alloy wire from Project Red which are also based on multipart.

    Not sure this will be addressed with the PR but just wanted to let you know. I have other mods installed as well though and haven’t tested yet with just those installed but might do so later. (forge version is recommended one at the moment, might try a newer one later).

    1. It’s an error in MultiPart where it doesn’t fail/complain that the block id it is trying to use is already in use.
      Someone decided to use the block id of my star fissures. Just change one or the other (it’s a standard block id conflict) and you’ll be fine! 🙂

        1. I am having a small issue with this. Im not sure why, but it seems that my IDs are messed up. When I try to insert a book stand or a writing table, it shows that items title as “Iron Leggings” or another piece of armor. Does anyone have any idea whats going on?

          1. Can anyone guide me through changing the ID of the star fissure in a step by step? I am far from a modder and i would like to not mess anything up beyond repair.

  3. i have found missing Texture

    2013-11-01 07:07:31 [Schwerwiegend] [Minecraft-Client] Unable to parse animation metadata from mystcraft:textures/blocks/portal.png: broken aspect ratio and not an animation

  4. i found a bug with wireless redstone chicken bones addition. where the transmitter and receive goes invisibly and can’t do anything with them can you sort it out soon pls

        1. It’s a block id conflict in Chickenbones’ Multi Parts implementation. It conflicts with my star fissures and fails silently. The bug is that my star fissure block id has been the same for a very long time, and failing silently is a very bad thing to do in this case.

          1. Where’s the texture for the star fissure because now its missing textures

  5. When will be the 0.10.11 update i cant play on my world now. It keeps crashing on overworld cant even move to get to my age.

  6. Hello, I downloaded Myscraft mod but the mod isn’t compatible with my forgemultipart (uni) 1.0.0.240
    can you help me to fix this problem…please
    (sorry for my bad english)

    1. It is. You just need to change the configs to handle the block id conflict between the Star Fissure and the new block that Multipart adds. They didn’t bother to check their ids, and the conflict fails silently…

      1. I understand what I need to do with the IDs, but how I do this? In witch file I need to do the ID changes? (In Myscraft or Multipart?) (sorry for my bad English again:) ) thank you for help 🙂

Leave a Reply to bob Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.