More Forge notes
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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(<unlocalizedName>);</li>
|
<li>Want to access another mod's items? Use GameRegistry.findItem(<unlocalizedName>);</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>
|
||||||
|
|||||||
Reference in New Issue
Block a user