<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.mystcraft.xcompwiz.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=XCompWiz</id>
		<title>Mystcraft - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.mystcraft.xcompwiz.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=XCompWiz"/>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/Special:Contributions/XCompWiz"/>
		<updated>2026-06-01T04:17:57Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.1</generator>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Commands&amp;diff=6053</id>
		<title>v0.13:Commands</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Commands&amp;diff=6053"/>
				<updated>2018-09-27T21:11:12Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: /* Other usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
&lt;br /&gt;
'''Commands''' in ''Mystcraft'' are advanced features activated by typing certain strings of text into the console. Their use is usually restricted to Ops of some level.&lt;br /&gt;
&lt;br /&gt;
== /myst-agebook ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Usage: /myst-agebook [Dimension-ID] &amp;lt;/pre&amp;gt;&lt;br /&gt;
spawns a [[Descriptive Book]] for the specified [[v0.13:Ages|Age]], if a Mystcraft age already exists with that Dimension ID. Note that in vanilla Minecraft, the Overworld is Dim 0, The Nether is Dim -1 and The End is Dim 1, so assuming you have no other mods creating ages for you, your first age should be Age 2. &lt;br /&gt;
&lt;br /&gt;
If you're not certain which ages you have, your ages can be found in your /.minecraft/saves/&amp;lt;world name&amp;gt;/data/ folder, in the style of 'agedata_&amp;lt;x&amp;gt;.dat', where &amp;lt;x&amp;gt; is your age's Dimension ID.&lt;br /&gt;
&lt;br /&gt;
If no age is specified, it attempts to create a descriptive book for the dimension you're currently in.&lt;br /&gt;
&lt;br /&gt;
==/myst-create==&lt;br /&gt;
&amp;lt;pre&amp;gt;Usage: /myst-create &amp;lt;Dimension ID&amp;gt; &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creates a new, completely randomised Mystcraft age in the specified dimension. if a dimension already exists for that ID (that is, if Mystcraft or any other mod has registered a dimension there) then it will error out with the warning &amp;quot;Failed to register dimension for id &amp;lt;x&amp;gt;, One is already registered&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
==/myst-permissions==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Usage: /myst-permissions &amp;lt;player&amp;gt; &amp;lt;restrict|permit&amp;gt; &amp;lt;entry|depart&amp;gt; &amp;lt;all|dimid&amp;gt; &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Used to specify whether a given player can enter or leave a given dimension. For example, using the command '/myst-permissions &amp;lt;your name&amp;gt; restrict entry all' will make you unable to use any linking books - their panels will appear greyed out. Similarly, using /myst-permissions &amp;lt;your name&amp;gt; restrict depart 0' will make you unable to use linking books in the Overworld - but if you take them to The Nether or The End, they'll work just fine. &lt;br /&gt;
&lt;br /&gt;
This can be used to create prison ages - if you restrict departure from an age, then unless they have another way out such as a star fissure or another mod's teleporter, that player will be stuck there.&lt;br /&gt;
&lt;br /&gt;
==/myst-regenchunk==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Usage: /myst-regenchunk &amp;lt;radius&amp;gt; &amp;lt;dimension id&amp;gt; &amp;lt;chunk x, chunk z&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
resets a chunk to its original state when the dimension was first created. Defaults to the chunk you're standing in, with a radius of 3. &lt;br /&gt;
&lt;br /&gt;
'radius' is how many chunks in each direction get regenerated. &lt;br /&gt;
&lt;br /&gt;
Dimension is which dimension or age to regenerate chunks in. &lt;br /&gt;
&lt;br /&gt;
Note: This command will not work unless the age is currently loaded - that is, if there's someone standing in it. (Does it work with chunkloaders? Some testing may be needed) &lt;br /&gt;
&lt;br /&gt;
chunk x/chunk z - the coordinates of the chunk you wish to regenerate. Defaults to the chunk you're standing in. To find out the chunk-coordinates, take the coordinates of the chunk you wish to regenerate and divide them by 16. &lt;br /&gt;
&lt;br /&gt;
==/myst-reprofile==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;usage: /myst-reprofile [dimension ID]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(re)Profiles the instability level of the specified mystcraft dimension. If you've changed the instability levels in the configuration files for Mystcraft, and the instability levels don't seem to have changed to match, you'll want to run this command. If no Dimension ID is given, it attempts to reprofile the age you're currently in.&lt;br /&gt;
&lt;br /&gt;
==/myst-toggleworldinstability== &lt;br /&gt;
&lt;br /&gt;
An alias of ''/myst-twi''. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Usage: /myst-toggleworldinstability [Dimension ID] &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
turns on or off all instability effects for a given dimension, or if no dimension is specified, it attempts to do it for the dimension you're currently standing in. &lt;br /&gt;
&lt;br /&gt;
== /tpx ==&lt;br /&gt;
&lt;br /&gt;
'''/tpx''' is works identically to the ''/tp'' command in vanilla Minecraft, except it permits teleportation between dimensions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Usage: /tpx [subject:player] &amp;lt;target:player | target:dim [x y z]&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''subject:player'' is the player who will be teleported. It defaults to yourself if left blank. Must be specified if ''target:player'' is specified.&lt;br /&gt;
&lt;br /&gt;
''target:player'' is the player to which ''subject:player'' will be teleported. May only be used if ''subject:player'' is specified.&lt;br /&gt;
&lt;br /&gt;
''target:dim'' is the dimension ID of the dimension you will be teleporting to.&lt;br /&gt;
&lt;br /&gt;
''x y z'' are the x, y, and z coordinates you will be teleporting to.&lt;br /&gt;
&lt;br /&gt;
== /myst-dbg ==&lt;br /&gt;
&lt;br /&gt;
'''/myst-dbg''' is used for many useful commands, including marking an age for deletion, reading and editing instability values, and more.&lt;br /&gt;
&lt;br /&gt;
=== Mark Age for Deletion ===&lt;br /&gt;
&amp;lt;pre&amp;gt;Usage: /myst-dbg run ages agedata_# experimental mark_dead&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''#'' is the dimension ID of the Age you would like to overwrite, and you must be present in that Age in order for this command to work. The Age will be marked &amp;quot;dead&amp;quot; and will be overwritten when a new Age is created.&lt;br /&gt;
&lt;br /&gt;
=== Check Instability Values ===&lt;br /&gt;
&amp;lt;pre&amp;gt;Usage: /myst-dbg read ages agedata_# instability &amp;lt;blocks_total | bonus_total | book | debug | symbols | total&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''#'' is the dimension ID of the Age you would like to check. Choose only one instability source from within the brackets, and the instability contributed by that source will be printed in the command console.&lt;br /&gt;
&lt;br /&gt;
=== Check Instability Sources ===&lt;br /&gt;
&amp;lt;pre&amp;gt;Usage: /myst-dbg read ages agedata_# instability &amp;lt;blocks | bonus&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''#'' is the dimension ID of the Age you would like to check. Choose only one instability source from within the brackets, and all of the instability sources in that category that are present in the Age will be printed in the command console.&lt;br /&gt;
=== Other usage ===&lt;br /&gt;
It is possible to &amp;quot;explore&amp;quot; what the debug command can provide using the tab completion.  Pressing tab will automatically complete the current step with the next best match. Pressing it again will cycle to the next possible match, eventually looping around. If multiple matches are available, they will be displayed in the chat box.&lt;br /&gt;
However, the autocompletion does not take into account if the read, set, or run instruction is valid for the item.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! entry&lt;br /&gt;
! Type&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
!global&lt;br /&gt;
|&lt;br /&gt;
|Global information not pertaining to any specific age&lt;br /&gt;
|-&lt;br /&gt;
!global profiler file_output&lt;br /&gt;
|bool (read, set)&lt;br /&gt;
|If true, profiler results for ages will be written to file (&amp;lt;code&amp;gt;logs/profiling/&amp;lt;/code&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
!global profilerqueue size&lt;br /&gt;
|number (read)&lt;br /&gt;
|Provides the current number of chunks to be profiled&lt;br /&gt;
|-&lt;br /&gt;
!data&lt;br /&gt;
|&lt;br /&gt;
| Stored data and baseline information&lt;br /&gt;
|-&lt;br /&gt;
! data instability_calc freevals &amp;lt;block name&amp;gt;&lt;br /&gt;
|number (read)&lt;br /&gt;
| Amount of instability score from specific blocks which is ignored&lt;br /&gt;
|-&lt;br /&gt;
! data instability_calc profiled &amp;lt;block name&amp;gt;&lt;br /&gt;
|number (read)&lt;br /&gt;
|Average density profiled for block in baseline profiler&lt;br /&gt;
|-&lt;br /&gt;
! data instability_calc profiled_chunks&lt;br /&gt;
|number (read)&lt;br /&gt;
|Number of chunks profiled in baseline profiler&lt;br /&gt;
|-&lt;br /&gt;
! ages&lt;br /&gt;
|&lt;br /&gt;
|Section for age-related information (only appears when ages are loaded)&lt;br /&gt;
|-&lt;br /&gt;
! ages &amp;lt;agedata_#&amp;gt; experimental mark_dead&lt;br /&gt;
|verb (run)&lt;br /&gt;
|Flags the dimension as to be recycled. Cannot be undone. Dead dimensions are recycled when a new dimension needs to be created.&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;nowiki&amp;gt;ages &amp;lt;agedata_#&amp;gt; instability &amp;lt;blocks_total | bonus_total | book | symbols | total&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|number (read)&lt;br /&gt;
|Instability numbers&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;nowiki&amp;gt;ages &amp;lt;agedata_#&amp;gt; instability &amp;lt;blocks | bonus&amp;gt; &amp;lt;name&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|number (read)&lt;br /&gt;
|Instability numbers for specific items&lt;br /&gt;
|-&lt;br /&gt;
! ages &amp;lt;agedata_#&amp;gt; instability debug&lt;br /&gt;
|number (read, set)&lt;br /&gt;
|Artificial instability (can be negative; is not saved)&lt;br /&gt;
|-&lt;br /&gt;
! ages &amp;lt;agedata_#&amp;gt; profiled_chunks&lt;br /&gt;
|number (read)&lt;br /&gt;
|Total number of chunks profiled in this age&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Commands&amp;diff=6052</id>
		<title>v0.13:Commands</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Commands&amp;diff=6052"/>
				<updated>2018-09-27T20:56:02Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: /* /myst-dbg */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
&lt;br /&gt;
'''Commands''' in ''Mystcraft'' are advanced features activated by typing certain strings of text into the console. Their use is usually restricted to Ops of some level.&lt;br /&gt;
&lt;br /&gt;
== /myst-agebook ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Usage: /myst-agebook [Dimension-ID] &amp;lt;/pre&amp;gt;&lt;br /&gt;
spawns a [[Descriptive Book]] for the specified [[v0.13:Ages|Age]], if a Mystcraft age already exists with that Dimension ID. Note that in vanilla Minecraft, the Overworld is Dim 0, The Nether is Dim -1 and The End is Dim 1, so assuming you have no other mods creating ages for you, your first age should be Age 2. &lt;br /&gt;
&lt;br /&gt;
If you're not certain which ages you have, your ages can be found in your /.minecraft/saves/&amp;lt;world name&amp;gt;/data/ folder, in the style of 'agedata_&amp;lt;x&amp;gt;.dat', where &amp;lt;x&amp;gt; is your age's Dimension ID.&lt;br /&gt;
&lt;br /&gt;
If no age is specified, it attempts to create a descriptive book for the dimension you're currently in.&lt;br /&gt;
&lt;br /&gt;
==/myst-create==&lt;br /&gt;
&amp;lt;pre&amp;gt;Usage: /myst-create &amp;lt;Dimension ID&amp;gt; &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creates a new, completely randomised Mystcraft age in the specified dimension. if a dimension already exists for that ID (that is, if Mystcraft or any other mod has registered a dimension there) then it will error out with the warning &amp;quot;Failed to register dimension for id &amp;lt;x&amp;gt;, One is already registered&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
==/myst-permissions==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Usage: /myst-permissions &amp;lt;player&amp;gt; &amp;lt;restrict|permit&amp;gt; &amp;lt;entry|depart&amp;gt; &amp;lt;all|dimid&amp;gt; &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Used to specify whether a given player can enter or leave a given dimension. For example, using the command '/myst-permissions &amp;lt;your name&amp;gt; restrict entry all' will make you unable to use any linking books - their panels will appear greyed out. Similarly, using /myst-permissions &amp;lt;your name&amp;gt; restrict depart 0' will make you unable to use linking books in the Overworld - but if you take them to The Nether or The End, they'll work just fine. &lt;br /&gt;
&lt;br /&gt;
This can be used to create prison ages - if you restrict departure from an age, then unless they have another way out such as a star fissure or another mod's teleporter, that player will be stuck there.&lt;br /&gt;
&lt;br /&gt;
==/myst-regenchunk==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Usage: /myst-regenchunk &amp;lt;radius&amp;gt; &amp;lt;dimension id&amp;gt; &amp;lt;chunk x, chunk z&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
resets a chunk to its original state when the dimension was first created. Defaults to the chunk you're standing in, with a radius of 3. &lt;br /&gt;
&lt;br /&gt;
'radius' is how many chunks in each direction get regenerated. &lt;br /&gt;
&lt;br /&gt;
Dimension is which dimension or age to regenerate chunks in. &lt;br /&gt;
&lt;br /&gt;
Note: This command will not work unless the age is currently loaded - that is, if there's someone standing in it. (Does it work with chunkloaders? Some testing may be needed) &lt;br /&gt;
&lt;br /&gt;
chunk x/chunk z - the coordinates of the chunk you wish to regenerate. Defaults to the chunk you're standing in. To find out the chunk-coordinates, take the coordinates of the chunk you wish to regenerate and divide them by 16. &lt;br /&gt;
&lt;br /&gt;
==/myst-reprofile==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;usage: /myst-reprofile [dimension ID]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(re)Profiles the instability level of the specified mystcraft dimension. If you've changed the instability levels in the configuration files for Mystcraft, and the instability levels don't seem to have changed to match, you'll want to run this command. If no Dimension ID is given, it attempts to reprofile the age you're currently in.&lt;br /&gt;
&lt;br /&gt;
==/myst-toggleworldinstability== &lt;br /&gt;
&lt;br /&gt;
An alias of ''/myst-twi''. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Usage: /myst-toggleworldinstability [Dimension ID] &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
turns on or off all instability effects for a given dimension, or if no dimension is specified, it attempts to do it for the dimension you're currently standing in. &lt;br /&gt;
&lt;br /&gt;
== /tpx ==&lt;br /&gt;
&lt;br /&gt;
'''/tpx''' is works identically to the ''/tp'' command in vanilla Minecraft, except it permits teleportation between dimensions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Usage: /tpx [subject:player] &amp;lt;target:player | target:dim [x y z]&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''subject:player'' is the player who will be teleported. It defaults to yourself if left blank. Must be specified if ''target:player'' is specified.&lt;br /&gt;
&lt;br /&gt;
''target:player'' is the player to which ''subject:player'' will be teleported. May only be used if ''subject:player'' is specified.&lt;br /&gt;
&lt;br /&gt;
''target:dim'' is the dimension ID of the dimension you will be teleporting to.&lt;br /&gt;
&lt;br /&gt;
''x y z'' are the x, y, and z coordinates you will be teleporting to.&lt;br /&gt;
&lt;br /&gt;
== /myst-dbg ==&lt;br /&gt;
&lt;br /&gt;
'''/myst-dbg''' is used for many useful commands, including marking an age for deletion, reading and editing instability values, and more.&lt;br /&gt;
&lt;br /&gt;
=== Mark Age for Deletion ===&lt;br /&gt;
&amp;lt;pre&amp;gt;Usage: /myst-dbg run ages agedata_# experimental mark_dead&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''#'' is the dimension ID of the Age you would like to overwrite, and you must be present in that Age in order for this command to work. The Age will be marked &amp;quot;dead&amp;quot; and will be overwritten when a new Age is created.&lt;br /&gt;
&lt;br /&gt;
=== Check Instability Values ===&lt;br /&gt;
&amp;lt;pre&amp;gt;Usage: /myst-dbg read ages agedata_# instability &amp;lt;blocks_total | bonus_total | book | debug | symbols | total&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''#'' is the dimension ID of the Age you would like to check. Choose only one instability source from within the brackets, and the instability contributed by that source will be printed in the command console.&lt;br /&gt;
&lt;br /&gt;
=== Check Instability Sources ===&lt;br /&gt;
&amp;lt;pre&amp;gt;Usage: /myst-dbg read ages agedata_# instability &amp;lt;blocks | bonus&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''#'' is the dimension ID of the Age you would like to check. Choose only one instability source from within the brackets, and all of the instability sources in that category that are present in the Age will be printed in the command console.&lt;br /&gt;
=== Other usage ===&lt;br /&gt;
It is possible to &amp;quot;explore&amp;quot; what the debug command can provide using the tab completion.  Pressing tab will automatically complete the current step with the next best match. Pressing it again will cycle to the next possible match, eventually looping around. If multiple matches are available, they will be displayed in the chat box.&lt;br /&gt;
However, the autocompletion does not take into account if the read, set, or run instruction is valid for the item.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! entry&lt;br /&gt;
! Type&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
!global&lt;br /&gt;
|&lt;br /&gt;
|Global information not pertaining to any specific age&lt;br /&gt;
|-&lt;br /&gt;
!global profiler file_output&lt;br /&gt;
|bool (read, set)&lt;br /&gt;
|If true, profiler results for ages will be written to file (&amp;lt;code&amp;gt;logs/profiling/&amp;lt;/code&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
!global profilerqueue size&lt;br /&gt;
|number (read)&lt;br /&gt;
|Provides the current number of chunks to be profiled&lt;br /&gt;
|-&lt;br /&gt;
!data&lt;br /&gt;
|&lt;br /&gt;
| Stored data and baseline information&lt;br /&gt;
|-&lt;br /&gt;
! data instability_calc freevals &amp;lt;block name&amp;gt;&lt;br /&gt;
|number (read)&lt;br /&gt;
| Amount of instability score from specific blocks which is ignored&lt;br /&gt;
|-&lt;br /&gt;
! data instability_calc profiled &amp;lt;block name&amp;gt;&lt;br /&gt;
|number (read)&lt;br /&gt;
|Average density profiled for block in baseline profiler&lt;br /&gt;
|-&lt;br /&gt;
! data instability_calc profiled_chunks&lt;br /&gt;
|number (read)&lt;br /&gt;
|Number of chunks profiled in baseline profiler&lt;br /&gt;
|-&lt;br /&gt;
! ages&lt;br /&gt;
|&lt;br /&gt;
|Section for age-related information (only appears when ages are loaded)&lt;br /&gt;
|-&lt;br /&gt;
! ages &amp;lt;agedata_#&amp;gt; experimental mark_dead&lt;br /&gt;
|verb (run)&lt;br /&gt;
|Flags the dimension as to be recycled. Cannot be undone. Dead dimensions are recycled when a new dimension needs to be created.&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;nowiki&amp;gt;ages &amp;lt;agedata_#&amp;gt; instability &amp;lt;blocks_total | bonus_total | book | symbols | total&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|number (read)&lt;br /&gt;
|Instability numbers&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;nowiki&amp;gt;ages &amp;lt;agedata_#&amp;gt; instability &amp;lt;blocks | bonus&amp;gt; &amp;lt;name&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|number (read)&lt;br /&gt;
|Instability numbers for specific items&lt;br /&gt;
|-&lt;br /&gt;
! ages &amp;lt;agedata_#&amp;gt; instability debug&lt;br /&gt;
|number (read, set)&lt;br /&gt;
|Artificial instability&lt;br /&gt;
|-&lt;br /&gt;
! ages &amp;lt;agedata_#&amp;gt; profiled_chunks&lt;br /&gt;
|number (read)&lt;br /&gt;
|Total number of chunks profiled in this age&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=Mystcraft:Community_portal&amp;diff=2099</id>
		<title>Mystcraft:Community portal</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=Mystcraft:Community_portal&amp;diff=2099"/>
				<updated>2018-08-27T15:21:40Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Right now, the main thing we need is to cover all of the concepts at least roughly. Details are easy to add and correct once the bones are in place.&lt;br /&gt;
&lt;br /&gt;
Check out the [[help:wiki structure|wiki structure]] so you can get the basic idea of how the wiki is organized, and then feel free to edit and add anything you know.&lt;br /&gt;
&lt;br /&gt;
== How to ask Questions on a Wiki ==&lt;br /&gt;
If something is missing or unclear, you can use the Talk page for any topic in order to ask other users.  If you have a question on a topic that doesn't currently exist in the wiki, just [[Help:Starting_a_new_page|create it]] and fill in whatever you do know.  This gives you a talk page to ask on. When creating pages, be sure to check out the [[help:wiki structure|wiki structure]], as ours is a bit fancy.&lt;br /&gt;
&lt;br /&gt;
== Discord ==&lt;br /&gt;
We have a Discord channel where we discuss the mod and the wiki. https://discord.gg/pRGH45W&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=Mystcraft:Community_portal&amp;diff=2097</id>
		<title>Mystcraft:Community portal</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=Mystcraft:Community_portal&amp;diff=2097"/>
				<updated>2018-08-27T15:20:44Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: Created page with &amp;quot;Right now, the main thing we need is to cover all of the concepts at least roughly. Details are easy to add and correct once the bones are in place.  Check out the help:wiki...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Right now, the main thing we need is to cover all of the concepts at least roughly. Details are easy to add and correct once the bones are in place.&lt;br /&gt;
&lt;br /&gt;
Check out the [[help:wiki structure|wiki structure]] so you can get the basic idea of how the wiki is organized, and then feel free to edit and add anything you know.&lt;br /&gt;
&lt;br /&gt;
== How to ask Questions on a Wiki ==&lt;br /&gt;
If something is missing or unclear, you can use the Talk page for any topic in order to ask other users.  If you have a question on a topic that doesn't currently exist in the wiki, just [[Help:Starting_a_new_page|create it]] and fill in whatever you do know.  This gives you a talk page to ask on. When creating pages, be sure to check out the [[help:wiki structure|wiki structure]], as ours is a bit fancy.&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Common.css&amp;diff=1264</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Common.css&amp;diff=1264"/>
				<updated>2018-07-30T15:19:49Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: Created page with &amp;quot;/* CSS placed here will be applied to all skins */ .force-font-size p { font-size: 16px !important; }&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
.force-font-size p { font-size: 16px !important; }&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Items&amp;diff=1076</id>
		<title>v0.13:Items</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Items&amp;diff=1076"/>
				<updated>2018-07-26T21:22:37Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
Mystcraft adds several [https://minecraft.gamepedia.com/Item Items], mostly related to [[Writing]] and [[Linking]] to [[Ages]].&lt;br /&gt;
&lt;br /&gt;
== Books ==&lt;br /&gt;
&lt;br /&gt;
[[#Linking_Book|Linking Books]] and [[#Descriptive_Book|Descriptive Books]] allow for transport across (and sometimes within) dimensions (( see talk page )). They will take damage if dropped on the ground, can be protected from this damage with a [[#Book_Stand|Book Stand]] or [[#Lectern|Lectern]], and does not follow the user linking with it.&lt;br /&gt;
&lt;br /&gt;
Linking and Descriptive Books can be opened by right-clicking while holding one in the Player's hand. The [[Ages|Age]] the book links to can be entered by clicking on the [[Linking#Linking_Panel|Linking Panel]] inside the book, however, the book will drop from the Player's inventory when they teleport. As a book lays on the ground, it will slowly accumulate damage that cannot be repaired. This can be avoided by placing the book inside a Book Stand. The Book Stand can be right-clicked with a book to place the book inside, and an occupied Book Stand can be right-clicked to open the book to click the Linking Panel.&lt;br /&gt;
&lt;br /&gt;
=== Descriptive Books ===&lt;br /&gt;
Descriptive books are created by binding a [[Link Panel Page]], a piece of leather and any [[Pages]] the player chooses to add in if any. These items may be bound together using the [[Items#Book_Binder|Book Binder]]. When used the player will be sent into the [[Ages|Age]] and if not previously used by another player, the [[Ages|Age]] will generate. Information on creating [[Ages]] according to the player's specifications can be found [[Writing|here]].&lt;br /&gt;
&lt;br /&gt;
=== Book Binder ===&lt;br /&gt;
&lt;br /&gt;
An item used to make [[Items#Descriptive_Books|Descriptive Books]] by binding a [[Link Panel Page]] and potential [[Pages]] using a piece of leather.&lt;br /&gt;
&lt;br /&gt;
=== Linking Book ===&lt;br /&gt;
&lt;br /&gt;
Linking books are created by holding an Unlinked Link Book in the hand and right-clicking with it.  The link created permanently captures both the link location and the direction the user is facing when the link is created.&lt;br /&gt;
&lt;br /&gt;
[[File:Unlinked_link_book_recipe.png|thumb|Crafting Recipe for Unlinked Link books.]]&lt;br /&gt;
&lt;br /&gt;
== Ink ==&lt;br /&gt;
&lt;br /&gt;
Ink is a key element of mystcraft that allows for the duplication of discovered [[Pages]] and the creation of [[Link Panel Page]]s for usage in descriptive books and linking books. &lt;br /&gt;
&lt;br /&gt;
=== Ink Vial ===&lt;br /&gt;
&lt;br /&gt;
Ink vials are used in both the [[Items#Ink_Mixer|Ink Mixer]] and [[Items#Writing_Desk|Writing Desk]].&lt;br /&gt;
&lt;br /&gt;
[[File:Ink_vial.png|thumb|Crafting Recipe for Ink Vials.]]&lt;br /&gt;
&lt;br /&gt;
=== Ink Mixer ===&lt;br /&gt;
&lt;br /&gt;
The ink mixer is used to make [[Link Panel Page]]s by adding an [[Items#Ink_Vial|Ink Vial]] and paper. &lt;br /&gt;
&lt;br /&gt;
[[File:Ink_mixer.png|thumb|Crafting Recipe for the Ink Mixer.]]&lt;br /&gt;
&lt;br /&gt;
=== Black Ink ===&lt;br /&gt;
&lt;br /&gt;
The liquid form of ink that can be created through the use of other mods or cleaver age writing to be bottled into [[Items#Ink_Vial|ink vials]] for use.&lt;br /&gt;
&lt;br /&gt;
== Folders ==&lt;br /&gt;
&lt;br /&gt;
Folders are items that hold and organize [[Pages]]. Pages stored in any type of folder can be searched using the search bar and sorted alphabetically. Folders can be stored in a writing desk for convenience. &lt;br /&gt;
&lt;br /&gt;
=== Collation Folder ===&lt;br /&gt;
&lt;br /&gt;
The basic folder that can hold pages&lt;br /&gt;
&lt;br /&gt;
[[File:Collation_folder_recipe.png|thumb|Crafting Recipe for the Collation Folder.]]&lt;br /&gt;
&lt;br /&gt;
=== Symbol Portfolio ===&lt;br /&gt;
&lt;br /&gt;
A slightly more expensive version of the Collation Folder, however unlike the Collation Folder, duplicate [[Pages]] inside a symbol portfolio will stack.&lt;br /&gt;
&lt;br /&gt;
[[File:Portfolio_recipe.png|thumb|Crafting Recipe for the Portfolio.]]&lt;br /&gt;
&lt;br /&gt;
== Stands ==&lt;br /&gt;
&lt;br /&gt;
Book Stands and lecterns are blocks used to hold [[#Linking_Book|Linking Books]] and [[#Descriptive_Book|Descriptive Books]] to display them and keep them from degrading.&lt;br /&gt;
&lt;br /&gt;
=== Book Stand ===&lt;br /&gt;
&lt;br /&gt;
A simple Book Stand&lt;br /&gt;
&lt;br /&gt;
[[File:Book_stand_recipe.png|thumb|Crafting Recipe for the Book Stand.]]&lt;br /&gt;
&lt;br /&gt;
=== Lectern ===&lt;br /&gt;
&lt;br /&gt;
A nicer, sleeker, more professional looking Book Stand&lt;br /&gt;
&lt;br /&gt;
[[File:Lectern_recipe.png|thumb|Crafting Recipe for the Lectern.]]&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Ages&amp;diff=1075</id>
		<title>v0.13:Ages</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Ages&amp;diff=1075"/>
				<updated>2018-07-26T21:20:55Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: Don't include namespace (that's handled by magic. ;) )&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}An Age is a separate dimension accessed by creating a [[Items#Descriptive_Book|Descriptive Book]].&lt;br /&gt;
&lt;br /&gt;
Using a [[Book Binder]], an [[Items#Ink_Mixer|Ink Mixer]], some leather, paper, and [[Items#Ink|Ink]], you can create an empty Descriptive Book.&lt;br /&gt;
&lt;br /&gt;
By including [[Symbols]] in the Book Binder, you can decide which features you want in the new Age. This allows you to reduce [[Instability]] significantly.&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Link_Panel_Page&amp;diff=1072</id>
		<title>v0.13:Link Panel Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Link_Panel_Page&amp;diff=1072"/>
				<updated>2018-07-26T21:15:20Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: Don't include namespace (that's handled by magic. ;) )&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A link panel page is made by adding paper and an [[Items#Ink_Vial|Ink Vial]] into an [[Items#Ink_Mixer|Ink Mixer]]. Additional [[Modifiers]] may be added during the creation of the link panel page in the [[Items#Ink_Mixer|Ink Mixer]], or post creation and usage in a book through the use of the creative-only [[Items#Link_Modifier|Link Modifier]].&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Getting_Started&amp;diff=1071</id>
		<title>v0.13:Getting Started</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Getting_Started&amp;diff=1071"/>
				<updated>2018-07-26T21:14:24Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: Don't include namespace (that's handled by magic. ;) )&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
'''Mystcraft''' is a mod based on the universe introduced by Cyan's groundbreaking 1993 game, ''Myst.''  It allows you to create and travel to dimensions, called Ages, by &amp;quot;writing&amp;quot; books with symbol pages that describe aspects you wish the Age to have.  A [[Descriptive Book]], when completed, has a panel that will transport the player into the Age it describes.&lt;br /&gt;
&lt;br /&gt;
Be warned: Mystcraft-based transportation between vanilla dimensions, dimension from other mods, and Mystcraft Ages are one-way.  A [[Linking Book]] or two will allow you to return.  It is possible to get stuck in a dying Age, unable to return to the Overworld.&lt;br /&gt;
&lt;br /&gt;
'''Any book used (Linking or descriptive) will stay behind.''' Returning requires either another book, or some tool from another mod. Finding and jumping into a [[Star Fissure]] will also return you to the overworld.&lt;br /&gt;
&lt;br /&gt;
===Resources Needed===&lt;br /&gt;
The three most frequently used resources are: sugar cane, leather, and ink sacs.  Setting up cane and cow farms near a squid-spawning body of water is helpful, though not strictly required.  A wheat farm will help with increasing your herd.&lt;br /&gt;
&lt;br /&gt;
Other resources required for a minimal setup:&lt;br /&gt;
* 5 smooth stone&lt;br /&gt;
* 12 planks&lt;br /&gt;
* 3 iron ingots&lt;br /&gt;
* 3 sand, smelted into glass, and crafted into glass bottles&lt;br /&gt;
* 1 feather&lt;br /&gt;
&lt;br /&gt;
Some extra wood and a piece of string will allow you to make a [[Items#Book_Stand|Book Stand]] or [[Items#Lectern|Lectern]], and the useful [[Items#Symbol_Portfolio|Symbol Portfolio]]&lt;br /&gt;
&lt;br /&gt;
===Equipment===&lt;br /&gt;
To write custom Ages, craft and place:&lt;br /&gt;
* [[Ink Mixer]]&lt;br /&gt;
* [[Book Binder]]&lt;br /&gt;
* [[Writing Desk]] (2 blocks wide)&lt;br /&gt;
&lt;br /&gt;
The Writing Desk has two primary functions: organizing symbols, and making duplicates/copies of them. It is NOT necessary, but the balance of available symbols might not be sufficient if you do not have a way to make duplicates of them.&lt;br /&gt;
&lt;br /&gt;
Craft at least one [[Ink Vial]] and put it in the upper-left box in the ink mixer's interface.  The ink itself will go into the center of the mixer, making a black circle, and depositing the emptied vial in the upper-right box.  Put paper in the lower-left box and, provided ink is available, a [[Link Panel Page]] will appear in the lower-right box.&lt;br /&gt;
&lt;br /&gt;
Put leather in the book binder, in the square slot on the left side of the interface.&lt;br /&gt;
&lt;br /&gt;
===Create and Travel to a Random Age===&lt;br /&gt;
Take a Link Panel Page from the ink mixer and put it in the wide grey space of the book binder.  The &amp;quot;Missing Link Panel&amp;quot; warning will go away.  In the text box at the top of the book binder interface, type the name you give to this Age.  (In ''Myst: The Book of Atrus,'' the title character named his first Age ''Inception.'')  If you have additional symbol pages, they would be added after the link panel in the grey box to narrow down the specifics of your Age; however, the minimum requirement for creating a descriptive book is just a name, a piece of leather for the cover, and a linking panel.&lt;br /&gt;
&lt;br /&gt;
Take your descriptive book out of the book binder.  Right click with it in your hand and it will open to the linking panel. &lt;br /&gt;
&lt;br /&gt;
'''Note:''' Clicking on the link panel will take you to this new Age with no way back!&lt;br /&gt;
&lt;br /&gt;
Craft a [[Linking Book]] by combining a link panel page with a piece of leather in any crafting grid.  It will begin as a grey, unlinked book.  Right-clicking on the ground (or other nearby object) with an unlinked linking book in your hand will forever link it to that place.  Doing this in the Overworld will allow you to get back.  The standard link panel page can only be used to travel across Ages/dimensions.  (Intra-demension linking is possible by making different ink in the ink mixer.)&lt;br /&gt;
&lt;br /&gt;
It's best to bring a few book stands or lecterns with you as well.  Linking transports ''you,'' but not the book that remains behind as you travel to the new Age.  Books on the ground lose durability, especially if they get wet.  Book stands and lecterns protect the books from this damage.  &lt;br /&gt;
&lt;br /&gt;
Once you have a descriptive book, one or more linked linking books, and a book stand or two, you're ready to travel.  Place down a book stand/lectern and put your Age descriptive book on it.  Open the book and click the linking panel on the first page.  Once you arrive in the new Age, place another book stand in a safe place and put your return linking book on it.  &lt;br /&gt;
&lt;br /&gt;
Now you're thinking with Mystcraft!&lt;br /&gt;
&lt;br /&gt;
===Next Steps===&lt;br /&gt;
What to do next is up to you.  Some ideas:&lt;br /&gt;
* Quickly link back to the Overworld because this Age is hazardous!&lt;br /&gt;
* Explore this Age because it's not too hazardous (maybe even quite pleasant)&lt;br /&gt;
* Seek out symbol pages in either the Overworld or your new Age so that you can be more specific about your Age design next time&lt;br /&gt;
* Set up a transportation hub with a collection of linking books to useful points of interest in the universe&lt;br /&gt;
* Trick your enemies into linking to Ages with no return book to trap them&lt;br /&gt;
* Link yourself into an Age with no linking book to see if you can find a way back to the Overworld (there are a few possibilities with a little luck)&lt;br /&gt;
* Learn about [[Instability]] or [[Writing]] by reading these articles (spoilers!), or try to figure those things out in-game&lt;br /&gt;
&lt;br /&gt;
=== External links ===&lt;br /&gt;
Tutorial (detailed) playlist: https://www.youtube.com/playlist?list=PLFYVR-tqmunWjoBJydHMNdeHC6PDjh7ns&lt;br /&gt;
(Written for an older version, but still 98%+ accurate.)','utf-8'),(218,'The '''descriptive book''' is an object crafted in the [[Book Binder]].  It creates and allows travel to a new custom dimension, known as an &amp;quot;Age.&amp;quot;  The Ages can be random, or crafted carefully by [[Writing|writing]] a description of the desired Age with [[Pages|symbol pages]].&lt;br /&gt;
&lt;br /&gt;
==Use==&lt;br /&gt;
The safest way to use a descriptive book is to place it on a [[Lectern|lectern]] or [[Book Stand|book stand]] first.  To use a book displayed in this way, right click to open the book to the first page, then left-click the linking panel to travel to the Age described.&lt;br /&gt;
&lt;br /&gt;
The same process is used with a book held in the hand, but at the risk of damaging or destroying the book itself (see Warnings:Dropped Books, below).&lt;br /&gt;
&lt;br /&gt;
With books that have been written with symbols, opening the book and then clicking on the folded page corners allow you to turn the pages and review which symbols were used, and in what order.  This is useful to learn about the grammar of writing, or to figure out why an Age is not what you expected.&lt;br /&gt;
&lt;br /&gt;
A book on the ground is picked up by sneak-right-clicking with an empty hand.&lt;br /&gt;
&lt;br /&gt;
==Warnings==&lt;br /&gt;
===One Way Trip===&lt;br /&gt;
All links to new Ages are one-way.  It is highly recommended that you carry one or more [[Linking Book|linking books]] with you.  Without a return linking book, you may become trapped in the new Age if there is not a [[Star Fissure|star fissure]] to jump into.  Otherwise, hope that the materials necessary to create ink, paper, and other supplies are available on this Age in order to write new Ages in search of a star fissure.&lt;br /&gt;
&lt;br /&gt;
===Dropped Books===&lt;br /&gt;
A descriptive book used to link to an Age does not follow the user.  If protected by a lectern or book stand, it remains safe.  However, if the book was held in the user's hand when they linked, it will drop to the ground and begin taking damage which cannot be repaired.  The rate of damage is faster when exposed to liquid, such as during rain or if dropped into a lake or other body of water.  Books dropped into lava are almost instantly destroyed.&lt;br /&gt;
&lt;br /&gt;
===Instability===&lt;br /&gt;
&amp;lt;small&amp;gt;Main Page: [[Instability]]&amp;lt;/small&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Sometimes Ages are written poorly.  Common writing problems include an insufficiently specific description, greed (an Age made entirely of diamond ore, for example), including contradictory elements, or simply not following the grammar used by the special form of the D'ni language known as &amp;quot;The Skill&amp;quot; or &amp;quot;The Art.&amp;quot;  When writing errors are made, Ages can exhibit features known collectively as ''[[Instability|instability]].'' &lt;br /&gt;
&lt;br /&gt;
Instability can manifest subtle ways, such as the occasional unexpected onset of undesirable potion effects, or in more spectacular and highly hazardous ways, such as a rain of destructive meteors.  A particularly insidious form of instability is [[Decay]], which as its name suggests, causes the very substance of the Age itself to decay, eventually leading to its complete destruction over time.  Being trapped in a decaying Age is problematic.&lt;br /&gt;
&lt;br /&gt;
==Crafting==&lt;br /&gt;
In a [[Book Binder|book binder]], put leather in the square slot on the left side of the interface and a [[Linking Panel Page|link panel page]] plus, optionally, any desired symbol pages in the wide dark field underneath.  Right-clicking on the dark field with a [[Collation Folder|collation folder]] will empty the contents of the folder, in order, into the book binder for ease of composition and binding. &lt;br /&gt;
&lt;br /&gt;
Name the Age in the text box at the top, and the bound descriptive book will appear in the square box at the right of the interface.&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=Main_Page&amp;diff=889</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=Main_Page&amp;diff=889"/>
				<updated>2018-07-15T13:23:24Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;border: none; border-collapse: separate; text-align: center; width: 100%;&amp;quot; cellpadding=10 cellspacing=10&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;100%&amp;quot; colspan=&amp;quot;3&amp;quot; style=&amp;quot;background: rgba(0, 100, 0, 0.2); border: 1px solid rgba(0, 100, 0, 0.5); border-radius: 5px;&amp;quot; id=&amp;quot;mf-welcome&amp;quot;| &amp;lt;div style=&amp;quot;font-variant: small-caps; font-size: 200%; padding-bottom: 5px;&amp;quot;&amp;gt;Welcome to {{SITENAME}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;articlecount&amp;quot; style=&amp;quot;font-size:85%; padding-left:2px;&amp;quot;&amp;gt;{{NUMBEROFARTICLES}} articles about '''v{{current/version}}'''&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;25%&amp;quot;  style=&amp;quot;background: rgba(0, 100, 0, 0.2); border: 1px solid rgba(0, 100, 0, 0.5); border-radius: 5px;&amp;quot; id=&amp;quot;mf-links&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-variant: small-caps; font-size: 150%;&amp;quot;&amp;gt;Quick Reference Pages&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: left; display: inline-block; margin: 8px auto&amp;quot;&amp;gt;&lt;br /&gt;
* [[Getting Started|Getting Started with Mystcraft]]&lt;br /&gt;
* [[Ages|What is an Age?]]&lt;br /&gt;
* [[Writing|Writing Ages]]&lt;br /&gt;
* [[Linking|Linking to Ages]]&lt;br /&gt;
* [[Instability|Instability Effects in an Age]]&lt;br /&gt;
* [[Items|Mystcraft added Items]]&lt;br /&gt;
* [[help:wiki structure|Having trouble following the wiki?]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background: rgba(0, 100, 0, 0.2); border: 1px solid rgba(0, 100, 0, 0.5); border-radius: 5px;&amp;quot; | &lt;br /&gt;
&amp;lt;div style=&amp;quot;font-variant: small-caps; font-size: 150%;&amp;quot;&amp;gt;{{SITENAME}}&amp;lt;/div&amp;gt;&lt;br /&gt;
'''ABOUT'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Mystcraft is a mod for Minecraft, inspired by the computer games and lore of the Myst series.  In Myst canon, special books could be written which allowed travel to new worlds called Ages, chosen according to the written contents of the books. Many such worlds are beautiful, but not all of them are safe.&amp;lt;br /&amp;gt;&lt;br /&gt;
The mod is written and maintained by [http://xcompwiz.com XCompWiz] and HellFirePvP.&lt;br /&gt;
&lt;br /&gt;
'''JOINING IN'''&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Special:UserLogin/signup|Register]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Project:Community portal|Community / How to help]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;25%&amp;quot; style=&amp;quot;background: rgba(0, 100, 0, 0.2); border: 1px solid rgba(0, 100, 0, 0.5); border-radius: 5px;&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-variant: small-caps; font-size: 150%;&amp;quot;&amp;gt;Want to contribute?&amp;lt;/div&amp;gt; You can create new pages using the search box. Just type a new title, click &amp;quot;Go&amp;quot;, and near the top of the results page, there will be a link to create the new page.&lt;br /&gt;
'''HELP'''&amp;lt;br /&amp;gt;&lt;br /&gt;
[[help:Getting started|Getting started]] {{*}} [https://www.mediawiki.org/wiki/Help:Editing_pages Editing pages] {{*}} [[help:Starting a new page|Starting a new page]] {{*}}  [[help:Useful Templates|Useful Templates]] {{*}} [https://www.mediawiki.org/wiki/Category:Help More help...]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:{{SITENAME}}| ]]&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=Template:ArticleVersion&amp;diff=888</id>
		<title>Template:ArticleVersion</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=Template:ArticleVersion&amp;diff=888"/>
				<updated>2018-07-15T13:11:24Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- DO NOT edit this template unless you know very well what you are doing. This template is extremely easy to break. --&amp;gt;&lt;br /&gt;
{{shortcut|template:av}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;{{&lt;br /&gt;
#vardefine:PAGE|{{{1|{{PAGENAME}}}}}}}{{&lt;br /&gt;
#vardefine:ecur|{{#ifexist:{{Project:Current}}:{{#var:PAGE}}|1}}}}{{&lt;br /&gt;
#vardefine:e2|{{#var:ecur}}}}{{&lt;br /&gt;
#vardefine:e1|{{#ifexist:Older:{{#var:PAGE}}|1}}}}{{&lt;br /&gt;
#vardefine:evan|{{#if:{{#var:e2}}{{#var:e1}}|1}}}}&lt;br /&gt;
{{version links|theme={{#switch:{{NAMESPACE}}|{{Project:Current}}=green|Template|Mystcraft=blue|#default=orange}}&lt;br /&gt;
|r1={{#if:{{#var:evan}}|{{&lt;br /&gt;
	version links/link|selected={{#ifeq:{{NAMESPACE}}|v0.13|1|0}}|v0.13:{{PAGENAME}}|v0.13}}{{dot}}{{&lt;br /&gt;
	version links/link|selected={{#ifeq:{{NAMESPACE}}|Older|1|0}}|Older:{{PAGENAME}}|Older}}}}&lt;br /&gt;
|bottom={{version links/link|template:av|More Info}}&lt;br /&gt;
|center={{#switch:{{NAMESPACE}}|#default=This article is about an '''older version''' of Mystcraft.[[category:Obsolete|{{PAGENAME}}]]{{#if:{{#var:ecur}}||[[category:Missing current version|{{PAGENAME}}]]}}|Template=This article is in the template namespace.|Mystcraft=This article is in the main Mystcraft wiki namespace.|{{Project:Current}}=This article is about the current version of Mystcraft.[[category:Current|{{PAGENAME}}]]}}&lt;br /&gt;
}}{{#ifeq:{{lc:{{NAMESPACE}}}}}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=Older:Test&amp;diff=887</id>
		<title>Older:Test</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=Older:Test&amp;diff=887"/>
				<updated>2018-07-15T13:06:01Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
&lt;br /&gt;
This page is created specifically to test that the ArticleVersion template is functioning properly.&lt;br /&gt;
&lt;br /&gt;
This namespace: {{NAMESPACE}}&lt;br /&gt;
&lt;br /&gt;
Current version namespace: {{Project:Current}}&lt;br /&gt;
&lt;br /&gt;
{{#ifeq:{{NAMESPACE}}|{{Project:Current}}|We are on the current version namespace|We are NOT on the current version namespace}}&lt;br /&gt;
&lt;br /&gt;
Link to this page on the current version namespace: [[{{Project:Current}}:{{PAGENAME}}|link]]&lt;br /&gt;
&lt;br /&gt;
Link to secondary test page to verify namespace persistence: [[Test2]]&amp;lt;br/&amp;gt;&lt;br /&gt;
This one should magically redirect to current namespace, as it doesn't exist in this one.&lt;br /&gt;
&lt;br /&gt;
Link to tertiatry test page to demonstrate page missing from later namespace: [[Test3]]&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=Template:ArticleVersion&amp;diff=886</id>
		<title>Template:ArticleVersion</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=Template:ArticleVersion&amp;diff=886"/>
				<updated>2018-07-15T13:04:15Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- DO NOT edit this template unless you know very well what you are doing. This template is extremely easy to break. --&amp;gt;&lt;br /&gt;
{{shortcut|template:av}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;{{&lt;br /&gt;
#vardefine:PAGE|{{{1|{{PAGENAME}}}}}}}{{&lt;br /&gt;
#vardefine:ecur|{{#ifexist:{{Project:Current}}:{{#var:PAGE}}|1}}}}{{&lt;br /&gt;
#vardefine:e2|{{#var:ecur}}}}{{&lt;br /&gt;
#vardefine:e1|{{#ifexist:Old:{{#var:PAGE}}|1}}}}{{&lt;br /&gt;
#vardefine:evan|{{#if:{{#var:e2}}{{#var:e1}}|1}}}}&lt;br /&gt;
{{version links|theme={{#switch:{{NAMESPACE}}|{{Project:Current}}=green|Template|Mystcraft=blue|#default=orange}}&lt;br /&gt;
|r1={{#if:{{#var:evan}}|{{&lt;br /&gt;
	version links/link|selected={{#ifeq:{{NAMESPACE}}|v0.13|1|0}}|v0.13:{{PAGENAME}}|v0.13}}{{dot}}{{&lt;br /&gt;
	version links/link|selected={{#ifeq:{{NAMESPACE}}|Older|1|0}}|Older:{{PAGENAME}}|Older}}}}&lt;br /&gt;
|bottom={{version links/link|template:av|More Info}}&lt;br /&gt;
|center={{#switch:{{NAMESPACE}}|#default=This article is about an '''older version''' of Mystcraft.[[category:Obsolete|{{PAGENAME}}]]{{#if:{{#var:ecur}}||[[category:Missing current version|{{PAGENAME}}]]}}|Template=This article is in the template namespace.|Mystcraft=This article is in the main Mystcraft wiki namespace.|{{Project:Current}}=This article is about the current version of Mystcraft.[[category:Current|{{PAGENAME}}]]}}&lt;br /&gt;
}}{{#ifeq:{{lc:{{NAMESPACE}}}}}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=Template:ArticleVersion&amp;diff=885</id>
		<title>Template:ArticleVersion</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=Template:ArticleVersion&amp;diff=885"/>
				<updated>2018-07-15T13:03:34Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- DO NOT edit this template unless you know very well what you are doing. This template is extremely easy to break. --&amp;gt;&lt;br /&gt;
{{shortcut|template:av}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;{{&lt;br /&gt;
#vardefine:PAGE|{{{1|{{PAGENAME}}}}}}}{{&lt;br /&gt;
#vardefine:ecur|{{#ifexist:{{Project:Current}}:{{#var:PAGE}}|1}}}}{{&lt;br /&gt;
#vardefine:e2|{{#var:ecur}}}}{{&lt;br /&gt;
#vardefine:e1|{{#ifexist:Old:{{#var:PAGE}}|1}}}}{{&lt;br /&gt;
#vardefine:evan|{{#if:{{#var:e2}}{{#var:e1}}|1}}}}&lt;br /&gt;
{{version links|theme={{#switch:{{NAMESPACE}}|{{Project:Current}}=green|Template|Mystcraft=blue|#default=orange}}&lt;br /&gt;
|r1={{#if:{{#var:evan}}|{{&lt;br /&gt;
	version links/link|selected={{#ifeq:{{NAMESPACE}}|v0.13|1|0}}|v0.13:{{PAGENAME}}|v0.13}}{{dot}}{{&lt;br /&gt;
	version links/link|selected={{#ifeq:{{NAMESPACE}}|Older|1|0}}|v0.11:{{PAGENAME}}|v0.11}}}}&lt;br /&gt;
|bottom={{version links/link|template:av|More Info}}&lt;br /&gt;
|center={{#switch:{{NAMESPACE}}|#default=This article is about an '''older version''' of Mystcraft.[[category:Obsolete|{{PAGENAME}}]]{{#if:{{#var:ecur}}||[[category:Missing current version|{{PAGENAME}}]]}}|Template=This article is in the template namespace.|Mystcraft=This article is in the main Mystcraft wiki namespace.|{{Project:Current}}=This article is about the current version of Mystcraft.[[category:Current|{{PAGENAME}}]]}}&lt;br /&gt;
}}{{#ifeq:{{lc:{{NAMESPACE}}}}}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=Mystcraft:Current&amp;diff=884</id>
		<title>Mystcraft:Current</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=Mystcraft:Current&amp;diff=884"/>
				<updated>2018-07-15T13:03:31Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;v0.13&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Namespace-links&amp;diff=883</id>
		<title>MediaWiki:Namespace-links</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Namespace-links&amp;diff=883"/>
				<updated>2018-07-15T13:03:29Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*v0.13=v0.13&lt;br /&gt;
*v0.13 Talk=v0.13&lt;br /&gt;
&lt;br /&gt;
*Older=Older&lt;br /&gt;
*Older Talk=Older&lt;br /&gt;
&lt;br /&gt;
*User=User&lt;br /&gt;
*User talk=User&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Autoredirect-namespaces&amp;diff=882</id>
		<title>MediaWiki:Autoredirect-namespaces</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Autoredirect-namespaces&amp;diff=882"/>
				<updated>2018-07-15T13:03:26Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*=v0.13, Older&lt;br /&gt;
*Older = v0.13&lt;br /&gt;
*User = User&lt;br /&gt;
*User talk = User&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Writing&amp;diff=866</id>
		<title>v0.13:Writing</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Writing&amp;diff=866"/>
				<updated>2018-07-10T23:35:05Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: /* Grammar and Stable Writing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
&lt;br /&gt;
== Grammar and Stable Writing ==&lt;br /&gt;
&lt;br /&gt;
In order to better control the results of your writing, you will need to understand the Grammar. It’s best to plan out what kind of world you want in advance and make sure you satisfy as much of the grammar as possible.&lt;br /&gt;
&lt;br /&gt;
Incomplete age descriptions will be parsed by the universe (following the grammar) and then further expanded. This is similar to if you provided the words &amp;quot;red&amp;quot; &amp;quot;dog&amp;quot; &amp;quot;ball&amp;quot; and a sentence generator expanded it to &amp;quot;The red dog plays with the ball&amp;quot;. The grammar expansion is random, and may form different expansions: &amp;quot;The red car narrowly missed the dog chasing the green ball&amp;quot; is an equally valid expansion.  These expansions are done similar to [https://en.wikipedia.org/wiki/Parse_tree sentence tree structures].&lt;br /&gt;
&lt;br /&gt;
The more detail provided initially, the less the universe will inject new variations to what has been written. Writing &amp;quot;The red dog plays with the ball&amp;quot; leaves far fewer options for expansion; usually the remaining expansions take the form of modifiers. &amp;quot;The big, red dog plays with the ball&amp;quot; or &amp;quot;The red dog plays with the ball in the yard&amp;quot; would be valid expansions of the English sentence.&lt;br /&gt;
&lt;br /&gt;
Making mistakes, including conflicting or paradoxical passages, or attempting to write an Age with overabundant resources or advantages will result in an Age with [[Instability]]. Additionally, if the grammar is unsatisfied, symbols may be added to the age which may add instability.&lt;br /&gt;
&lt;br /&gt;
''Modifier Pages'' come before the '''Modified Page''' in the symbol order; similar to ''Adjectives'' and '''Nouns''' in English.&lt;br /&gt;
*&amp;quot;''Red'' '''Ball'''&amp;quot; is correct, whereas &amp;quot;'''Ball''' ''Red''&amp;quot; would be grammatically incorrect.&lt;br /&gt;
&lt;br /&gt;
== Standard Age ==&lt;br /&gt;
&lt;br /&gt;
A &amp;quot;Standard Age&amp;quot; layout and recommend page order example is given below. For ease of identifying which pages modify others, ''Modifier Pages will be in Italics'', '''Modified Pages shown in Bold''' and finally pages that both ''Modify'' and can be '''Modified''' will be in both '''''Bold and Italics''''':&lt;br /&gt;
&lt;br /&gt;
=== Link Panel ===&lt;br /&gt;
&lt;br /&gt;
Link Panel Page, &lt;br /&gt;
*(May have additional properties added via the [[Ink Mixer]])&lt;br /&gt;
&lt;br /&gt;
=== Terrain and World Type ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Biome Pages'', '''Biome Distribution Page'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Block Page'' &lt;br /&gt;
*(Generates Terrain, replaces Stone/Dirt),&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Block Page or No Seas Page'' &lt;br /&gt;
*(Generates Seas, replaces Water),&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''World Type Page'''&lt;br /&gt;
&lt;br /&gt;
=== Weather Type and Light Level ===&lt;br /&gt;
&lt;br /&gt;
Weather Page, &lt;br /&gt;
*(or replace with &amp;quot;No Weather&amp;quot; Page)&lt;br /&gt;
&lt;br /&gt;
Lighting Page&lt;br /&gt;
&lt;br /&gt;
=== Celestials ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(Optional: Color Pages, Sunset Color Page)&lt;br /&gt;
'''''Length Pages, Direction Pages, Phase Pages,''''' '''Normal Sun''', &lt;br /&gt;
*(If no Sun, replace entire with Dark Sun)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(Optional: '''''Color Pages''''', '''''Sunset Color Page''''')&lt;br /&gt;
Length Pages, Direction Pages, Phase Pages, Normal Moon, &lt;br /&gt;
*(If no Moon, replace line with Dark Moon)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(Optional: '''''Length''''' and '''''Direction Pages''''')&lt;br /&gt;
'''''Color Pages''''', '''Star Page''' &lt;br /&gt;
*(If no stars, replace line with Dark Stars)&lt;br /&gt;
&lt;br /&gt;
=== Visuals ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Sky Color''' &lt;br /&gt;
*(Or replace line with Natural Sky Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Night Sky Color''' &lt;br /&gt;
*(For Default Night Sky, use Black Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Fog Color''' &lt;br /&gt;
*(Or replace line with Natural Fog Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Cloud Color''' &lt;br /&gt;
*(Or replace line with Natural Cloud Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Water Color''' &lt;br /&gt;
*(Or replace line with Natural Water Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Foliage Color''' &lt;br /&gt;
*(Or replace line with Natural Foliage Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Grass Color''' &lt;br /&gt;
*(Or replace line with Natural Grass Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(Optional: Boundless Sky and/or Rainbow Pages)&lt;br /&gt;
&lt;br /&gt;
=== World Features and Structures ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Large Feature, Medium Feature, Small Feature,''' &lt;br /&gt;
*(Or replace with Lacking X Feature, however Lacking Small/Meduim Features will result in some instability)&lt;br /&gt;
**(Features will sometimes accept ''Block Pages'' to generate the material, '''Floating Islands''' also accepts a ''Biome Page'')&lt;br /&gt;
&lt;br /&gt;
=== Effects ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(Optional: Effects Pages)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Clear Modifiers Page'''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Clear Modifiers''' is optional but reduces the chances of the age being violently unstable due to unused modifiers. It generates a small amount of instability for every “dangling” or “unused” ''Modifier'' page it accepts. This can be used as a “safety net” at the end of complex passages to clear all modifiers if you are unsure of your grammar.&lt;br /&gt;
&lt;br /&gt;
In practice, unused modifiers are assigned usages by the grammar, so there are rarely unused modifiers by the time this symbol is applied.&lt;br /&gt;
&lt;br /&gt;
=== Gradients ===&lt;br /&gt;
&lt;br /&gt;
Gradients can be used to change Sunset, Stars, Sky, Night Sky, Fog, and Cloud color, and have them shift between colors over a certain length of time.&lt;br /&gt;
&lt;br /&gt;
Example format with three alternating colors in the sky:&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''''Length Pages''''', '''Gradient Page''' (Color 1)&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''''Length Pages''''', '''Gradient Page''' (Color 2)&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''''Length Pages''''', '''Gradient Page''' (Color 3)&lt;br /&gt;
&lt;br /&gt;
'''Sky Color Page'''&lt;br /&gt;
&lt;br /&gt;
Length determines how long a color will last before it's completely faded to the next color, and color page mixing are standard Mystcraft rules. You must have at least two colors to alternate between but you may add as many as needed.&lt;br /&gt;
*Length seems to be half as long as Celestial lengths for gradients, if you wanted to sync a color shift to a celestial, you can include the same Length pages for both.&lt;br /&gt;
**(Example: ''''Red Color''''', '''''Full Length''''', '''Gradient Page''' would sync to a Celestial also using only &amp;quot;Full Length&amp;quot; for it's movement.)&lt;br /&gt;
&lt;br /&gt;
=== Additional Notes ===&lt;br /&gt;
&lt;br /&gt;
* '''&amp;quot;Replace line&amp;quot;''' in the above example means '''&amp;quot;Remove that page and all its modifier pages, the replacement page accepts 0 modifiers&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
* Additional Celestials, Features and Effects can be added, as long as they remain in the correct format.&lt;br /&gt;
&lt;br /&gt;
* Native Biome Distribution, Natural X Color pages, and Dark Celestials accept no modifiers.&lt;br /&gt;
&lt;br /&gt;
* Any optional sections you decide to leave out may be randomized for you, the Grammar will not be satisfied for those sections, the more specific you are the less is left to chance.&lt;br /&gt;
** For an age to be “stable” it must have all grammar elements satisfied, and use no pages that generate base instability. &lt;br /&gt;
*** It is possible to have “pseudo-stable” ages with some instability, but not enough for decay, usually by balancing the “unstable” pages with ones that reduce instability.&lt;br /&gt;
&lt;br /&gt;
*Effects will not be added randomly unless the age is unstable due to either greedy pages like Dense Ores or grammar errors.&lt;br /&gt;
**There are pages that will add instability, anything that adds ores or other rare resources, or give some form of advantage to the player will generally cause instability.&lt;br /&gt;
***Pages like Dense Ores, Diamond Ore Block, Accelerated, etc. will create a lot of instability. &lt;br /&gt;
****Ages with Acceleration will cause instability, because it makes farms more efficient. &lt;br /&gt;
****Ages with Bright Lighting will cause instability, because they are easier to mine in. &lt;br /&gt;
****Ages with Dense Ores will cause instability, because they have more abundant ore generation.&lt;br /&gt;
&lt;br /&gt;
*All of these things will cause [[Instability]] (via Greed), and possibly lead to Decay.&lt;br /&gt;
*However, pages that intentionally make the age more dangerous actually add some base stability to the Age. Examples of these pages are “Lightning” “Scorched Surface” or “Random Explosions”, some mods will even add materials that are dangerous enough to qualify for this effect.&lt;br /&gt;
&lt;br /&gt;
== XComp's Notes ==&lt;br /&gt;
* &amp;quot;Some symbols function as modifiers for other modifiers&amp;quot; (ex. Red Color can mix with other colors, Half Length with other lengths, North Direction with other directions, etc).&lt;br /&gt;
* &amp;quot;Modifiers come before the symbol they modify&amp;quot;&lt;br /&gt;
* &amp;quot;Incomplete age descriptions will be parsed by the universe (following the grammar) and then further expanded&amp;quot;&lt;br /&gt;
** &amp;quot;This is similar to if you provided the words &amp;quot;red&amp;quot; &amp;quot;dog&amp;quot; &amp;quot;ball&amp;quot; and the universe expanded it to &amp;quot;The red dog plays with the ball&amp;quot;.  The grammar expansion is random, and may take different expansions: &amp;quot;The red car narrowly missed the dog chasing the green ball&amp;quot; is an equally valid expansion.&amp;quot;&lt;br /&gt;
* &amp;quot;Not fully satisfying the grammar won't produce instability directly. The symbols added by the grammar might, however.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Version Compatibility ==&lt;br /&gt;
*The grammar system above is current for Mystcraft Versions 0.12 through 0.13.4.04 [https://minecraft.curseforge.com/projects/mystcraft/files/2581192 (Latest Build)]&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Writing&amp;diff=865</id>
		<title>v0.13:Writing</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Writing&amp;diff=865"/>
				<updated>2018-07-10T23:25:58Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: /* Grammar and Stable Writing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
&lt;br /&gt;
== Grammar and Stable Writing ==&lt;br /&gt;
&lt;br /&gt;
In order to write a stable age you will need to satisfy the Grammar when writing an Age. It’s best to plan out what kind of world you want in advance and make sure you satisfy as much of the grammar as possible.&lt;br /&gt;
&lt;br /&gt;
Making mistakes, including conflicting or paradoxical passages, or attempting to write an Age with overabundant resources or advantages will result in an Age with [[Instability]]. Additionally, if the grammar is unsatisfied, symbols may be added to the age which may add instability.&lt;br /&gt;
&lt;br /&gt;
''Modifier Pages'' come before the '''Modified Page''' in the page order; similar to ''Adjectives'' and '''Nouns''' in English.&lt;br /&gt;
*&amp;quot;''Red'' '''Ball'''&amp;quot; is correct, whereas &amp;quot;'''Ball''' ''Red''&amp;quot; would be grammatically incorrect.&lt;br /&gt;
&lt;br /&gt;
== Standard Age ==&lt;br /&gt;
&lt;br /&gt;
A &amp;quot;Standard Age&amp;quot; layout and recommend page order example is given below. For ease of identifying which pages modify others, ''Modifier Pages will be in Italics'', '''Modified Pages shown in Bold''' and finally pages that both ''Modify'' and can be '''Modified''' will be in both '''''Bold and Italics''''':&lt;br /&gt;
&lt;br /&gt;
=== Link Panel ===&lt;br /&gt;
&lt;br /&gt;
Link Panel Page, &lt;br /&gt;
*(May have additional properties added via the [[Ink Mixer]])&lt;br /&gt;
&lt;br /&gt;
=== Terrain and World Type ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Biome Pages'', '''Biome Distribution Page'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Block Page'' &lt;br /&gt;
*(Generates Terrain, replaces Stone/Dirt),&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Block Page or No Seas Page'' &lt;br /&gt;
*(Generates Seas, replaces Water),&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''World Type Page'''&lt;br /&gt;
&lt;br /&gt;
=== Weather Type and Light Level ===&lt;br /&gt;
&lt;br /&gt;
Weather Page, &lt;br /&gt;
*(or replace with &amp;quot;No Weather&amp;quot; Page)&lt;br /&gt;
&lt;br /&gt;
Lighting Page&lt;br /&gt;
&lt;br /&gt;
=== Celestials ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(Optional: Color Pages, Sunset Color Page)&lt;br /&gt;
'''''Length Pages, Direction Pages, Phase Pages,''''' '''Normal Sun''', &lt;br /&gt;
*(If no Sun, replace entire with Dark Sun)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(Optional: '''''Color Pages''''', '''''Sunset Color Page''''')&lt;br /&gt;
Length Pages, Direction Pages, Phase Pages, Normal Moon, &lt;br /&gt;
*(If no Moon, replace line with Dark Moon)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(Optional: '''''Length''''' and '''''Direction Pages''''')&lt;br /&gt;
'''''Color Pages''''', '''Star Page''' &lt;br /&gt;
*(If no stars, replace line with Dark Stars)&lt;br /&gt;
&lt;br /&gt;
=== Visuals ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Sky Color''' &lt;br /&gt;
*(Or replace line with Natural Sky Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Night Sky Color''' &lt;br /&gt;
*(For Default Night Sky, use Black Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Fog Color''' &lt;br /&gt;
*(Or replace line with Natural Fog Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Cloud Color''' &lt;br /&gt;
*(Or replace line with Natural Cloud Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Water Color''' &lt;br /&gt;
*(Or replace line with Natural Water Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Foliage Color''' &lt;br /&gt;
*(Or replace line with Natural Foliage Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Grass Color''' &lt;br /&gt;
*(Or replace line with Natural Grass Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(Optional: Boundless Sky and/or Rainbow Pages)&lt;br /&gt;
&lt;br /&gt;
=== World Features and Structures ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Large Feature, Medium Feature, Small Feature,''' &lt;br /&gt;
*(Or replace with Lacking X Feature, however Lacking Small/Meduim Features will result in some instability)&lt;br /&gt;
**(Features will sometimes accept ''Block Pages'' to generate the material, '''Floating Islands''' also accepts a ''Biome Page'')&lt;br /&gt;
&lt;br /&gt;
=== Effects ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(Optional: Effects Pages)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Clear Modifiers Page'''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Clear Modifiers''' is optional but reduces the chances of the age being violently unstable due to unused modifiers. It generates a small amount of instability for every “dangling” or “unused” ''Modifier'' page it accepts. This can be used as a “safety net” at the end of complex passages to clear all modifiers if you are unsure of your grammar.&lt;br /&gt;
&lt;br /&gt;
In practice, unused modifiers are assigned usages by the grammar, so there are rarely unused modifiers by the time this symbol is applied.&lt;br /&gt;
&lt;br /&gt;
=== Gradients ===&lt;br /&gt;
&lt;br /&gt;
Gradients can be used to change Sunset, Stars, Sky, Night Sky, Fog, and Cloud color, and have them shift between colors over a certain length of time.&lt;br /&gt;
&lt;br /&gt;
Example format with three alternating colors in the sky:&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''''Length Pages''''', '''Gradient Page''' (Color 1)&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''''Length Pages''''', '''Gradient Page''' (Color 2)&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''''Length Pages''''', '''Gradient Page''' (Color 3)&lt;br /&gt;
&lt;br /&gt;
'''Sky Color Page'''&lt;br /&gt;
&lt;br /&gt;
Length determines how long a color will last before it's completely faded to the next color, and color page mixing are standard Mystcraft rules. You must have at least two colors to alternate between but you may add as many as needed.&lt;br /&gt;
*Length seems to be half as long as Celestial lengths for gradients, if you wanted to sync a color shift to a celestial, you can include the same Length pages for both.&lt;br /&gt;
**(Example: ''''Red Color''''', '''''Full Length''''', '''Gradient Page''' would sync to a Celestial also using only &amp;quot;Full Length&amp;quot; for it's movement.)&lt;br /&gt;
&lt;br /&gt;
=== Additional Notes ===&lt;br /&gt;
&lt;br /&gt;
* '''&amp;quot;Replace line&amp;quot;''' in the above example means '''&amp;quot;Remove that page and all its modifier pages, the replacement page accepts 0 modifiers&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
* Additional Celestials, Features and Effects can be added, as long as they remain in the correct format.&lt;br /&gt;
&lt;br /&gt;
* Native Biome Distribution, Natural X Color pages, and Dark Celestials accept no modifiers.&lt;br /&gt;
&lt;br /&gt;
* Any optional sections you decide to leave out may be randomized for you, the Grammar will not be satisfied for those sections, the more specific you are the less is left to chance.&lt;br /&gt;
** For an age to be “stable” it must have all grammar elements satisfied, and use no pages that generate base instability. &lt;br /&gt;
*** It is possible to have “pseudo-stable” ages with some instability, but not enough for decay, usually by balancing the “unstable” pages with ones that reduce instability.&lt;br /&gt;
&lt;br /&gt;
*Effects will not be added randomly unless the age is unstable due to either greedy pages like Dense Ores or grammar errors.&lt;br /&gt;
**There are pages that will add instability, anything that adds ores or other rare resources, or give some form of advantage to the player will generally cause instability.&lt;br /&gt;
***Pages like Dense Ores, Diamond Ore Block, Accelerated, etc. will create a lot of instability. &lt;br /&gt;
****Ages with Acceleration will cause instability, because it makes farms more efficient. &lt;br /&gt;
****Ages with Bright Lighting will cause instability, because they are easier to mine in. &lt;br /&gt;
****Ages with Dense Ores will cause instability, because they have more abundant ore generation.&lt;br /&gt;
&lt;br /&gt;
*All of these things will cause [[Instability]] (via Greed), and possibly lead to Decay.&lt;br /&gt;
*However, pages that intentionally make the age more dangerous actually add some base stability to the Age. Examples of these pages are “Lightning” “Scorched Surface” or “Random Explosions”, some mods will even add materials that are dangerous enough to qualify for this effect.&lt;br /&gt;
&lt;br /&gt;
== XComp's Notes ==&lt;br /&gt;
* &amp;quot;Some symbols function as modifiers for other modifiers&amp;quot; (ex. Red Color can mix with other colors, Half Length with other lengths, North Direction with other directions, etc).&lt;br /&gt;
* &amp;quot;Modifiers come before the symbol they modify&amp;quot;&lt;br /&gt;
* &amp;quot;Incomplete age descriptions will be parsed by the universe (following the grammar) and then further expanded&amp;quot;&lt;br /&gt;
** &amp;quot;This is similar to if you provided the words &amp;quot;red&amp;quot; &amp;quot;dog&amp;quot; &amp;quot;ball&amp;quot; and the universe expanded it to &amp;quot;The red dog plays with the ball&amp;quot;.  The grammar expansion is random, and may take different expansions: &amp;quot;The red car narrowly missed the dog chasing the green ball&amp;quot; is an equally valid expansion.&amp;quot;&lt;br /&gt;
* &amp;quot;Not fully satisfying the grammar won't produce instability directly. The symbols added by the grammar might, however.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Version Compatibility ==&lt;br /&gt;
*The grammar system above is current for Mystcraft Versions 0.12 through 0.13.4.04 [https://minecraft.curseforge.com/projects/mystcraft/files/2581192 (Latest Build)]&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Writing&amp;diff=864</id>
		<title>v0.13:Writing</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Writing&amp;diff=864"/>
				<updated>2018-07-10T23:21:14Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: /* Effects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
&lt;br /&gt;
== Grammar and Stable Writing ==&lt;br /&gt;
&lt;br /&gt;
In order to write a stable age you will need to satisfy the Grammar when writing an Age. It’s best to plan out what kind of world you want in advance and make sure you satisfy as much of the grammar as possible.&lt;br /&gt;
&lt;br /&gt;
Failing to satisfy the grammar, making mistakes, including conflicting or paradoxical passages, or attempting to write an Age with overabundant resources or advantages will result in an Age with [[Instability]]. &lt;br /&gt;
&lt;br /&gt;
The simplest explanation of the grammar is simply: ''Modifier Pages'' come before the '''Modified Page''' in the page order; similar to ''Adjectives'' and '''Nouns''' in English.&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;''Red'' '''Ball'''&amp;quot; is correct, whereas &amp;quot;'''Ball''' ''Red''&amp;quot; would be grammatically incorrect.&lt;br /&gt;
&lt;br /&gt;
== Standard Age ==&lt;br /&gt;
&lt;br /&gt;
A &amp;quot;Standard Age&amp;quot; layout and recommend page order example is given below. For ease of identifying which pages modify others, ''Modifier Pages will be in Italics'', '''Modified Pages shown in Bold''' and finally pages that both ''Modify'' and can be '''Modified''' will be in both '''''Bold and Italics''''':&lt;br /&gt;
&lt;br /&gt;
=== Link Panel ===&lt;br /&gt;
&lt;br /&gt;
Link Panel Page, &lt;br /&gt;
*(May have additional properties added via the [[Ink Mixer]])&lt;br /&gt;
&lt;br /&gt;
=== Terrain and World Type ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Biome Pages'', '''Biome Distribution Page'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Block Page'' &lt;br /&gt;
*(Generates Terrain, replaces Stone/Dirt),&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Block Page or No Seas Page'' &lt;br /&gt;
*(Generates Seas, replaces Water),&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''World Type Page'''&lt;br /&gt;
&lt;br /&gt;
=== Weather Type and Light Level ===&lt;br /&gt;
&lt;br /&gt;
Weather Page, &lt;br /&gt;
*(or replace with &amp;quot;No Weather&amp;quot; Page)&lt;br /&gt;
&lt;br /&gt;
Lighting Page&lt;br /&gt;
&lt;br /&gt;
=== Celestials ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(Optional: Color Pages, Sunset Color Page)&lt;br /&gt;
'''''Length Pages, Direction Pages, Phase Pages,''''' '''Normal Sun''', &lt;br /&gt;
*(If no Sun, replace entire with Dark Sun)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(Optional: '''''Color Pages''''', '''''Sunset Color Page''''')&lt;br /&gt;
Length Pages, Direction Pages, Phase Pages, Normal Moon, &lt;br /&gt;
*(If no Moon, replace line with Dark Moon)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(Optional: '''''Length''''' and '''''Direction Pages''''')&lt;br /&gt;
'''''Color Pages''''', '''Star Page''' &lt;br /&gt;
*(If no stars, replace line with Dark Stars)&lt;br /&gt;
&lt;br /&gt;
=== Visuals ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Sky Color''' &lt;br /&gt;
*(Or replace line with Natural Sky Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Night Sky Color''' &lt;br /&gt;
*(For Default Night Sky, use Black Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Fog Color''' &lt;br /&gt;
*(Or replace line with Natural Fog Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Cloud Color''' &lt;br /&gt;
*(Or replace line with Natural Cloud Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Water Color''' &lt;br /&gt;
*(Or replace line with Natural Water Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Foliage Color''' &lt;br /&gt;
*(Or replace line with Natural Foliage Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Grass Color''' &lt;br /&gt;
*(Or replace line with Natural Grass Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(Optional: Boundless Sky and/or Rainbow Pages)&lt;br /&gt;
&lt;br /&gt;
=== World Features and Structures ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Large Feature, Medium Feature, Small Feature,''' &lt;br /&gt;
*(Or replace with Lacking X Feature, however Lacking Small/Meduim Features will result in some instability)&lt;br /&gt;
**(Features will sometimes accept ''Block Pages'' to generate the material, '''Floating Islands''' also accepts a ''Biome Page'')&lt;br /&gt;
&lt;br /&gt;
=== Effects ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(Optional: Effects Pages)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Clear Modifiers Page'''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Clear Modifiers''' is optional but reduces the chances of the age being violently unstable due to unused modifiers. It generates a small amount of instability for every “dangling” or “unused” ''Modifier'' page it accepts. This can be used as a “safety net” at the end of complex passages to clear all modifiers if you are unsure of your grammar.&lt;br /&gt;
&lt;br /&gt;
In practice, unused modifiers are assigned usages by the grammar, so there are rarely unused modifiers by the time this symbol is applied.&lt;br /&gt;
&lt;br /&gt;
=== Gradients ===&lt;br /&gt;
&lt;br /&gt;
Gradients can be used to change Sunset, Stars, Sky, Night Sky, Fog, and Cloud color, and have them shift between colors over a certain length of time.&lt;br /&gt;
&lt;br /&gt;
Example format with three alternating colors in the sky:&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''''Length Pages''''', '''Gradient Page''' (Color 1)&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''''Length Pages''''', '''Gradient Page''' (Color 2)&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''''Length Pages''''', '''Gradient Page''' (Color 3)&lt;br /&gt;
&lt;br /&gt;
'''Sky Color Page'''&lt;br /&gt;
&lt;br /&gt;
Length determines how long a color will last before it's completely faded to the next color, and color page mixing are standard Mystcraft rules. You must have at least two colors to alternate between but you may add as many as needed.&lt;br /&gt;
*Length seems to be half as long as Celestial lengths for gradients, if you wanted to sync a color shift to a celestial, you can include the same Length pages for both.&lt;br /&gt;
**(Example: ''''Red Color''''', '''''Full Length''''', '''Gradient Page''' would sync to a Celestial also using only &amp;quot;Full Length&amp;quot; for it's movement.)&lt;br /&gt;
&lt;br /&gt;
=== Additional Notes ===&lt;br /&gt;
&lt;br /&gt;
* '''&amp;quot;Replace line&amp;quot;''' in the above example means '''&amp;quot;Remove that page and all its modifier pages, the replacement page accepts 0 modifiers&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
* Additional Celestials, Features and Effects can be added, as long as they remain in the correct format.&lt;br /&gt;
&lt;br /&gt;
* Native Biome Distribution, Natural X Color pages, and Dark Celestials accept no modifiers.&lt;br /&gt;
&lt;br /&gt;
* Any optional sections you decide to leave out may be randomized for you, the Grammar will not be satisfied for those sections, the more specific you are the less is left to chance.&lt;br /&gt;
** For an age to be “stable” it must have all grammar elements satisfied, and use no pages that generate base instability. &lt;br /&gt;
*** It is possible to have “pseudo-stable” ages with some instability, but not enough for decay, usually by balancing the “unstable” pages with ones that reduce instability.&lt;br /&gt;
&lt;br /&gt;
*Effects will not be added randomly unless the age is unstable due to either greedy pages like Dense Ores or grammar errors.&lt;br /&gt;
**There are pages that will add instability, anything that adds ores or other rare resources, or give some form of advantage to the player will generally cause instability.&lt;br /&gt;
***Pages like Dense Ores, Diamond Ore Block, Accelerated, etc. will create a lot of instability. &lt;br /&gt;
****Ages with Acceleration will cause instability, because it makes farms more efficient. &lt;br /&gt;
****Ages with Bright Lighting will cause instability, because they are easier to mine in. &lt;br /&gt;
****Ages with Dense Ores will cause instability, because they have more abundant ore generation.&lt;br /&gt;
&lt;br /&gt;
*All of these things will cause [[Instability]] (via Greed), and possibly lead to Decay.&lt;br /&gt;
*However, pages that intentionally make the age more dangerous actually add some base stability to the Age. Examples of these pages are “Lightning” “Scorched Surface” or “Random Explosions”, some mods will even add materials that are dangerous enough to qualify for this effect.&lt;br /&gt;
&lt;br /&gt;
== XComp's Notes ==&lt;br /&gt;
* &amp;quot;Some symbols function as modifiers for other modifiers&amp;quot; (ex. Red Color can mix with other colors, Half Length with other lengths, North Direction with other directions, etc).&lt;br /&gt;
* &amp;quot;Modifiers come before the symbol they modify&amp;quot;&lt;br /&gt;
* &amp;quot;Incomplete age descriptions will be parsed by the universe (following the grammar) and then further expanded&amp;quot;&lt;br /&gt;
** &amp;quot;This is similar to if you provided the words &amp;quot;red&amp;quot; &amp;quot;dog&amp;quot; &amp;quot;ball&amp;quot; and the universe expanded it to &amp;quot;The red dog plays with the ball&amp;quot;.  The grammar expansion is random, and may take different expansions: &amp;quot;The red car narrowly missed the dog chasing the green ball&amp;quot; is an equally valid expansion.&amp;quot;&lt;br /&gt;
* &amp;quot;Not fully satisfying the grammar won't produce instability directly. The symbols added by the grammar might, however.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Version Compatibility ==&lt;br /&gt;
*The grammar system above is current for Mystcraft Versions 0.12 through 0.13.4.04 [https://minecraft.curseforge.com/projects/mystcraft/files/2581192 (Latest Build)]&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Writing&amp;diff=863</id>
		<title>v0.13:Writing</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Writing&amp;diff=863"/>
				<updated>2018-07-10T23:16:51Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: /* XComp's Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
&lt;br /&gt;
== Grammar and Stable Writing ==&lt;br /&gt;
&lt;br /&gt;
In order to write a stable age you will need to satisfy the Grammar when writing an Age. It’s best to plan out what kind of world you want in advance and make sure you satisfy as much of the grammar as possible.&lt;br /&gt;
&lt;br /&gt;
Failing to satisfy the grammar, making mistakes, including conflicting or paradoxical passages, or attempting to write an Age with overabundant resources or advantages will result in an Age with [[Instability]]. &lt;br /&gt;
&lt;br /&gt;
The simplest explanation of the grammar is simply: ''Modifier Pages'' come before the '''Modified Page''' in the page order; similar to ''Adjectives'' and '''Nouns''' in English.&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;''Red'' '''Ball'''&amp;quot; is correct, whereas &amp;quot;'''Ball''' ''Red''&amp;quot; would be grammatically incorrect.&lt;br /&gt;
&lt;br /&gt;
== Standard Age ==&lt;br /&gt;
&lt;br /&gt;
A &amp;quot;Standard Age&amp;quot; layout and recommend page order example is given below. For ease of identifying which pages modify others, ''Modifier Pages will be in Italics'', '''Modified Pages shown in Bold''' and finally pages that both ''Modify'' and can be '''Modified''' will be in both '''''Bold and Italics''''':&lt;br /&gt;
&lt;br /&gt;
=== Link Panel ===&lt;br /&gt;
&lt;br /&gt;
Link Panel Page, &lt;br /&gt;
*(May have additional properties added via the [[Ink Mixer]])&lt;br /&gt;
&lt;br /&gt;
=== Terrain and World Type ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Biome Pages'', '''Biome Distribution Page'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Block Page'' &lt;br /&gt;
*(Generates Terrain, replaces Stone/Dirt),&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Block Page or No Seas Page'' &lt;br /&gt;
*(Generates Seas, replaces Water),&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''World Type Page'''&lt;br /&gt;
&lt;br /&gt;
=== Weather Type and Light Level ===&lt;br /&gt;
&lt;br /&gt;
Weather Page, &lt;br /&gt;
*(or replace with &amp;quot;No Weather&amp;quot; Page)&lt;br /&gt;
&lt;br /&gt;
Lighting Page&lt;br /&gt;
&lt;br /&gt;
=== Celestials ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(Optional: Color Pages, Sunset Color Page)&lt;br /&gt;
'''''Length Pages, Direction Pages, Phase Pages,''''' '''Normal Sun''', &lt;br /&gt;
*(If no Sun, replace entire with Dark Sun)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(Optional: '''''Color Pages''''', '''''Sunset Color Page''''')&lt;br /&gt;
Length Pages, Direction Pages, Phase Pages, Normal Moon, &lt;br /&gt;
*(If no Moon, replace line with Dark Moon)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(Optional: '''''Length''''' and '''''Direction Pages''''')&lt;br /&gt;
'''''Color Pages''''', '''Star Page''' &lt;br /&gt;
*(If no stars, replace line with Dark Stars)&lt;br /&gt;
&lt;br /&gt;
=== Visuals ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Sky Color''' &lt;br /&gt;
*(Or replace line with Natural Sky Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Night Sky Color''' &lt;br /&gt;
*(For Default Night Sky, use Black Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Fog Color''' &lt;br /&gt;
*(Or replace line with Natural Fog Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Cloud Color''' &lt;br /&gt;
*(Or replace line with Natural Cloud Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Water Color''' &lt;br /&gt;
*(Or replace line with Natural Water Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Foliage Color''' &lt;br /&gt;
*(Or replace line with Natural Foliage Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''Grass Color''' &lt;br /&gt;
*(Or replace line with Natural Grass Color)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(Optional: Boundless Sky and/or Rainbow Pages)&lt;br /&gt;
&lt;br /&gt;
=== World Features and Structures ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Large Feature, Medium Feature, Small Feature,''' &lt;br /&gt;
*(Or replace with Lacking X Feature, however Lacking Small/Meduim Features will result in some instability)&lt;br /&gt;
**(Features will sometimes accept ''Block Pages'' to generate the material, '''Floating Islands''' also accepts a ''Biome Page'')&lt;br /&gt;
&lt;br /&gt;
=== Effects ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(Optional: Effects Pages)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Clear Modifiers Page''' &lt;br /&gt;
*('''Clear Modifiers''' is optional but reduces the chances of the age being violently unstable due to grammar errors, it generates a small amount of instability for every “dangling” or “unused” ''Modifier'' page it accepts, can also be used as a “safety net” at the end of complex passages if you’re unsure of your grammar.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Gradients ===&lt;br /&gt;
&lt;br /&gt;
Gradients can be used to change Sunset, Stars, Sky, Night Sky, Fog, and Cloud color, and have them shift between colors over a certain length of time.&lt;br /&gt;
&lt;br /&gt;
Example format with three alternating colors in the sky:&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''''Length Pages''''', '''Gradient Page''' (Color 1)&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''''Length Pages''''', '''Gradient Page''' (Color 2)&lt;br /&gt;
&lt;br /&gt;
'''''Color Pages''''', '''''Length Pages''''', '''Gradient Page''' (Color 3)&lt;br /&gt;
&lt;br /&gt;
'''Sky Color Page'''&lt;br /&gt;
&lt;br /&gt;
Length determines how long a color will last before it's completely faded to the next color, and color page mixing are standard Mystcraft rules. You must have at least two colors to alternate between but you may add as many as needed.&lt;br /&gt;
*Length seems to be half as long as Celestial lengths for gradients, if you wanted to sync a color shift to a celestial, you can include the same Length pages for both.&lt;br /&gt;
**(Example: ''''Red Color''''', '''''Full Length''''', '''Gradient Page''' would sync to a Celestial also using only &amp;quot;Full Length&amp;quot; for it's movement.)&lt;br /&gt;
&lt;br /&gt;
=== Additional Notes ===&lt;br /&gt;
&lt;br /&gt;
* '''&amp;quot;Replace line&amp;quot;''' in the above example means '''&amp;quot;Remove that page and all its modifier pages, the replacement page accepts 0 modifiers&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
* Additional Celestials, Features and Effects can be added, as long as they remain in the correct format.&lt;br /&gt;
&lt;br /&gt;
* Native Biome Distribution, Natural X Color pages, and Dark Celestials accept no modifiers.&lt;br /&gt;
&lt;br /&gt;
* Any optional sections you decide to leave out may be randomized for you, the Grammar will not be satisfied for those sections, the more specific you are the less is left to chance.&lt;br /&gt;
** For an age to be “stable” it must have all grammar elements satisfied, and use no pages that generate base instability. &lt;br /&gt;
*** It is possible to have “pseudo-stable” ages with some instability, but not enough for decay, usually by balancing the “unstable” pages with ones that reduce instability.&lt;br /&gt;
&lt;br /&gt;
*Effects will not be added randomly unless the age is unstable due to either greedy pages like Dense Ores or grammar errors.&lt;br /&gt;
**There are pages that will add instability, anything that adds ores or other rare resources, or give some form of advantage to the player will generally cause instability.&lt;br /&gt;
***Pages like Dense Ores, Diamond Ore Block, Accelerated, etc. will create a lot of instability. &lt;br /&gt;
****Ages with Acceleration will cause instability, because it makes farms more efficient. &lt;br /&gt;
****Ages with Bright Lighting will cause instability, because they are easier to mine in. &lt;br /&gt;
****Ages with Dense Ores will cause instability, because they have more abundant ore generation.&lt;br /&gt;
&lt;br /&gt;
*All of these things will cause [[Instability]] (via Greed), and possibly lead to Decay.&lt;br /&gt;
*However, pages that intentionally make the age more dangerous actually add some base stability to the Age. Examples of these pages are “Lightning” “Scorched Surface” or “Random Explosions”, some mods will even add materials that are dangerous enough to qualify for this effect.&lt;br /&gt;
&lt;br /&gt;
== XComp's Notes ==&lt;br /&gt;
* &amp;quot;Some symbols function as modifiers for other modifiers&amp;quot; (ex. Red Color can mix with other colors, Half Length with other lengths, North Direction with other directions, etc).&lt;br /&gt;
* &amp;quot;Modifiers come before the symbol they modify&amp;quot;&lt;br /&gt;
* &amp;quot;Incomplete age descriptions will be parsed by the universe (following the grammar) and then further expanded&amp;quot;&lt;br /&gt;
** &amp;quot;This is similar to if you provided the words &amp;quot;red&amp;quot; &amp;quot;dog&amp;quot; &amp;quot;ball&amp;quot; and the universe expanded it to &amp;quot;The red dog plays with the ball&amp;quot;.  The grammar expansion is random, and may take different expansions: &amp;quot;The red car narrowly missed the dog chasing the green ball&amp;quot; is an equally valid expansion.&amp;quot;&lt;br /&gt;
* &amp;quot;Not fully satisfying the grammar won't produce instability directly. The symbols added by the grammar might, however.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Version Compatibility ==&lt;br /&gt;
*The grammar system above is current for Mystcraft Versions 0.12 through 0.13.4.04 [https://minecraft.curseforge.com/projects/mystcraft/files/2581192 (Latest Build)]&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Email-blacklist&amp;diff=850</id>
		<title>MediaWiki:Email-blacklist</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Email-blacklist&amp;diff=850"/>
				<updated>2018-07-10T10:38:04Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; #&amp;lt;!-- leave this line exactly as it is --&amp;gt; &amp;lt;pre&amp;gt;&lt;br /&gt;
# Email addresses matching this list will be blocked from registering or sending emails&lt;br /&gt;
# This list affects only this wiki; refer also to the global blacklist.&lt;br /&gt;
# For documentation see https://www.mediawiki.org/wiki/Extension:SpamBlacklist&lt;br /&gt;
#&lt;br /&gt;
# Syntax is as follows:&lt;br /&gt;
#   * Everything from a &amp;quot;#&amp;quot; character to the end of the line is a comment&lt;br /&gt;
#   * Every non-blank line is a regex fragment which will only match hosts inside email addresses&lt;br /&gt;
&lt;br /&gt;
(bangkok|thailand)\-mega\.com&lt;br /&gt;
(bali|bangkok|thailand)\-traveller\.com&lt;br /&gt;
&lt;br /&gt;
banglatvshow\.com&lt;br /&gt;
bestwrinklecreamnow\.com&lt;br /&gt;
brainboostingsupplements\.org&lt;br /&gt;
buygsalist\.com&lt;br /&gt;
captcha(?:dealer|eu|ocr|s)\.(biz|com|info|org|services)&lt;br /&gt;
cheaphosting\.host&lt;br /&gt;
circlebpo\.com&lt;br /&gt;
coloncleanse\.club&lt;br /&gt;
decaptcha(?:dealer|eu|ocr|s)\.(biz|com|info|org|services)&lt;br /&gt;
dietingadvise\.club&lt;br /&gt;
frienced\.com&lt;br /&gt;
get\-bitcoins\.(club|online)&lt;br /&gt;
gsacaptchabreaker(?:discount|help|socialser)\.(biz|com|info|org|services)&lt;br /&gt;
gsasearchengineranker(?:discount|help|socialser)\.(biz|com|info|org|services)&lt;br /&gt;
infoteraktual\.com&lt;br /&gt;
maildeluxehost\.com&lt;br /&gt;
mtacrusse\.ga&lt;br /&gt;
onlinemail\.(biz|com|club|info|org|press|services)&lt;br /&gt;
ramankaur\.com&lt;br /&gt;
scarbour\.com&lt;br /&gt;
typers\.biz&lt;br /&gt;
usesafeemails\.win&lt;br /&gt;
vocating\.com&lt;br /&gt;
wp\-viralclick\.com&lt;br /&gt;
&lt;br /&gt;
s0ny\.flu\.cc&lt;br /&gt;
nazwamoj\.co\.pl&lt;br /&gt;
moon\.freog\.com&lt;br /&gt;
&lt;br /&gt;
 #&amp;lt;/pre&amp;gt; &amp;lt;!-- leave this line exactly as it is --&amp;gt;&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Items&amp;diff=849</id>
		<title>v0.13:Items</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Items&amp;diff=849"/>
				<updated>2018-07-10T00:51:13Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: Adds missing av template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
Mystcraft adds several [https://minecraft.gamepedia.com/Item Items], mostly related to [[Writing]] and [[Linking]] to [[Ages]].&lt;br /&gt;
&lt;br /&gt;
== Books ==&lt;br /&gt;
&lt;br /&gt;
[[#Linking_Book|Linking Books]] and [[#Descriptive_Book|Descriptive Books]] allow for transport across (and sometimes within) dimensions (( see talk page )). They will take damage if dropped on the ground, can be protected from this damage with a [[#Book_Stand|Book Stand]] or [[Lectern|Lectern]], and does not follow the user linking with it.&lt;br /&gt;
&lt;br /&gt;
Linking and Descriptive Books can be opened by right-clicking while holding one in the Player's hand. The [[Ages|Age]] the book links to can be entered by clicking on the [[Linking#Linking_Panel|Linking Panel]] inside the book, however, the book will drop from the Player's inventory when they teleport. As a book lays on the ground, it will slowly accumulate damage that cannot be repaired. This can be avoided by placing the book inside a Book Stand. The Book Stand can be right-clicked with a book to place the book inside, and an occupied Book Stand can be right-clicked to open the book to click the Linking Panel.&lt;br /&gt;
&lt;br /&gt;
=== Descriptive Books ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Linking Book ===&lt;br /&gt;
&lt;br /&gt;
It is created by holding an [[Unlinked Link Book]] in the hand and right-clicking with it.  The link created permanently captures both the link location and the direction the user is facing when the link is created.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Stands ==&lt;br /&gt;
&lt;br /&gt;
Book Stands and lecterns are blocks used to hold [[#Linking_Book|Linking Books]] and [[#Descriptive_Book|Descriptive Books]] to display them and keep them from degrading.&lt;br /&gt;
&lt;br /&gt;
=== Book Stand ===&lt;br /&gt;
&lt;br /&gt;
[[File:Book_stand_recipe.png|thumb|Crafting Recipe for the Book Stand.]]&lt;br /&gt;
&lt;br /&gt;
=== Lectern ===&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Writing&amp;diff=848</id>
		<title>v0.13:Writing</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Writing&amp;diff=848"/>
				<updated>2018-07-10T00:50:44Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: Adds missing av template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
&lt;br /&gt;
== XComp's Facts ==&lt;br /&gt;
* Some symbols function as modifiers for other symbols (ex. Red Color, Stone Block).&lt;br /&gt;
* Modifiers come before the symbol they modify&lt;br /&gt;
* Incomplete age descriptions will be parsed by the universe (following a grammar) and then further expanded&lt;br /&gt;
** This is similar to if you provided the words &amp;quot;red&amp;quot; &amp;quot;dog&amp;quot; &amp;quot;ball&amp;quot; and the universe expanded it to &amp;quot;The red dog plays with the ball&amp;quot;.  The grammar expansion is random, and may take different expansions: &amp;quot;The red car narrowly missed the dog chasing the ball&amp;quot; is an equally valid expansion.&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=User:Veovis_Muad%27dib&amp;diff=814</id>
		<title>User:Veovis Muad'dib</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=User:Veovis_Muad%27dib&amp;diff=814"/>
				<updated>2018-06-26T22:26:06Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: Created page with &amp;quot;&amp;quot;I do stuff&amp;quot;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;I do stuff&amp;quot;&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Email-blacklist&amp;diff=813</id>
		<title>MediaWiki:Email-blacklist</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Email-blacklist&amp;diff=813"/>
				<updated>2018-06-26T22:20:27Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; #&amp;lt;!-- leave this line exactly as it is --&amp;gt; &amp;lt;pre&amp;gt;&lt;br /&gt;
# Email addresses matching this list will be blocked from registering or sending emails&lt;br /&gt;
# This list affects only this wiki; refer also to the global blacklist.&lt;br /&gt;
# For documentation see https://www.mediawiki.org/wiki/Extension:SpamBlacklist&lt;br /&gt;
#&lt;br /&gt;
# Syntax is as follows:&lt;br /&gt;
#   * Everything from a &amp;quot;#&amp;quot; character to the end of the line is a comment&lt;br /&gt;
#   * Every non-blank line is a regex fragment which will only match hosts inside email addresses&lt;br /&gt;
&lt;br /&gt;
(bangkok|thailand)\-mega\.com&lt;br /&gt;
(bali|bangkok|thailand)\-traveller\.com&lt;br /&gt;
&lt;br /&gt;
banglatvshow\.com&lt;br /&gt;
bestwrinklecreamnow\.com&lt;br /&gt;
brainboostingsupplements\.org&lt;br /&gt;
captcha(?:dealer|eu|ocr|s)\.org&lt;br /&gt;
circlebpo\.com&lt;br /&gt;
coloncleanse\.club&lt;br /&gt;
dietingadvise\.club&lt;br /&gt;
get\-bitcoins\.online&lt;br /&gt;
gsacaptchabreaker(?:discount|help|socialser)\.com&lt;br /&gt;
gsasearchengineranker(?:discount|help|socialser)\.com&lt;br /&gt;
infoteraktual\.com&lt;br /&gt;
maildeluxehost\.com&lt;br /&gt;
ramankaur\.com&lt;br /&gt;
typers\.biz&lt;br /&gt;
wp\-viralclick\.com&lt;br /&gt;
&lt;br /&gt;
s0ny\.flu\.cc&lt;br /&gt;
nazwamoj\.co\.pl&lt;br /&gt;
moon\.freog\.com&lt;br /&gt;
&lt;br /&gt;
 #&amp;lt;/pre&amp;gt; &amp;lt;!-- leave this line exactly as it is --&amp;gt;&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Email-blacklist&amp;diff=812</id>
		<title>MediaWiki:Email-blacklist</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Email-blacklist&amp;diff=812"/>
				<updated>2018-06-26T21:26:39Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; #&amp;lt;!-- leave this line exactly as it is --&amp;gt; &amp;lt;pre&amp;gt;&lt;br /&gt;
# Email addresses matching this list will be blocked from registering or sending emails&lt;br /&gt;
# This list affects only this wiki; refer also to the global blacklist.&lt;br /&gt;
# For documentation see https://www.mediawiki.org/wiki/Extension:SpamBlacklist&lt;br /&gt;
#&lt;br /&gt;
# Syntax is as follows:&lt;br /&gt;
#   * Everything from a &amp;quot;#&amp;quot; character to the end of the line is a comment&lt;br /&gt;
#   * Every non-blank line is a regex fragment which will only match hosts inside email addresses&lt;br /&gt;
&lt;br /&gt;
(bangkok|thailand)\-mega\.com&lt;br /&gt;
(bali|bangkok|thailand)\-traveller\.com&lt;br /&gt;
&lt;br /&gt;
banglatvshow\.com&lt;br /&gt;
bestwrinklecreamnow\.com&lt;br /&gt;
brainboostingsupplements\.org&lt;br /&gt;
captcha(?:ocr|s|eu)\.org&lt;br /&gt;
circlebpo\.com&lt;br /&gt;
coloncleanse\.club&lt;br /&gt;
dietingadvise\.club&lt;br /&gt;
get\-bitcoins\.online&lt;br /&gt;
gsacaptchabreaker(?:discount|socialser|help)\.com&lt;br /&gt;
gsasearchengineranker(?:discount|socialser|help)\.com&lt;br /&gt;
infoteraktual\.com&lt;br /&gt;
maildeluxehost\.com&lt;br /&gt;
ramankaur\.com&lt;br /&gt;
typers\.biz&lt;br /&gt;
wp\-viralclick\.com&lt;br /&gt;
&lt;br /&gt;
s0ny\.flu\.cc&lt;br /&gt;
nazwamoj\.co\.pl&lt;br /&gt;
moon\.freog\.com&lt;br /&gt;
&lt;br /&gt;
 #&amp;lt;/pre&amp;gt; &amp;lt;!-- leave this line exactly as it is --&amp;gt;&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Email-blacklist&amp;diff=811</id>
		<title>MediaWiki:Email-blacklist</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Email-blacklist&amp;diff=811"/>
				<updated>2018-06-26T21:22:51Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; #&amp;lt;!-- leave this line exactly as it is --&amp;gt; &amp;lt;pre&amp;gt;&lt;br /&gt;
# Email addresses matching this list will be blocked from registering or sending emails&lt;br /&gt;
# This list affects only this wiki; refer also to the global blacklist.&lt;br /&gt;
# For documentation see https://www.mediawiki.org/wiki/Extension:SpamBlacklist&lt;br /&gt;
#&lt;br /&gt;
# Syntax is as follows:&lt;br /&gt;
#   * Everything from a &amp;quot;#&amp;quot; character to the end of the line is a comment&lt;br /&gt;
#   * Every non-blank line is a regex fragment which will only match hosts inside email addresses&lt;br /&gt;
&lt;br /&gt;
(bangkok|thailand)\-mega\.com&lt;br /&gt;
(bali|bangkok|thailand)\-traveller\.com&lt;br /&gt;
&lt;br /&gt;
banglatvshow\.com&lt;br /&gt;
bestwrinklecreamnow\.com&lt;br /&gt;
brainboostingsupplements\.org&lt;br /&gt;
captcha(?:ocr|s|eu)\.org&lt;br /&gt;
circlebpo\.com&lt;br /&gt;
coloncleanse\.club&lt;br /&gt;
dietingadvise\.club&lt;br /&gt;
get\-bitcoins\.online&lt;br /&gt;
gsacaptchabreaker(?:discount|socialser|help)\.com&lt;br /&gt;
gsasearchengineranker(?:discount|socialser|help)\.com&lt;br /&gt;
infoteraktual\.com&lt;br /&gt;
maildeluxehost\.com&lt;br /&gt;
typers\.biz&lt;br /&gt;
wp\-viralclick\.com&lt;br /&gt;
&lt;br /&gt;
s0ny\.flu\.cc&lt;br /&gt;
nazwamoj\.co\.pl&lt;br /&gt;
moon\.freog\.com&lt;br /&gt;
&lt;br /&gt;
 #&amp;lt;/pre&amp;gt; &amp;lt;!-- leave this line exactly as it is --&amp;gt;&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Email-blacklist&amp;diff=810</id>
		<title>MediaWiki:Email-blacklist</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Email-blacklist&amp;diff=810"/>
				<updated>2018-06-26T21:22:19Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; #&amp;lt;!-- leave this line exactly as it is --&amp;gt; &amp;lt;pre&amp;gt;&lt;br /&gt;
# Email addresses matching this list will be blocked from registering or sending emails&lt;br /&gt;
# This list affects only this wiki; refer also to the global blacklist.&lt;br /&gt;
# For documentation see https://www.mediawiki.org/wiki/Extension:SpamBlacklist&lt;br /&gt;
#&lt;br /&gt;
# Syntax is as follows:&lt;br /&gt;
#   * Everything from a &amp;quot;#&amp;quot; character to the end of the line is a comment&lt;br /&gt;
#   * Every non-blank line is a regex fragment which will only match hosts inside email addresses&lt;br /&gt;
&lt;br /&gt;
(bangkok|thailand)\-mega\.com&lt;br /&gt;
(bali|bangkok|thailand)\-traveller\.com&lt;br /&gt;
&lt;br /&gt;
banglatvshow\.com&lt;br /&gt;
bestwrinklecreamnow\.com&lt;br /&gt;
brainboostingsupplements\.org&lt;br /&gt;
captcha(?:ocr|s|eu)\.org&lt;br /&gt;
circlebpo\.com&lt;br /&gt;
coloncleanse\.club&lt;br /&gt;
dietingadvise\.club&lt;br /&gt;
get\-bitcoins\.online&lt;br /&gt;
gsasearchengineranker(?:discount|socialser|help)\.com&lt;br /&gt;
infoteraktual\.com&lt;br /&gt;
maildeluxehost\.com&lt;br /&gt;
typers\.biz&lt;br /&gt;
wp\-viralclick\.com&lt;br /&gt;
&lt;br /&gt;
s0ny\.flu\.cc&lt;br /&gt;
nazwamoj\.co\.pl&lt;br /&gt;
moon\.freog\.com&lt;br /&gt;
&lt;br /&gt;
 #&amp;lt;/pre&amp;gt; &amp;lt;!-- leave this line exactly as it is --&amp;gt;&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Email-blacklist&amp;diff=809</id>
		<title>MediaWiki:Email-blacklist</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Email-blacklist&amp;diff=809"/>
				<updated>2018-06-26T21:20:42Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; #&amp;lt;!-- leave this line exactly as it is --&amp;gt; &amp;lt;pre&amp;gt;&lt;br /&gt;
# Email addresses matching this list will be blocked from registering or sending emails&lt;br /&gt;
# This list affects only this wiki; refer also to the global blacklist.&lt;br /&gt;
# For documentation see https://www.mediawiki.org/wiki/Extension:SpamBlacklist&lt;br /&gt;
#&lt;br /&gt;
# Syntax is as follows:&lt;br /&gt;
#   * Everything from a &amp;quot;#&amp;quot; character to the end of the line is a comment&lt;br /&gt;
#   * Every non-blank line is a regex fragment which will only match hosts inside email addresses&lt;br /&gt;
&lt;br /&gt;
(bangkok|thailand)\-mega\.com&lt;br /&gt;
bestwrinklecreamnow\.com&lt;br /&gt;
brainboostingsupplements\.org&lt;br /&gt;
captcha(?:ocr|s|eu)\.org&lt;br /&gt;
circlebpo\.com&lt;br /&gt;
coloncleanse\.club&lt;br /&gt;
dietingadvise\.club&lt;br /&gt;
get\-bitcoins\.online&lt;br /&gt;
gsasearchengineranker(?:discount|socialser|help)\.com&lt;br /&gt;
infoteraktual\.com&lt;br /&gt;
maildeluxehost\.com&lt;br /&gt;
moon\.freog\.com&lt;br /&gt;
typers\.biz&lt;br /&gt;
wp\-viralclick\.com&lt;br /&gt;
&lt;br /&gt;
s0ny\.flu\.cc&lt;br /&gt;
&lt;br /&gt;
 #&amp;lt;/pre&amp;gt; &amp;lt;!-- leave this line exactly as it is --&amp;gt;&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Email-blacklist&amp;diff=808</id>
		<title>MediaWiki:Email-blacklist</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Email-blacklist&amp;diff=808"/>
				<updated>2018-06-26T21:18:02Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; #&amp;lt;!-- leave this line exactly as it is --&amp;gt; &amp;lt;pre&amp;gt;&lt;br /&gt;
# Email addresses matching this list will be blocked from registering or sending emails&lt;br /&gt;
# This list affects only this wiki; refer also to the global blacklist.&lt;br /&gt;
# For documentation see https://www.mediawiki.org/wiki/Extension:SpamBlacklist&lt;br /&gt;
#&lt;br /&gt;
# Syntax is as follows:&lt;br /&gt;
#   * Everything from a &amp;quot;#&amp;quot; character to the end of the line is a comment&lt;br /&gt;
#   * Every non-blank line is a regex fragment which will only match hosts inside email addresses&lt;br /&gt;
&lt;br /&gt;
bestwrinklecreamnow\.com&lt;br /&gt;
brainboostingsupplements\.org&lt;br /&gt;
captcha(?:ocr|s|eu)\.org&lt;br /&gt;
circlebpo\.com&lt;br /&gt;
coloncleanse\.club&lt;br /&gt;
dietingadvise\.club&lt;br /&gt;
get\-bitcoins\.online&lt;br /&gt;
gsasearchengineranker(?:discount|socialser|help)\.com&lt;br /&gt;
infoteraktual\.com&lt;br /&gt;
maildeluxehost\.com&lt;br /&gt;
moon\.freog\.com&lt;br /&gt;
thailand-mega\.com&lt;br /&gt;
typers\.biz&lt;br /&gt;
&lt;br /&gt;
 #&amp;lt;/pre&amp;gt; &amp;lt;!-- leave this line exactly as it is --&amp;gt;&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Email-blacklist&amp;diff=807</id>
		<title>MediaWiki:Email-blacklist</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Email-blacklist&amp;diff=807"/>
				<updated>2018-06-26T21:17:31Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: Created page with &amp;quot; #&amp;lt;!-- leave this line exactly as it is --&amp;gt; &amp;lt;pre&amp;gt; # Email addresses matching this list will be blocked from registering or sending emails # This list affects only this wiki; r...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; #&amp;lt;!-- leave this line exactly as it is --&amp;gt; &amp;lt;pre&amp;gt;&lt;br /&gt;
# Email addresses matching this list will be blocked from registering or sending emails&lt;br /&gt;
# This list affects only this wiki; refer also to the global blacklist.&lt;br /&gt;
# For documentation see https://www.mediawiki.org/wiki/Extension:SpamBlacklist&lt;br /&gt;
#&lt;br /&gt;
# Syntax is as follows:&lt;br /&gt;
#   * Everything from a &amp;quot;#&amp;quot; character to the end of the line is a comment&lt;br /&gt;
#   * Every non-blank line is a regex fragment which will only match hosts inside email addresses&lt;br /&gt;
&lt;br /&gt;
 #&amp;lt;/pre&amp;gt; &amp;lt;!-- leave this line exactly as it is --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
bestwrinklecreamnow\.com&lt;br /&gt;
brainboostingsupplements\.org&lt;br /&gt;
captcha(?:ocr|s|eu)\.org&lt;br /&gt;
circlebpo\.com&lt;br /&gt;
coloncleanse\.club&lt;br /&gt;
dietingadvise\.club&lt;br /&gt;
get\-bitcoins\.online&lt;br /&gt;
gsasearchengineranker(?:discount|socialser|help)\.com&lt;br /&gt;
infoteraktual\.com&lt;br /&gt;
maildeluxehost\.com&lt;br /&gt;
moon\.freog\.com&lt;br /&gt;
thailand-mega\.com&lt;br /&gt;
typers\.biz&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Instability&amp;diff=806</id>
		<title>v0.13:Instability</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Instability&amp;diff=806"/>
				<updated>2018-06-26T19:49:03Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: Admin command info for debugging instability&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
&lt;br /&gt;
'''Instability''' refers to dangerous, destructive, or unpleasant features in an age.  Instability can be caused by conflicts in an [[Writing|age's description]] or by an overabundance of rare resources—intentional or not.&lt;br /&gt;
&lt;br /&gt;
In [http://dni.wikia.com/wiki/Myst_(Game) Myst lore], the [http://dni.wikia.com/wiki/Art Art] of writing ages was primarily focused on avoiding [http://dni.wikia.com/wiki/Art#Restrictions contradictions that would cause instability].  Mystcraft builds on that by also making it a balance mechanic.&lt;br /&gt;
&lt;br /&gt;
== Levels of Instability ==&lt;br /&gt;
Instability comes in several degrees of severity. The weakest form a world that is vaguely inhospitable to outsiders. These are worlds that inflict potion-style debuffs on you, or that give mobs in the world a benefit/positive buff.  The weakest form of these only affect you when you are &amp;quot;outdoors&amp;quot; (exposed to the sky); stronger forms affect you when you are inside/underground.&lt;br /&gt;
&lt;br /&gt;
The middle severity form worlds that are generally dangerous. Worlds that are so close to the sun that you (and mobs in the world) take damage from the environment. Etc.&lt;br /&gt;
&lt;br /&gt;
The final severity are worlds that will be destroyed given enough time. This can range from meteors, to decay blocks, to runaway erosion.&lt;br /&gt;
&lt;br /&gt;
=== Severity Mechanics ===&lt;br /&gt;
Internally, instability can be generated (or reduced) based on factors of writing. Some symbols, such as &amp;quot;lacking medium features&amp;quot;, directly add; others, typically that duplicate an instability affect, directly reduce. Explicitly writing inconsistencies will add, as will using &amp;quot;clear modifiers&amp;quot; to remove dangling modifiers.&lt;br /&gt;
Other factors include mod behavior (other mods can add or subtract instability) and general luck/variation as the world is explored (approximately every 100 chunks the instability level is recalculated based on what blocks the world contains).&lt;br /&gt;
&lt;br /&gt;
Each type of instability can be individually disabled in the config file; if the nausea effect (for example) is a problem, one can disable only that and leave the others. On a server, the server must disable the unwanted effects.&lt;br /&gt;
&lt;br /&gt;
Because instability levels can change over time, the current version of Mystcraft does not put block-based instability into the chunks at world gen, but alters the chunk during play.&lt;br /&gt;
&lt;br /&gt;
Internally, there are 5 categories of instability levels. However, there is overlap at different levels of probability. World destruction is only found in the last 2 categories, for example, but different forms of world destruction are found at different probabilities in those 2 categories. Harmful environment can be found in the last 3 categories. Potion effects are found in at least the first 3 categories, can happen multiple times (will stack to a stronger potion effect level), and in later categories will affect you when you are not exposed to the sky (global/affecting the underground as well).  These are managed internally using card deck mechanics.&lt;br /&gt;
&lt;br /&gt;
== Status Effects ==&lt;br /&gt;
&lt;br /&gt;
Instability can manifest as [https://minecraft.gamepedia.com/Status_effect status effects] on players and other [https://minecraft.gamepedia.com/Mob mobs] when inside an Age.  Depending on how unstable the Age is, some effects may only show up on the surface of the Age, or they may be present regardless of location.&lt;br /&gt;
&lt;br /&gt;
Status effects may appear at any level of instability, Ages with only surface status effects can still be quite livable.&lt;br /&gt;
&lt;br /&gt;
=== Possible Statuses ===&lt;br /&gt;
&lt;br /&gt;
* [https://minecraft.gamepedia.com/Status_effect#Blindness Blindness]&lt;br /&gt;
* [https://minecraft.gamepedia.com/Status_effect#Hunger Hunger]&lt;br /&gt;
* [https://minecraft.gamepedia.com/Status_effect#Mining_Fatigue Mining Fatigue]&lt;br /&gt;
* [https://minecraft.gamepedia.com/Status_effect#Nausea Nausea]&lt;br /&gt;
* [https://minecraft.gamepedia.com/Status_effect#Poison Poison]&lt;br /&gt;
* [https://minecraft.gamepedia.com/Status_effect#Regeneration Regeneration]†&lt;br /&gt;
* [https://minecraft.gamepedia.com/Status_effect#Resistance Resistance]†&lt;br /&gt;
* [https://minecraft.gamepedia.com/Status_effect#Slowness Slowness]&lt;br /&gt;
* [https://minecraft.gamepedia.com/Status_effect#Weakness Weakness]&lt;br /&gt;
* [https://minecraft.gamepedia.com/Status_effect#Wither Wither]&lt;br /&gt;
&lt;br /&gt;
† Applied to all mobs except players.&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
&lt;br /&gt;
Surface effects will apply when standing on any block exposed to the sky.  Transparent blocks such as [https://minecraft.gamepedia.com/Glass Glass] do not prevent exposure. {{verify}}&lt;br /&gt;
&lt;br /&gt;
Some blocks from other mods may be transparent despite appearing solid, meaning they will not prevent exposure to surface level effects.&lt;br /&gt;
&lt;br /&gt;
==  Harmful environment ==&lt;br /&gt;
=== Random Explosions ===&lt;br /&gt;
Explosions are created randomly. These explosions can light blocks on fire, deal damage to the player and knock the player off the world if it is a Void, End, or Skylands world, but they are generally incapable of destroying blocks such as Stone.&lt;br /&gt;
&lt;br /&gt;
===  Scorched Surface ===&lt;br /&gt;
Mobs and players can be set on fire. The fire damage is done in short bursts at approximately 5 second intervals that tick for 4-5 points of damage to mobs, but less than half a heart damage to unarmoured players. {{Verify}}&lt;br /&gt;
&lt;br /&gt;
=== Charged ===&lt;br /&gt;
Lightning strikes will occur at random in the world.&lt;br /&gt;
All the normal effects of lightning will happen (creepers charge, trees catch on fire, etc.)&lt;br /&gt;
&lt;br /&gt;
== World Destroying ==&lt;br /&gt;
&lt;br /&gt;
Left unchecked, these will ultimately result in the destruction of everything in the Age.&lt;br /&gt;
&lt;br /&gt;
=== Meteors ===&lt;br /&gt;
&lt;br /&gt;
[[File:Craters.jpg|thumb|Example of the craters left by meteors.]]&lt;br /&gt;
Meteors will fall randomly from the sky and destroy large sections of the world. Meteors can destroy the entire world if given enough time. Meteors may leave some ores around the crater.&lt;br /&gt;
&lt;br /&gt;
=== Decay Blocks ===&lt;br /&gt;
Several types of Colored Decay exist.&lt;br /&gt;
&lt;br /&gt;
==== Black Decay ====&lt;br /&gt;
&lt;br /&gt;
Time to break with diamond shovel: &amp;quot;fast&amp;quot; (Needs better testing.) {{verify}}&amp;lt;br /&amp;gt;&lt;br /&gt;
Speed: Low.&amp;lt;br /&amp;gt;&lt;br /&gt;
Unique feature: Causes ground to collapse.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
It only {{verify}} spreads to existing blocks, and it spreads faster up and down than it does to the sides{{verify}} (( this seems really wrong; in 1.4.7 my memory is that it would only spread down and sideways, not up, and would spread faster sideways. I have not seen black decay in modern Mystcraft )). It also has the unique trait when two blocks form on top of each other, they will merge into one block of decay and cause every block above it to fall, even blocks that are normally unaffected by gravity. It can be blown up with TNT.&lt;br /&gt;
&lt;br /&gt;
Black decay will spread through bedrock. If it reaches the bottom of the world, then the entire column of blocks above it will fall out of the world.&lt;br /&gt;
&lt;br /&gt;
Black decay collapsing will stop at air blocks; because of the presence of caves, or even a manually placed/carved airgap, black decay will leave scattered islands, at least temporarily. Because new decay blocks will be placed over time, eventually those platforms will go as well.&lt;br /&gt;
&lt;br /&gt;
When a column collapses, the 4 neighboring columns can have air gaps collapse  if the collapsing column goes up to the top of the air.&lt;br /&gt;
&lt;br /&gt;
Any water on top of a collapsing column is deleted (replaced with air)  {{verify}} the effect on other liquids such as lava.&lt;br /&gt;
&lt;br /&gt;
==== Blue Decay ====&lt;br /&gt;
&lt;br /&gt;
Time to break with diamond pick: aprox. 2 seconds. {{Verify}}&amp;lt;br /&amp;gt;&lt;br /&gt;
Speed: Medium.&amp;lt;br /&amp;gt;&lt;br /&gt;
Unique feature: Spreads based on mining hardness.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Blue decay travels through blocks at a speed based on the mining hardness;  blocks that are easier to mine will spread faster. It will not spread through bedrock.&lt;br /&gt;
&lt;br /&gt;
It can be blown up with TNT.&lt;br /&gt;
&lt;br /&gt;
==== Red Decay ====&lt;br /&gt;
&lt;br /&gt;
Time to break with diamond pick: aprox. 3 seconds. {{Verify}}&amp;lt;br /&amp;gt;&lt;br /&gt;
Speed: Medium.&amp;lt;br /&amp;gt;&lt;br /&gt;
Unique feature: Spreads based on TNT resistance.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Blue decay travels through blocks at a speed based on the  explosion resistance; blocks that are easier to blow up with TNT will spread faster. It will not spread through bedrock.&lt;br /&gt;
&lt;br /&gt;
It can be blown up with TNT.&lt;br /&gt;
&lt;br /&gt;
==== Purple Decay ====&lt;br /&gt;
&lt;br /&gt;
Time to break with diamond pick: aprox. 10 seconds.{{Verify}}&amp;lt;br /&amp;gt;&lt;br /&gt;
Speed: Medium.&amp;lt;br /&amp;gt;&lt;br /&gt;
Unique feature: Spreads through liquids, other decay blocks, and air.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It breaks around as fast as obsidian {{verify}}. If you are in the air, it's even worse than the feared White Decay.{{verify}}&lt;br /&gt;
It spreads rapidly through liquids, a little slower through other decay blocks, slower yet through air (but faster than red or blue spread through air), and very slow through ground blocks.&lt;br /&gt;
&lt;br /&gt;
It has an 85% chance to spawn in a Dense Ores World{{verify}}. It can NOT be blown up with TNT. {{verify}}&lt;br /&gt;
&lt;br /&gt;
Purple decay will not spread through bedrock.&lt;br /&gt;
&lt;br /&gt;
==== White Decay ====&lt;br /&gt;
&lt;br /&gt;
Time to break with diamond pick: aprox. 10 seconds.&amp;lt;br /&amp;gt;&lt;br /&gt;
Speed: fast.&amp;lt;br /&amp;gt;&lt;br /&gt;
Unique feature: Can damage player.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:White decay 20min.png|thumbnail|right|White decay after 20 minutes of instability, beginning to grow over meteor craters.]]&lt;br /&gt;
White Decay acts like the other colored decays, but eats through everything much quicker. It will eat through other  decay blocks (tested in 1.4.7; even a black decay heavy world was calmed down. {{verify}} for current Mystcraft), and slowly grows into the air. It is also the only decay that can physically harm the player. It deals an armor-penetrating half-heart of damage per second, but only if the player is moving. It can NOT be blown up with TNT.&lt;br /&gt;
&lt;br /&gt;
=== Crumble ===&lt;br /&gt;
&lt;br /&gt;
An erosion effect; will cause blocks to break down. Diamond ore will turn into coal ore. Smooth stone will turn into cobblestone. Gravel will turn into sand. Logs into planks. Etc.&lt;br /&gt;
&lt;br /&gt;
Given enough time, this will result in a world that is entirely sand.&lt;br /&gt;
&lt;br /&gt;
In the most extreme form, bedrock will also erode, and the outcome will be a void world.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
=== Disabling Effects ===&lt;br /&gt;
&lt;br /&gt;
Instability configuration can be found in your [https://minecraft.gamepedia.com/.minecraft .minecraft] folder, inside &amp;lt;code&amp;gt;config/mystcraft/instabilities.cfg&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Each instability effect can be disabled as desired by changing &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;false&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Lines containing a [[#Status Effect|Status Effect]] followed by &amp;lt;code&amp;gt;,g&amp;lt;/code&amp;gt; (such as &amp;lt;code&amp;gt;B:&amp;quot;hunger,g.enabled&amp;quot;=true&amp;lt;/code&amp;gt;) refer to the global version of that effect.  All other lines containing a status effect refer to the surface-level version of that effect.&lt;br /&gt;
&lt;br /&gt;
=== Disabling All Instability ===&lt;br /&gt;
&lt;br /&gt;
A shortcut to disable all instability is to set the &amp;lt;code&amp;gt;global.enabled&amp;lt;/code&amp;gt; flag to false in the &amp;lt;code&amp;gt;instability&amp;lt;/code&amp;gt; section of &amp;lt;code&amp;gt;config/mystcraft/balance.cfg&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Profiling ===&lt;br /&gt;
&lt;br /&gt;
When starting a new world with Mystcraft installed, a profiling process will begin in the background.  This process is used to determine the rarity of the various blocks and liquids in the game.  If an Age contains a significant amount of rare materials, instability will be added to compensate for balance.&lt;br /&gt;
&lt;br /&gt;
If profiling degrades performance significantly and waiting for it to complete is not an option, it can be disabled in the configuration.  See the comments in the &amp;lt;code&amp;gt;baselining&amp;lt;/code&amp;gt; section of &amp;lt;code&amp;gt;config/mystcraft/core.cfg&amp;lt;/code&amp;gt; for more details.&lt;br /&gt;
&lt;br /&gt;
Advanced users can provide their own values for each block instead of profiling, by filling out &amp;lt;code&amp;gt;config/mystcraft/balance.cfg&amp;lt;/code&amp;gt; and fully disabling profiling.&lt;br /&gt;
&lt;br /&gt;
== Admin Commands ==&lt;br /&gt;
It is possible to try to determine why an age is unstable using the Mystcraft debug command (&amp;lt;code&amp;gt;/myst-dbg&amp;lt;/code&amp;gt;).  This command will automatically complete entries when you press tab, and will cycle to the next possible option on another tab press.&lt;br /&gt;
&lt;br /&gt;
In order to read the current instability score values in an age, the &amp;lt;code&amp;gt;read&amp;lt;/code&amp;gt; instruction should be used. Here we want to read from &amp;lt;code&amp;gt;ages&amp;lt;/code&amp;gt;, followed by specifying the target age (currently loaded ages are available). The instability values are under &amp;lt;code&amp;gt;instability&amp;lt;/code&amp;gt;, and split into multiple sections.  The &amp;lt;code&amp;gt;total&amp;lt;/code&amp;gt; gives the absolute instability score of the age.&lt;br /&gt;
&lt;br /&gt;
==== Example Commands ====&lt;br /&gt;
&amp;lt;code&amp;gt;/myst-dbg read ages agedata_2 instability total&lt;br /&gt;
&lt;br /&gt;
/myst-dbg read ages agedata_2 instability blocks_total&lt;br /&gt;
&lt;br /&gt;
/myst-dbg read ages agedata_2 instability bonus_total&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Autoredirect-namespaces&amp;diff=757</id>
		<title>MediaWiki:Autoredirect-namespaces</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Autoredirect-namespaces&amp;diff=757"/>
				<updated>2018-06-24T22:01:14Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*=v0.13.4, v0.13.2, v0.12, v0.11&lt;br /&gt;
*v0.11 = v0.13.4, v0.13.2, v0.12&lt;br /&gt;
*v0.12 = v0.13.4, v0.13.2&lt;br /&gt;
*v0.13.2 = v0.13.4&lt;br /&gt;
*User = User&lt;br /&gt;
*User talk = User&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Namespace-links&amp;diff=756</id>
		<title>MediaWiki:Namespace-links</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=MediaWiki:Namespace-links&amp;diff=756"/>
				<updated>2018-06-24T22:00:02Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*v0.13.4=v0.13.4&lt;br /&gt;
*v0.13.4 Talk=v0.13.4&lt;br /&gt;
&lt;br /&gt;
*v0.13.2=v0.13.2&lt;br /&gt;
*v0.13.2 Talk=v0.13.2&lt;br /&gt;
&lt;br /&gt;
*v0.12=v0.12&lt;br /&gt;
*v0.12 Talk=v0.12&lt;br /&gt;
&lt;br /&gt;
*v0.11=v0.11&lt;br /&gt;
*v0.11 Talk=v0.11&lt;br /&gt;
&lt;br /&gt;
*User=User&lt;br /&gt;
*User talk=User&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=User_talk:XCompWiz&amp;diff=608</id>
		<title>User talk:XCompWiz</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=User_talk:XCompWiz&amp;diff=608"/>
				<updated>2018-06-20T19:08:28Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi there! I have a request, is it possible for you to turn on image uploading for the wiki? It would be useful for crafting recipes and the such. --[[User:Nawor3565|Nawor3565]] ([[User talk:Nawor3565|talk]]) 12:54, 11 June 2018 (EDT)&lt;br /&gt;
: Should be working now. :) Sorry for the delay. [[User:XCompWiz|XCompWiz]] ([[User talk:XCompWiz|talk]]) 15:02, 18 June 2018 (EDT)&lt;br /&gt;
:: Thanks! Although it looks like only linking to images is enabled, it says that uploading them is restricted to administrators. When you have a chance, could you enable uploading images as well? :) --[[User:Nawor3565|Nawor3565]] ([[User talk:Nawor3565|talk]]) 12:34, 19 June 2018 (EDT)&lt;br /&gt;
::: In order to prevent abuse, I've added a role to handle this. Easy to give, and I'll give it to everyone, but I don't want it to be automatic to prevent spam bots from uploading junk. :P [[User:XCompWiz|XCompWiz]] ([[User talk:XCompWiz|talk]]) 15:08, 20 June 2018 (EDT)&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Writing&amp;diff=537</id>
		<title>v0.13:Writing</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Writing&amp;diff=537"/>
				<updated>2018-06-18T19:27:29Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: Created page with &amp;quot;  == XComp's Facts == * Some symbols function as modifiers for other symbols (ex. Red Color, Stone Block). * Modifiers come before the symbol they modify * Incomplete age desc...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
== XComp's Facts ==&lt;br /&gt;
* Some symbols function as modifiers for other symbols (ex. Red Color, Stone Block).&lt;br /&gt;
* Modifiers come before the symbol they modify&lt;br /&gt;
* Incomplete age descriptions will be parsed by the universe (following a grammar) and then further expanded&lt;br /&gt;
** This is similar to if you provided the words &amp;quot;red&amp;quot; &amp;quot;dog&amp;quot; &amp;quot;ball&amp;quot; and the universe expanded it to &amp;quot;The red dog plays with the ball&amp;quot;.  The grammar expansion is random, and may take different expansions: &amp;quot;The red car narrowly missed the dog chasing the ball&amp;quot; is an equally valid expansion.&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Descriptive_Book&amp;diff=536</id>
		<title>v0.13:Descriptive Book</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Descriptive_Book&amp;diff=536"/>
				<updated>2018-06-18T19:20:42Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
The '''descriptive book''' is an object crafted in the [[Book Binder]].  It creates and allows travel to a new custom dimension, known as an &amp;quot;[[Ages|Age]].&amp;quot;  Ages can be random, or crafted carefully by [[Writing|writing]] a description of the desired Age with [[Symbols|symbol pages]].&lt;br /&gt;
&lt;br /&gt;
==Use==&lt;br /&gt;
The safest way to use a descriptive book is to place it on a [[Lectern|lectern]] or [[Book Stand|book stand]] first.  To use a book displayed in this way, right click to open the book to the first page, then left-click the linking panel to travel to the Age described.&lt;br /&gt;
&lt;br /&gt;
The same process is used with a book held in the hand, but at the risk of damaging or destroying the book itself (see Warnings:Dropped Books, below).&lt;br /&gt;
&lt;br /&gt;
With books that have been written with symbols, opening the book and then clicking on the folded page corners allow you to turn the pages and review which symbols were used, and in what order.  This is useful to learn about the grammar of writing, or to figure out why an Age is not what you expected.&lt;br /&gt;
&lt;br /&gt;
A book on the ground is picked up by sneak-right-clicking with an empty hand.&lt;br /&gt;
&lt;br /&gt;
==Warnings==&lt;br /&gt;
===One Way Trip===&lt;br /&gt;
All links to new Ages are one-way.  It is highly recommended that you carry one or more [[Linking Book|linking books]] with you.  Without a return linking book, you may become trapped in the new Age if there is not a [[Star Fissure|star fissure]] to jump into.  Otherwise, hope that the materials necessary to create ink, paper, and other supplies are available on this Age in order to write new Ages in search of a star fissure.&lt;br /&gt;
&lt;br /&gt;
===Dropped Books===&lt;br /&gt;
A descriptive book used to link to an Age does not follow the user.  If protected by a lectern or book stand, it remains safe.  However, if the book was held in the user's hand when they linked, it will drop to the ground and begin taking damage which cannot be repaired.  The rate of damage is faster when exposed to liquid, such as during rain or if dropped into a lake or other body of water.  Books dropped into lava are almost instantly destroyed.&lt;br /&gt;
&lt;br /&gt;
===Instability===&lt;br /&gt;
Sometimes Ages are written poorly.  Common writing problems include an insufficiently specific description, greed (an Age made entirely of diamond ore, for example), including contradictory elements, or simply not following the grammar used by the special form of the D'ni language known as &amp;quot;The Skill&amp;quot; or &amp;quot;The Art.&amp;quot;  When writing errors are made, Ages can exhibit features known collectively as ''[[Instability|instability]].'' &lt;br /&gt;
&lt;br /&gt;
Instability can manifest subtle ways, such as the occasional unexpected onset of undesirable potion effects, or in more spectacular and highly hazardous ways, such as a rain of destructive meteors.  A particularly insidious form of instability is [[Decay]], which as its name suggests, causes the very substance of the Age itself to decay, eventually leading to its complete destruction over time.  Being trapped in a decaying Age is problematic.&lt;br /&gt;
&lt;br /&gt;
==Crafting==&lt;br /&gt;
In a [[Book Binder|book binder]], put leather in the square slot on the left side of the interface and a [[Linking Panel Page|link panel page]] plus, optionally, any desired symbol pages in the wide dark field underneath.  Right-clicking on the dark field with a [[Collation Folder|collation folder]] will empty the contents of the folder, in order, into the book binder for ease of composition and binding. &lt;br /&gt;
&lt;br /&gt;
Name the Age in the text box at the top, and the bound descriptive book will appear in the square box at the right of the interface.&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Linking_Book&amp;diff=535</id>
		<title>v0.13:Linking Book</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Linking_Book&amp;diff=535"/>
				<updated>2018-06-18T19:20:03Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
&lt;br /&gt;
A ''linking book'' allows for transport across, and sometimes within, dimensions.  Like a [[Descriptive Book|descriptive book]], it takes damage if dropped on the ground, can be protected from this damage with a [[Book Stand|book stand]] or [[Lectern|lectern]], and does not follow the user linking with it.&lt;br /&gt;
&lt;br /&gt;
It is created by holding an [[Unlinked Link Book]] in the hand and right-clicking with it.  The link created permanently captures both the link location and the direction the user is facing when the link is created.&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Star_Fissure&amp;diff=534</id>
		<title>v0.13:Star Fissure</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Star_Fissure&amp;diff=534"/>
				<updated>2018-06-18T19:18:42Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
A '''Star Fissure''' is a rift in time and space in Mystcraft [[Ages]] which tears a hole from the surface of the world through bedrock. At the bottom of this rift is a starry expanse, and anything that passes through will end up on the surface of the Overworld.&lt;br /&gt;
&lt;br /&gt;
Star Fissures are the only non-cheating option for trapped players to return to the Overworld, though they are relatively rare. Only ages that have the Star Fissure symbol will contain them.&lt;br /&gt;
&lt;br /&gt;
== Location within an Age ==&lt;br /&gt;
In any age that has one, the Star Fissure will show up near the age's spawn point. Using a minimap, fissures appear as transparent holes on the map, making locating a fissure very easy. However, since players often cannot see the stars at the bottom of a fissure from the surface, Star Fissures can be difficult to identify and find in Skylands ages.&lt;br /&gt;
&lt;br /&gt;
== Mechanics ==&lt;br /&gt;
A Star Fissure will usually return the player to within a few hundred blocks of the Overworld spawn point. After falling through a Star Fissure, the player drops from the top of the world, often dying from the fall unless they fall into water, are capable of flying, or are otherwise protected from fall damage. On normal difficulty, this death should return the player to the nearby Overworld spawn point. If the difficulty setting is set to Peaceful then the Star Fissure will return the player to the Overworld spawn point without dropping the player from the top of the world.&lt;br /&gt;
&lt;br /&gt;
== Generating an Age with a Fissure ==&lt;br /&gt;
A player who has lost access to the Overworld can attempt to write or randomly find an age that has a Star Fissure.  One can generate random ages by finding Sugar Cane, wood, and Feathers somewhere in their current age in order to make another [[Descriptive Book]] in an attempt to move to an age that does have a Star Fissure. When doing this, it is generally a good idea to stock up on supplies before moving as some ages do not have these materials readily available.  Using an age with resources as a hub and keeping linking books to it can greatly aid the search.&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=Help:Useful_Templates&amp;diff=533</id>
		<title>Help:Useful Templates</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=Help:Useful_Templates&amp;diff=533"/>
				<updated>2018-06-18T19:08:42Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: Created page with &amp;quot;This is a list of templates which are very useful when editing pages.  * {{tl|av}} - This template should be included at the top of all pages in the version namespaces, as it...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of templates which are very useful when editing pages.&lt;br /&gt;
&lt;br /&gt;
* {{tl|av}} - This template should be included at the top of all pages in the version namespaces, as it provides the version switching information.&lt;br /&gt;
* {{tl|version}} - Useful for tagging information related to specific versions, or indicating a change occurred at a specific version.&lt;br /&gt;
* {{tl|upcoming changes}} - marks that a feature is under active development and is likely to change, possibly even within the current major version.&lt;br /&gt;
* {{tl|buggy}} - Because things often are&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=Template:Upcoming_changes&amp;diff=532</id>
		<title>Template:Upcoming changes</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=Template:Upcoming_changes&amp;diff=532"/>
				<updated>2018-06-18T19:06:53Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{colored notice box|bg=#ccf|style=color:#000|text=&lt;br /&gt;
This feature is under '''active development''' and will likely see changes between minor versions. {{#if:{{{withoutsection|}}}||Please view the [[#{{{section|Upcoming}}}|{{{section|Upcoming}}}]] section for details.}}&lt;br /&gt;
}}{{#ifeq:{{{cat|}}}|nocat||{{Category|Upcoming changes}}}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{doc}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=User:XCompWiz&amp;diff=531</id>
		<title>User:XCompWiz</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=User:XCompWiz&amp;diff=531"/>
				<updated>2018-06-18T19:03:15Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The mod author and creator.&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=User:XCompWiz&amp;diff=530</id>
		<title>User:XCompWiz</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=User:XCompWiz&amp;diff=530"/>
				<updated>2018-06-18T19:03:05Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: Created page with &amp;quot;The mod author can creator.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The mod author can creator.&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=User_talk:XCompWiz&amp;diff=529</id>
		<title>User talk:XCompWiz</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=User_talk:XCompWiz&amp;diff=529"/>
				<updated>2018-06-18T19:02:40Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi there! I have a request, is it possible for you to turn on image uploading for the wiki? It would be useful for crafting recipes and the such. --[[User:Nawor3565|Nawor3565]] ([[User talk:Nawor3565|talk]]) 12:54, 11 June 2018 (EDT)&lt;br /&gt;
: Should be working now. :) Sorry for the delay. [[User:XCompWiz|XCompWiz]] ([[User talk:XCompWiz|talk]]) 15:02, 18 June 2018 (EDT)&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Getting_Started&amp;diff=528</id>
		<title>v0.13:Getting Started</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Getting_Started&amp;diff=528"/>
				<updated>2018-06-18T18:50:43Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: /* Instability */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
'''Mystcraft''' is a mod based on the universe introduced by Cyan's groundbreaking 1993 game, ''Myst.''  It allows you to create and travel to dimensions, called Ages, by &amp;quot;writing&amp;quot; books with symbol pages that describe aspects you wish the Age to have.  A [[Descriptive Book]], when completed, has a panel that will transport the player into the Age it describes.&lt;br /&gt;
&lt;br /&gt;
Be warned: Mystcraft-based transportation between vanilla dimensions, dimension from other mods, and Mystcraft Ages are one-way.  A [[Linking Book]] or two will allow you to return.  It is possible to get stuck in a dying Age, unable to return to the Overworld.&lt;br /&gt;
&lt;br /&gt;
'''Any book used (Linking or descriptive) will stay behind.''' Returning requires either another book, or some tool from another mod. Finding and jumping into a [[Star Fissure]] will also return you to the overworld.&lt;br /&gt;
&lt;br /&gt;
===Resources Needed===&lt;br /&gt;
The three most frequently used resources are: sugar cane, leather, and ink sacs.  Setting up cane and cow farms near a squid-spawning body of water is helpful, though not strictly required.  A wheat farm will help with increasing your herd.&lt;br /&gt;
&lt;br /&gt;
Other resources required for a minimal setup:&lt;br /&gt;
* 5 smooth stone&lt;br /&gt;
* 12 planks&lt;br /&gt;
* 3 iron ingots&lt;br /&gt;
* 3 sand, smelted into glass, and crafted into glass bottles&lt;br /&gt;
* 1 feather&lt;br /&gt;
&lt;br /&gt;
Some extra wood and a piece of string will allow you to make a [[Book Stand]] or [[Lectern]], and the useful [[Symbol Portfolio]]&lt;br /&gt;
&lt;br /&gt;
===Equipment===&lt;br /&gt;
To write custom Ages, craft and place:&lt;br /&gt;
* [[Ink Mixer]]&lt;br /&gt;
* [[Book Binder]]&lt;br /&gt;
* [[Writing Desk]] (2 blocks wide)&lt;br /&gt;
&lt;br /&gt;
The Writing Desk has two primary functions: organizing symbols, and making duplicates/copies of them. It is NOT necessary, but the balance of available symbols might not be sufficient if you do not have a way to make duplicates of them.&lt;br /&gt;
&lt;br /&gt;
Craft at least one [[Ink Vial]] and put it in the upper-left box in the ink mixer's interface.  The ink itself will go into the center of the mixer, making a black circle, and depositing the emptied vial in the upper-right box.  Put paper in the lower-left box and, provided ink is available, a [[Link Panel Page]] will appear in the lower-right box.&lt;br /&gt;
&lt;br /&gt;
Put leather in the book binder, in the square slot on the left side of the interface.&lt;br /&gt;
&lt;br /&gt;
===Create and Travel to a Random Age===&lt;br /&gt;
Take a Link Panel Page from the ink mixer and put it in the wide grey space of the book binder.  The &amp;quot;Missing Link Panel&amp;quot; warning will go away.  In the text box at the top of the book binder interface, type the name you give to this Age.  (In ''Myst: The Book of Atrus,'' the title character named his first Age ''Inception.'')  If you have additional symbol pages, they would be added after the link panel in the grey box to narrow down the specifics of your Age; however, the minimum requirement for creating a descriptive book is just a name, a piece of leather for the cover, and a linking panel.&lt;br /&gt;
&lt;br /&gt;
Take your descriptive book out of the book binder.  Right click with it in your hand and it will open to the linking panel. &lt;br /&gt;
&lt;br /&gt;
'''Note:''' Clicking on the link panel will take you to this new Age with no way back!&lt;br /&gt;
&lt;br /&gt;
Craft a [[Linking Book]] by combining a link panel page with a piece of leather in any crafting grid.  It will begin as a grey, unlinked book.  Right-clicking on the ground (or other nearby object) with an unlinked linking book in your hand will forever link it to that place.  Doing this in the Overworld will allow you to get back.  The standard link panel page can only be used to travel across Ages/dimensions.  (Intra-demension linking is possible by making different ink in the ink mixer.)&lt;br /&gt;
&lt;br /&gt;
It's best to bring a few book stands or lecterns with you as well.  Linking transports ''you,'' but not the book that remains behind as you travel to the new Age.  Books on the ground lose durability, especially if they get wet.  Book stands and lecterns protect the books from this damage.  &lt;br /&gt;
&lt;br /&gt;
Once you have a descriptive book, one or more linked linking books, and a book stand or two, you're ready to travel.  Place down a book stand/lectern and put your Age descriptive book on it.  Open the book and click the linking panel on the first page.  Once you arrive in the new Age, place another book stand in a safe place and put your return linking book on it.  &lt;br /&gt;
&lt;br /&gt;
Now you're thinking with Mystcraft!&lt;br /&gt;
&lt;br /&gt;
===Next Steps===&lt;br /&gt;
What to do next is up to you.  Some ideas:&lt;br /&gt;
* Quickly link back to the Overworld because this Age is hazardous!&lt;br /&gt;
* Explore this Age because it's not too hazardous (maybe even quite pleasant)&lt;br /&gt;
* Seek out symbol pages in either the Overworld or your new Age so that you can be more specific about your Age design next time&lt;br /&gt;
* Set up a transportation hub with a collection of linking books to useful points of interest in the universe&lt;br /&gt;
* Trick your enemies into linking to Ages with no return book to trap them&lt;br /&gt;
* Link yourself into an Age with no linking book to see if you can find a way back to the Overworld (there are a few possibilities with a little luck)&lt;br /&gt;
* Learn about [[Instability]] or [[Writing]] by reading these articles (spoilers!), or try to figure those things out in-game&lt;br /&gt;
&lt;br /&gt;
=== External links ===&lt;br /&gt;
Tutorial (detailed) playlist: https://www.youtube.com/playlist?list=PLFYVR-tqmunWjoBJydHMNdeHC6PDjh7ns&lt;br /&gt;
(Written for an older version, but still 98%+ accurate.)','utf-8'),(218,'The '''descriptive book''' is an object crafted in the [[Book Binder]].  It creates and allows travel to a new custom dimension, known as an &amp;quot;Age.&amp;quot;  The Ages can be random, or crafted carefully by [[Writing|writing]] a description of the desired Age with [[Pages|symbol pages]].&lt;br /&gt;
&lt;br /&gt;
==Use==&lt;br /&gt;
The safest way to use a descriptive book is to place it on a [[Lectern|lectern]] or [[Book Stand|book stand]] first.  To use a book displayed in this way, right click to open the book to the first page, then left-click the linking panel to travel to the Age described.&lt;br /&gt;
&lt;br /&gt;
The same process is used with a book held in the hand, but at the risk of damaging or destroying the book itself (see Warnings:Dropped Books, below).&lt;br /&gt;
&lt;br /&gt;
With books that have been written with symbols, opening the book and then clicking on the folded page corners allow you to turn the pages and review which symbols were used, and in what order.  This is useful to learn about the grammar of writing, or to figure out why an Age is not what you expected.&lt;br /&gt;
&lt;br /&gt;
A book on the ground is picked up by sneak-right-clicking with an empty hand.&lt;br /&gt;
&lt;br /&gt;
==Warnings==&lt;br /&gt;
===One Way Trip===&lt;br /&gt;
All links to new Ages are one-way.  It is highly recommended that you carry one or more [[Linking Book|linking books]] with you.  Without a return linking book, you may become trapped in the new Age if there is not a [[Star Fissure|star fissure]] to jump into.  Otherwise, hope that the materials necessary to create ink, paper, and other supplies are available on this Age in order to write new Ages in search of a star fissure.&lt;br /&gt;
&lt;br /&gt;
===Dropped Books===&lt;br /&gt;
A descriptive book used to link to an Age does not follow the user.  If protected by a lectern or book stand, it remains safe.  However, if the book was held in the user's hand when they linked, it will drop to the ground and begin taking damage which cannot be repaired.  The rate of damage is faster when exposed to liquid, such as during rain or if dropped into a lake or other body of water.  Books dropped into lava are almost instantly destroyed.&lt;br /&gt;
&lt;br /&gt;
===Instability===&lt;br /&gt;
&amp;lt;small&amp;gt;Main Page: [[Instability]]&amp;lt;/small&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Sometimes Ages are written poorly.  Common writing problems include an insufficiently specific description, greed (an Age made entirely of diamond ore, for example), including contradictory elements, or simply not following the grammar used by the special form of the D'ni language known as &amp;quot;The Skill&amp;quot; or &amp;quot;The Art.&amp;quot;  When writing errors are made, Ages can exhibit features known collectively as ''[[Instability|instability]].'' &lt;br /&gt;
&lt;br /&gt;
Instability can manifest subtle ways, such as the occasional unexpected onset of undesirable potion effects, or in more spectacular and highly hazardous ways, such as a rain of destructive meteors.  A particularly insidious form of instability is [[Decay]], which as its name suggests, causes the very substance of the Age itself to decay, eventually leading to its complete destruction over time.  Being trapped in a decaying Age is problematic.&lt;br /&gt;
&lt;br /&gt;
==Crafting==&lt;br /&gt;
In a [[Book Binder|book binder]], put leather in the square slot on the left side of the interface and a [[Linking Panel Page|link panel page]] plus, optionally, any desired symbol pages in the wide dark field underneath.  Right-clicking on the dark field with a [[Collation Folder|collation folder]] will empty the contents of the folder, in order, into the book binder for ease of composition and binding. &lt;br /&gt;
&lt;br /&gt;
Name the Age in the text box at the top, and the bound descriptive book will appear in the square box at the right of the interface.&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Ages&amp;diff=527</id>
		<title>v0.13:Ages</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Ages&amp;diff=527"/>
				<updated>2018-06-18T18:48:06Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}An Age is a separate dimension created by [[Descriptive Book]].&lt;br /&gt;
&lt;br /&gt;
Using a [[Book Binder]], an [[Ink Mixer]], some leather, paper, and [[Ink]], you can create an empty Descriptive Book.&lt;br /&gt;
&lt;br /&gt;
By including [[Symbols]] in the Book Binder, you can decide which features you want in the new Age. This allows you to reduce [[Instability]] significantly.&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13_talk:Instability&amp;diff=526</id>
		<title>v0.13 talk:Instability</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13_talk:Instability&amp;diff=526"/>
				<updated>2018-06-18T18:28:48Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: Page has been significantly modified, so FTB attribution no longer applies.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Instability&amp;diff=525</id>
		<title>v0.13:Instability</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Instability&amp;diff=525"/>
				<updated>2018-06-18T18:24:39Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: /* Black Decay */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
[[File:White decay.png|thumb|Example of some white decay.]]&lt;br /&gt;
&lt;br /&gt;
'''Instability''' is a balance mechanic in Mystcraft which is a result of poor or greedy writing.&lt;br /&gt;
&lt;br /&gt;
== Levels of Instability ==&lt;br /&gt;
Instability comes in several degrees of severity. The weakest form a world that is vaguely inhospitable to outsiders. These are worlds that inflict potion-style debuffs on you, or that give mobs in the world a benefit/positive buff.  The weakest form of these only affect you when you are &amp;quot;outdoors&amp;quot; (exposed to the sky); stronger forms affect you when you are inside/underground.&lt;br /&gt;
&lt;br /&gt;
The middle severity form worlds that are generally dangerous. Worlds that are so close to the sun that you (and mobs in the world) take damage from the environment. Etc.&lt;br /&gt;
&lt;br /&gt;
The final severity are worlds that will be destroyed given enough time. This can range from meteors, to decay blocks, to runaway erosion.&lt;br /&gt;
&lt;br /&gt;
=== Severity Mechanics ===&lt;br /&gt;
Internally, instability can be generated (or reduced) based on factors of writing. Some symbols, such as &amp;quot;lacking medium features&amp;quot;, directly add; others, typically that duplicate an instability affect, directly reduce. Explicitly writing inconsistencies will add, as will using &amp;quot;clear modifiers&amp;quot; to remove dangling modifiers.&lt;br /&gt;
Other factors include mod behavior (other mods can add or subtract instability) and general luck/variation as the world is explored (approximately every 100 chunks the instability level is recalculated based on what blocks the world contains).&lt;br /&gt;
&lt;br /&gt;
Each type of instability can be individually disabled in the config file; if the nausea effect (for example) is a problem, one can disable only that and leave the others. On a server, the server must disable the unwanted effects.&lt;br /&gt;
&lt;br /&gt;
Because instability levels can change over time, the current version of Mystcraft does not put block-based instability into the chunks at world gen, but alters the chunk during play.&lt;br /&gt;
&lt;br /&gt;
Internally, there are 5 categories of instability levels. However, there is overlap at different levels of probability. World destruction is only found in the last 2 categories, for example, but different forms of world destruction are found at different probabilities in those 2 categories. Harmful environment can be found in the last 3 categories. Potion effects are found in at least the first 3 categories, can happen multiple times (will stack to a stronger potion effect level), and in later categories will affect you when you are not exposed to the sky (global/affecting the underground as well).  These are managed internally using card deck mechanics.&lt;br /&gt;
&lt;br /&gt;
==  Buffs and Debuffs ==&lt;br /&gt;
&lt;br /&gt;
Negative potion effects sometimes occur in a Mystcraft Age. These can either be ambient, where they are unchanging, or due to sky exposure, where they can be counteracted by simply going underground (Note: To count as being underground, there simply needs to be at least 1 solid block separating you and the sky). Known potion effects caused by instability include:&lt;br /&gt;
&lt;br /&gt;
* Mining Fatigue&lt;br /&gt;
* Slowness&lt;br /&gt;
* Poison&lt;br /&gt;
* Nausea&lt;br /&gt;
* Hunger&lt;br /&gt;
* Blindness&lt;br /&gt;
* Weakness&lt;br /&gt;
&lt;br /&gt;
-note that glass block doesnt count as a block that separating you from the sky {{verify}}&lt;br /&gt;
&lt;br /&gt;
There are also at least 2 things that give benefits to non-player mobs in the world.&lt;br /&gt;
&lt;br /&gt;
* Regeneration&lt;br /&gt;
* Resistance&lt;br /&gt;
&lt;br /&gt;
Because these are the first level of instability, it is possible for an age to show no outward sign of anything being unusual yet still have  effects making mobs harder to kill.&lt;br /&gt;
&lt;br /&gt;
=== Bugs ===&lt;br /&gt;
Some modded blocks seem to not count as &amp;quot;solid&amp;quot; blocks, even though they are, and do not block Sky Exposure effects&lt;br /&gt;
&lt;br /&gt;
==  Harmful environment ==&lt;br /&gt;
=== Random Explosions ===&lt;br /&gt;
Explosions are created randomly. These explosions can light blocks on fire, deal damage to the player and knock the player off the world if it is a Void, End, or Skylands world, but they are generally incapable of destroying blocks such as Stone.&lt;br /&gt;
&lt;br /&gt;
=== Burning Effect ===&lt;br /&gt;
Mobs and players can be set on fire. The fire damage is done in short bursts at approximately 5 second intervals that tick for 4-5 points of damage to mobs, but less than half a heart damage to unarmoured players. {{Verify}}&lt;br /&gt;
&lt;br /&gt;
== World Destroying ==&lt;br /&gt;
Any of these will, unless countered by some sort of mod power, will ultimately result in the destruction of everything in the age, and potentially even leaving a void age in the case of meteors and black decay.&lt;br /&gt;
&lt;br /&gt;
=== Meteors ===&lt;br /&gt;
Meteors will fall randomly from the sky and destroy large sections of the world. Meteors can destroy the entire world if given enough time. Meteors may leave some ores around the crater.&lt;br /&gt;
&lt;br /&gt;
=== Decay Blocks ===&lt;br /&gt;
Several types of Colored Decay exist.&lt;br /&gt;
&lt;br /&gt;
==== Black Decay ====&lt;br /&gt;
&lt;br /&gt;
Time to break with diamond shovel: &amp;quot;fast&amp;quot; (Needs better testing.) {{verify}}&amp;lt;br /&amp;gt;&lt;br /&gt;
Speed: Low.&amp;lt;br /&amp;gt;&lt;br /&gt;
Unique feature: Causes ground to collapse.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
It only {{verify}} spreads to existing blocks, and it spreads faster up and down than it does to the sides{{verify}} (( this seems really wrong; in 1.4.7 my memory is that it would only spread down and sideways, not up, and would spread faster sideways. I have not seen black decay in modern Mystcraft )). It also has the unique trait when two blocks form on top of each other, they will merge into one block of decay and cause every block above it to fall, even blocks that are normally unaffected by gravity. It can be blown up with TNT.&lt;br /&gt;
&lt;br /&gt;
Black decay will spread through bedrock. If it reaches the bottom of the world, then the entire column of blocks above it will fall out of the world.&lt;br /&gt;
&lt;br /&gt;
Black decay collapsing will stop at air blocks; because of the presence of caves, or even a manually placed/carved airgap, black decay will leave scattered islands, at least temporarily. Because new decay blocks will be placed over time, eventually those platforms will go as well.&lt;br /&gt;
&lt;br /&gt;
When a column collapses, the 4 neighboring columns can have air gaps collapse  if the collapsing column goes up to the top of the air.&lt;br /&gt;
&lt;br /&gt;
Any water on top of a collapsing column is deleted (replaced with air)  {{verify}} the effect on other liquids such as lava.&lt;br /&gt;
&lt;br /&gt;
==== Blue Decay ====&lt;br /&gt;
&lt;br /&gt;
[[File:Colored Decay.png|thumb|Example of some colored decay.]]&lt;br /&gt;
Time to break with diamond pick: aprox. 2 seconds. {{Verify}}&amp;lt;br /&amp;gt;&lt;br /&gt;
Speed: Medium.&amp;lt;br /&amp;gt;&lt;br /&gt;
Unique feature: Spreads based on mining hardness.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Blue decay travels through blocks at a speed based on the mining hardness;  blocks that are easier to mine will spread faster. It will not spread through bedrock.&lt;br /&gt;
&lt;br /&gt;
It can be blown up with TNT.&lt;br /&gt;
&lt;br /&gt;
==== Red Decay ====&lt;br /&gt;
&lt;br /&gt;
Time to break with diamond pick: aprox. 3 seconds. {{Verify}}&amp;lt;br /&amp;gt;&lt;br /&gt;
Speed: Medium.&amp;lt;br /&amp;gt;&lt;br /&gt;
Unique feature: Spreads based on TNT resistance.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Blue decay travels through blocks at a speed based on the  explosion resistance; blocks that are easier to blow up with TNT will spread faster. It will not spread through bedrock.&lt;br /&gt;
&lt;br /&gt;
It can be blown up with TNT.&lt;br /&gt;
&lt;br /&gt;
==== Purple Decay ====&lt;br /&gt;
&lt;br /&gt;
Time to break with diamond pick: aprox. 10 seconds.{{Verify}}&amp;lt;br /&amp;gt;&lt;br /&gt;
Speed: Medium.&amp;lt;br /&amp;gt;&lt;br /&gt;
Unique feature: Spreads through liquids, other decay blocks, and air.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It breaks around as fast as obsidian {{verify}}. If you are in the air, it's even worse than the feared White Decay.{{verify}}&lt;br /&gt;
It spreads rapidly through liquids, a little slower through other decay blocks, slower yet through air (but faster than red or blue spread through air), and very slow through ground blocks.&lt;br /&gt;
&lt;br /&gt;
It has an 85% chance to spawn in a Dense Ores World{{verify}}. It can NOT be blown up with TNT. {{verify}}&lt;br /&gt;
&lt;br /&gt;
Purple decay will not spread through bedrock.&lt;br /&gt;
&lt;br /&gt;
==== White Decay ====&lt;br /&gt;
&lt;br /&gt;
Time to break with diamond pick: aprox. 10 seconds.&amp;lt;br /&amp;gt;&lt;br /&gt;
Speed: fast.&amp;lt;br /&amp;gt;&lt;br /&gt;
Unique feature: Can damage player.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:White decay 20min.png|thumbnail|right|White decay after 20 minutes of instability, beginning to grow over meteor craters.]]&lt;br /&gt;
White Decay acts like the other colored decays, but eats through everything much quicker. It will eat through other  decay blocks (tested in 1.4.7; even a black decay heavy world was calmed down. {{verify}} for current Mystcraft), and slowly grows into the air. It is also the only decay that can physically harm the player. It deals an armor-penetrating half-heart of damage per second, but only if the player is moving. It can NOT be blown up with TNT.&lt;br /&gt;
&lt;br /&gt;
=== Erosion ===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Crumble&amp;quot; will cause blocks to break down. Diamond ore will turn into coal ore. Smooth stone will turn into cobblestone. Gravel will turn into sand. Etc.&lt;br /&gt;
&lt;br /&gt;
Given enough time, this will result in a world that is entirely sand.&lt;br /&gt;
&lt;br /&gt;
In the most extreme form, bedrock will also erode, and the outcome will be a void world.&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	<entry>
		<id>http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Instability&amp;diff=524</id>
		<title>v0.13:Instability</title>
		<link rel="alternate" type="text/html" href="http://wiki.mystcraft.xcompwiz.com/index.php?title=v0.13:Instability&amp;diff=524"/>
				<updated>2018-06-18T18:24:02Z</updated>
		
		<summary type="html">&lt;p&gt;XCompWiz: /* Harmful environment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
[[File:White decay.png|thumb|Example of some white decay.]]&lt;br /&gt;
&lt;br /&gt;
'''Instability''' is a balance mechanic in Mystcraft which is a result of poor or greedy writing.&lt;br /&gt;
&lt;br /&gt;
== Levels of Instability ==&lt;br /&gt;
Instability comes in several degrees of severity. The weakest form a world that is vaguely inhospitable to outsiders. These are worlds that inflict potion-style debuffs on you, or that give mobs in the world a benefit/positive buff.  The weakest form of these only affect you when you are &amp;quot;outdoors&amp;quot; (exposed to the sky); stronger forms affect you when you are inside/underground.&lt;br /&gt;
&lt;br /&gt;
The middle severity form worlds that are generally dangerous. Worlds that are so close to the sun that you (and mobs in the world) take damage from the environment. Etc.&lt;br /&gt;
&lt;br /&gt;
The final severity are worlds that will be destroyed given enough time. This can range from meteors, to decay blocks, to runaway erosion.&lt;br /&gt;
&lt;br /&gt;
=== Severity Mechanics ===&lt;br /&gt;
Internally, instability can be generated (or reduced) based on factors of writing. Some symbols, such as &amp;quot;lacking medium features&amp;quot;, directly add; others, typically that duplicate an instability affect, directly reduce. Explicitly writing inconsistencies will add, as will using &amp;quot;clear modifiers&amp;quot; to remove dangling modifiers.&lt;br /&gt;
Other factors include mod behavior (other mods can add or subtract instability) and general luck/variation as the world is explored (approximately every 100 chunks the instability level is recalculated based on what blocks the world contains).&lt;br /&gt;
&lt;br /&gt;
Each type of instability can be individually disabled in the config file; if the nausea effect (for example) is a problem, one can disable only that and leave the others. On a server, the server must disable the unwanted effects.&lt;br /&gt;
&lt;br /&gt;
Because instability levels can change over time, the current version of Mystcraft does not put block-based instability into the chunks at world gen, but alters the chunk during play.&lt;br /&gt;
&lt;br /&gt;
Internally, there are 5 categories of instability levels. However, there is overlap at different levels of probability. World destruction is only found in the last 2 categories, for example, but different forms of world destruction are found at different probabilities in those 2 categories. Harmful environment can be found in the last 3 categories. Potion effects are found in at least the first 3 categories, can happen multiple times (will stack to a stronger potion effect level), and in later categories will affect you when you are not exposed to the sky (global/affecting the underground as well).  These are managed internally using card deck mechanics.&lt;br /&gt;
&lt;br /&gt;
==  Buffs and Debuffs ==&lt;br /&gt;
&lt;br /&gt;
Negative potion effects sometimes occur in a Mystcraft Age. These can either be ambient, where they are unchanging, or due to sky exposure, where they can be counteracted by simply going underground (Note: To count as being underground, there simply needs to be at least 1 solid block separating you and the sky). Known potion effects caused by instability include:&lt;br /&gt;
&lt;br /&gt;
* Mining Fatigue&lt;br /&gt;
* Slowness&lt;br /&gt;
* Poison&lt;br /&gt;
* Nausea&lt;br /&gt;
* Hunger&lt;br /&gt;
* Blindness&lt;br /&gt;
* Weakness&lt;br /&gt;
&lt;br /&gt;
-note that glass block doesnt count as a block that separating you from the sky {{verify}}&lt;br /&gt;
&lt;br /&gt;
There are also at least 2 things that give benefits to non-player mobs in the world.&lt;br /&gt;
&lt;br /&gt;
* Regeneration&lt;br /&gt;
* Resistance&lt;br /&gt;
&lt;br /&gt;
Because these are the first level of instability, it is possible for an age to show no outward sign of anything being unusual yet still have  effects making mobs harder to kill.&lt;br /&gt;
&lt;br /&gt;
=== Bugs ===&lt;br /&gt;
Some modded blocks seem to not count as &amp;quot;solid&amp;quot; blocks, even though they are, and do not block Sky Exposure effects&lt;br /&gt;
&lt;br /&gt;
==  Harmful environment ==&lt;br /&gt;
=== Random Explosions ===&lt;br /&gt;
Explosions are created randomly. These explosions can light blocks on fire, deal damage to the player and knock the player off the world if it is a Void, End, or Skylands world, but they are generally incapable of destroying blocks such as Stone.&lt;br /&gt;
&lt;br /&gt;
=== Burning Effect ===&lt;br /&gt;
Mobs and players can be set on fire. The fire damage is done in short bursts at approximately 5 second intervals that tick for 4-5 points of damage to mobs, but less than half a heart damage to unarmoured players. {{Verify}}&lt;br /&gt;
&lt;br /&gt;
== World Destroying ==&lt;br /&gt;
Any of these will, unless countered by some sort of mod power, will ultimately result in the destruction of everything in the age, and potentially even leaving a void age in the case of meteors and black decay.&lt;br /&gt;
&lt;br /&gt;
=== Meteors ===&lt;br /&gt;
Meteors will fall randomly from the sky and destroy large sections of the world. Meteors can destroy the entire world if given enough time. Meteors may leave some ores around the crater.&lt;br /&gt;
&lt;br /&gt;
=== Decay Blocks ===&lt;br /&gt;
Several types of Colored Decay exist.&lt;br /&gt;
&lt;br /&gt;
==== Black Decay ====&lt;br /&gt;
&lt;br /&gt;
Time to break with diamond shovel: &amp;quot;fast&amp;quot; (Needs better testing.)&amp;lt;br /&amp;gt;&lt;br /&gt;
Speed: Low.&amp;lt;br /&amp;gt;&lt;br /&gt;
Unique feature: Causes ground to collapse.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
It only {{verify}} spreads to existing blocks, and it spreads faster up and down than it does to the sides{{verify}} (( this seems really wrong; in 1.4.7 my memory is that it would only spread down and sideways, not up, and would spread faster sideways. I have not seen black decay in modern Mystcraft )). It also has the unique trait when two blocks form on top of each other, they will merge into one block of decay and cause every block above it to fall, even blocks that are normally unaffected by gravity. It can be blown up with TNT.&lt;br /&gt;
&lt;br /&gt;
Black decay will spread through bedrock. If it reaches the bottom of the world, then the entire column of blocks above it will fall out of the world.&lt;br /&gt;
&lt;br /&gt;
Black decay collapsing will stop at air blocks; because of the presence of caves, or even a manually placed/carved airgap, black decay will leave scattered islands, at least temporarily. Because new decay blocks will be placed over time, eventually those platforms will go as well.&lt;br /&gt;
&lt;br /&gt;
When a column collapses, the 4 neighboring columns can have air gaps collapse  if the collapsing column goes up to the top of the air.&lt;br /&gt;
&lt;br /&gt;
Any water on top of a collapsing column is deleted (replaced with air)  {{verify}} the effect on other liquids such as lava.&lt;br /&gt;
&lt;br /&gt;
==== Blue Decay ====&lt;br /&gt;
&lt;br /&gt;
[[File:Colored Decay.png|thumb|Example of some colored decay.]]&lt;br /&gt;
Time to break with diamond pick: aprox. 2 seconds. {{Verify}}&amp;lt;br /&amp;gt;&lt;br /&gt;
Speed: Medium.&amp;lt;br /&amp;gt;&lt;br /&gt;
Unique feature: Spreads based on mining hardness.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Blue decay travels through blocks at a speed based on the mining hardness;  blocks that are easier to mine will spread faster. It will not spread through bedrock.&lt;br /&gt;
&lt;br /&gt;
It can be blown up with TNT.&lt;br /&gt;
&lt;br /&gt;
==== Red Decay ====&lt;br /&gt;
&lt;br /&gt;
Time to break with diamond pick: aprox. 3 seconds. {{Verify}}&amp;lt;br /&amp;gt;&lt;br /&gt;
Speed: Medium.&amp;lt;br /&amp;gt;&lt;br /&gt;
Unique feature: Spreads based on TNT resistance.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Blue decay travels through blocks at a speed based on the  explosion resistance; blocks that are easier to blow up with TNT will spread faster. It will not spread through bedrock.&lt;br /&gt;
&lt;br /&gt;
It can be blown up with TNT.&lt;br /&gt;
&lt;br /&gt;
==== Purple Decay ====&lt;br /&gt;
&lt;br /&gt;
Time to break with diamond pick: aprox. 10 seconds.{{Verify}}&amp;lt;br /&amp;gt;&lt;br /&gt;
Speed: Medium.&amp;lt;br /&amp;gt;&lt;br /&gt;
Unique feature: Spreads through liquids, other decay blocks, and air.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It breaks around as fast as obsidian {{verify}}. If you are in the air, it's even worse than the feared White Decay.{{verify}}&lt;br /&gt;
It spreads rapidly through liquids, a little slower through other decay blocks, slower yet through air (but faster than red or blue spread through air), and very slow through ground blocks.&lt;br /&gt;
&lt;br /&gt;
It has an 85% chance to spawn in a Dense Ores World{{verify}}. It can NOT be blown up with TNT. {{verify}}&lt;br /&gt;
&lt;br /&gt;
Purple decay will not spread through bedrock.&lt;br /&gt;
&lt;br /&gt;
==== White Decay ====&lt;br /&gt;
&lt;br /&gt;
Time to break with diamond pick: aprox. 10 seconds.&amp;lt;br /&amp;gt;&lt;br /&gt;
Speed: fast.&amp;lt;br /&amp;gt;&lt;br /&gt;
Unique feature: Can damage player.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:White decay 20min.png|thumbnail|right|White decay after 20 minutes of instability, beginning to grow over meteor craters.]]&lt;br /&gt;
White Decay acts like the other colored decays, but eats through everything much quicker. It will eat through other  decay blocks (tested in 1.4.7; even a black decay heavy world was calmed down. {{verify}} for current Mystcraft), and slowly grows into the air. It is also the only decay that can physically harm the player. It deals an armor-penetrating half-heart of damage per second, but only if the player is moving. It can NOT be blown up with TNT.&lt;br /&gt;
&lt;br /&gt;
=== Erosion ===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Crumble&amp;quot; will cause blocks to break down. Diamond ore will turn into coal ore. Smooth stone will turn into cobblestone. Gravel will turn into sand. Etc.&lt;br /&gt;
&lt;br /&gt;
Given enough time, this will result in a world that is entirely sand.&lt;br /&gt;
&lt;br /&gt;
In the most extreme form, bedrock will also erode, and the outcome will be a void world.&lt;/div&gt;</summary>
		<author><name>XCompWiz</name></author>	</entry>

	</feed>