Mystcraft 0.10.12.01 HotFix

Whoops.
Looks like I changed the wrong string, producing errors with existing “Flat” symbols. Should be fixed in this build. You might need to perform a bit of cleanup to repair altered saves. Sorry.

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.12.01Adfly Link
Download: [1.6.4] Mystcraft API 0.10.12.01Adfly Link
Check the Mystcraft Forums for updates and the change log.

Enjoy!

Mystcraft 0.10.12

This update adds the writing desk model from the contest, as well as a number of fixes and other changes. Check the changelog for a full list. 🙂
This version is still for 1.6.4. Forge isn’t ready for 1.7, yet, and so we wait.

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.12.00Adfly Link
Download: [1.6.4] Mystcraft API 0.10.12.00Adfly Link
Check the Mystcraft Forums for updates and the change log.

Enjoy!

Mystcraft 0.10.11

So the Forge PR I’d made went through pretty quickly, but I spent some time after that trying to improve the system overall. It should do lots better in terms of memory churn, though the footprint is still a bit large.
There were also some general features and things added. I added a Gas block type to the grammar, so those will be handled correctly. Some existing ages with lakes or oceans of gas “fluids” may exhibit strange behavior, though. Mostly they are likely to fall back to their respective default blocks and the modifier symbols they had are likely to become instability, but you probably didn’t use those ages for much anyway. 😉
I also forced Minecraft to correctly unload Ages. This is a fix for ages only, so it won’t affect other dims, but it makes me happier.
Check the full changelog linked below for everything and let me know in the Mystcraft Forums what you think an if you find any new issues. 🙂

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.11.00Adfly Link
Download: [1.6.4] Mystcraft API 0.10.11.00Adfly Link
Check the Mystcraft Forums for updates and the change log.

Enjoy!

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!

Mystcraft 0.10.9.00

Whoops. Looks like I made a mistake in my 1.6.4 update.

A critical bug was found in 0.10.8 where I incorrectly updated some MCP function names. This caused block modifier symbols to have the wrong identifiers. Symbols found on the update are wrong, and old worlds will have issues. This update addresses the latter, invalidating any block modifier symbols found since the update (which I expect to be relatively few…).
Since I was in the middle of a (pretty cool) new system, that’s included in this build… It should work, but if you notice anything odd with weather or biomes in ages, 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.9.00Adfly Link
Download: [1.6.4] Mystcraft API 0.10.9.00Adfly Link
Check the Mystcraft Forums for updates and the change log.

Enjoy!

Mystcraft 0.10.8.00 for 1.6.4 + API

Finally, the API we’ve all be waiting for!
Well, I’ve not been waiting for it, since I made it, and you may not have been waiting for it if you don’t plan on making an add-on… but I’m sure many people have been waiting for it simply to see what other people are going to make! 😛
The API is still in alpha; only minor changes with this release. Be sure to give me feedback on the Mystcraft Forums!

This release is primarily to handle the changes in structure gen in Minecraft 1.6.4. Otherwise, this update saw some bug fixes and general balance tweaks. Be sure to check out the changelog.

Keep in mind that you need link panels to make books! This is for both descriptive and linking books.

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.8.00Adfly Link
Download: [1.6.4] Mystcraft API 0.10.8.00Adfly Link
Check the Mystcraft Forums for updates and the change log.

Enjoy!

Mystcraft 0.10.7.00 + API

Finally, the API we’ve all be waiting for!
Well, I’ve not been waiting for it, since I made it, and you may not have been waiting for it if you don’t plan on making an add-on… but I’m sure many people have been waiting for it simply to see what other people are going to make! 😛
The API advents with this release, in an alpha stage. It’s still in its juvinile form, not yet fully developed, but it should serve. Be sure to give me feedback on the Mystcraft Forums!

Otherwise, this update saw some bug fixes and general balance tweaks. Be sure to check out the changelog.

Keep in mind that you need link panels to make books! This is for both descriptive and linking books.

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.2] Mystcraft Universal 0.10.7.00 [1.6.2 ONLY]Adfly Link
Download: [1.6.2] Mystcraft API 0.10.7.00Adfly Link
Check the Mystcraft Forums for updates and the change log.

Enjoy!

Mystcraft 0.9.4.00

Once again, I end your waiting. This time the wait was short.

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 now goes in the mods folder.
This release requires Forge 6.0 or higher.

Download: [1.4.2] Mystcraft Universal 0.9.4.00
Check the Mystcraft Forums for updates and the changelog.

Enjoy!

Mystcraft 0.9.3.00

At last, the wait is over! 😉 (Wait, I said that last time…)

As before, there is only one download (found at the bottom of this post). This file is the universal install for client and server.
This new version of Mystcraft no longer goes in the jar. It now goes in the mods folder. It also requires Forge 4.2 or higher.

Download: [1.3.2] Mystcraft Universal 0.9.3.00
Check the Mystcraft Forums for updates and the changelog.

Enjoy!

Mystcraft 0.9.2.00

At last, the wait is over! 😉
Mystcraft for 1.3.2 is ready for public release. 🙂

Also, only one download! Whoo! Much easier on both me and you.
I’ve stopped maintaining two versions of Mystcraft, so we only have a Forge Edition now. This has saved me a lot of effort and work and allowed me to clean up my code substantially.
I’m working with the Forge team to get the base edits Mystcraft needs into Forge, but until then Mystcraft is still a jar mod.

A few words of warning: Terrain generation may not line up with existing saves. Old saves should work fine, otherwise.

You will need Forge to use Mystcraft from now on. The current builds are still made to overwrite parts of forge, and need to be installed after specific versions of Forge.
[1.3.2] Mystcraft Universal 0.9.2.00 for Forge 247

Enjoy!