More Forge notes

This commit is contained in:
Arona Jones
2015-01-15 09:32:54 +00:00
parent 21095b637a
commit a1af909cc7
2 changed files with 34 additions and 23 deletions

View File

@@ -189,6 +189,13 @@
<h5>Wallpapers:</h5> <h5>Wallpapers:</h5>
<img src="https://copy.com/thumbs_public/ctgZmrrz1MSWtu0T/SteamCraft2_wallpaper_1.png?size=1024"> <img src="https://copy.com/thumbs_public/ctgZmrrz1MSWtu0T/SteamCraft2_wallpaper_1.png?size=1024">
<img src="https://copy.com/thumbs_public/Gs2ITfmxXWJ8OkV1/SteamCraft2_wallpaper_2.png?size=1024"> <img src="https://copy.com/thumbs_public/Gs2ITfmxXWJ8OkV1/SteamCraft2_wallpaper_2.png?size=1024">
<h5>Mod Compatibility:</h5>
<li>
<ul>Version Checker</ul>
<ul>Tinker's Construct: Etherium is loaded as a tool material</ul>
<ul>Botania: Shift-Right Clicking with the Lexica will take you to our wiki, instead of the FTB one</ul>
<ul>Thaumcraft: Zinc and Tin are made compatible with the Cluster Ore System. Additionally a brass armor module that acts like Goggles of Revealing is also available</ul>
</li>
</div> </div>
</div> </div>

View File

@@ -89,6 +89,10 @@
<ol align="left"> <ol align="left">
<li>Get a (server!) World Obj from the dimension id: World world = DimensionManager.getWorld(worldId);</li> <li>Get a (server!) World Obj from the dimension id: World world = DimensionManager.getWorld(worldId);</li>
<li>Want to access another mod's items? Use GameRegistry.findItem(&lt;unlocalizedName&gt;);</li> <li>Want to access another mod's items? Use GameRegistry.findItem(&lt;unlocalizedName&gt;);</li>
<li>List of canned effects available for use with worldObj.playAuxSFX <a href="http://wiki.vg/Protocol#Effects">Link</a>
</li>
<li>Inventory Slot Numbers Reference <a href="http://wiki.vg/images/thumb/1/13/Inventory-slots.png/180px-Inventory-slots.png">Link</a>
</li>
</ol> </ol>
<h3>My Minecraft Mods:</h3> <h3>My Minecraft Mods:</h3>
<p>I'm part of, and informally the leader of, a international (I'm not joking, no two main members live in the same time zone, let alone the same country!) coding team called the BrassGoggledCoders, who make minecraft mods. For more information see <a href="/brassgoggled/index.html">here</a> <p>I'm part of, and informally the leader of, a international (I'm not joking, no two main members live in the same time zone, let alone the same country!) coding team called the BrassGoggledCoders, who make minecraft mods. For more information see <a href="/brassgoggled/index.html">here</a>