Things and Stuff about forge ans things and stuff

This commit is contained in:
Arona Jones
2014-11-21 14:51:04 +00:00
parent 0815a270f9
commit c0a9656523
2 changed files with 13 additions and 6 deletions

View File

@@ -71,14 +71,21 @@
<br>&nbsp;
<br>Personally, I have always been greatly inspired by Da Vinci's prowess in both technical drawing and inventing, hence my image in his style, and choice of subject for this project.</p>
<h3>One of his mechanical drawings: </h3>
<div class="panel panel-warning">
<div class="panel-heading"><h3>One of his mechanical drawings: </h3></div>
<div class="panel-body">
<p>
<img src="http://www.relativelyinteresting.com/wp-content/uploads/2013/10/da-vinci-invention.jpg" width="50%" class="img-rounded">
<img src="http://www.relativelyinteresting.com/wp-content/uploads/2013/10/da-vinci-invention.jpg" width="50%" class="img-rounded well">
</p>
<h3>And my image in his style:</h3>
<p>
<img src="/images/art/ai/clock2vinci.jpg" width="50%" class="img-rounded">
</div>
<div class="panel panel-warning">
<div class="panel-heading"><h3>And my image in his style:</h3></div>
<div class="panel-body">
<p>
<img src="/images/art/ai/clock2vinci.jpg" width="50%" class="img-rounded well">
</p>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->

View File

@@ -88,7 +88,7 @@
<h3 align="left">List of useful Code Snippets for Forge Modding:</h3>
<ol align="left">
<li>Get a (server!) World Obj from the dimension id: World world = DimensionManager.getWorld(worldId);</li>
<li>More to come soon!</li>
<li>Want to access another mod's items? Use GameRegistry.findItem(&lt;unlocalizedName&gt;);</li>
</ol>
<h3>My Minecraft Mods:</h3>
<p>I'm part of, and informally the leader of, a international (I'm not joking, no two members live in the same time zone, let alone the same country!) coding team called the BrassGoggledCoders, who make minecraft mods.</p>