161 lines
7.8 KiB
HTML
161 lines
7.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<script>
|
|
(function (i, s, o, g, r, a, m) {
|
|
i['GoogleAnalyticsObject'] = r;
|
|
i[r] = i[r] || function () {
|
|
(i[r].q = i[r].q || []).push(arguments)
|
|
}, i[r].l = 1 * new Date();
|
|
a = s.createElement(o),
|
|
m = s.getElementsByTagName(o)[0];
|
|
a.async = 1;
|
|
a.src = g;
|
|
m.parentNode.insertBefore(a, m)
|
|
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
|
|
|
|
ga('create', 'UA-40673160-2', 'auto');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
<link rel="shortcut icon" href="">
|
|
<title>Arona Jones - Forge Modding</title>
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
<link href="/css/main.min.css" rel="stylesheet">
|
|
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css" rel="stylesheet">
|
|
|
|
<!-- Custom styles for this template -->
|
|
<style>
|
|
body {
|
|
padding-top: 50px;
|
|
}
|
|
.starter-template {
|
|
padding: 40px 15px;
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
|
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.js"></script>
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
<script type="text/javascript">
|
|
var _bftn_options = {
|
|
animation: 'banner',
|
|
theme: 'dark'
|
|
}
|
|
</script>
|
|
<script src="//widget.battleforthenet.com/widget.min.js" async></script>
|
|
</head>
|
|
|
|
<body>
|
|
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand" href="index.html">Home</a>
|
|
</div>
|
|
<div class="collapse navbar-collapse">
|
|
<ul class="nav navbar-nav">
|
|
<li><a href="/art/index.html">Art</a>
|
|
</li>
|
|
<li><a href="forge.html">Forge Modding</a>
|
|
</li>
|
|
<li><a href="webdesign.html">Website Design</a>
|
|
</li>
|
|
<li><a href="dashboard.html">Dashboard</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<!--/.nav-collapse -->
|
|
</div>
|
|
</nav>
|
|
<div class="container">
|
|
<div class="starter-template">
|
|
<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>Want to access another mod's items? Use GameRegistry.findItem(<unlocalizedName>);</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 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>
|
|
<img src="http://i.imgur.com/JUcaxoQ.png" style="display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;">
|
|
<div class="panel">
|
|
<div class="panel-body">
|
|
Steamcraft 2 is the second iteration of Proloe's Steamcraft mod, which was discontinued back in Minecraft B1.8.1. Other than the name, and a few of the original Steamcraft features/ideas, the mod has an entirely new take on all things steampunk. Its aim is to extend Minecraft by adding post-apocalyptic, retro-futuristic blocks/items for your (and our) enjoyment.
|
|
<br>
|
|
<div class="btn-group" data-toggle="buttons">
|
|
<label class="btn btn-primary">
|
|
<a href="http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/wip-mods/2120327-steamcraft2-3-9-14-beta2-fluxian-storm" style="color:white">Minecraft Forums</a>
|
|
</label>
|
|
<label class="btn btn-primary">
|
|
<a href="http://github.com/BrassGoggledCoders/SteamCraft2" style="color:white">Source Code</a>
|
|
</label>
|
|
</div>
|
|
<br>
|
|
<br>
|
|
<h5>Progress:</h5>
|
|
<div class="progress">
|
|
<div class="progress-bar" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%;">
|
|
20%
|
|
</div>
|
|
</div>
|
|
<h5>Download:</h5>
|
|
<iframe src="http://widget.mcf.li/mc-mods/minecraft/224017-steamcraft-2-beta-2-fluxian-storm" width="100%" style="border: none;"></iframe>
|
|
</div>
|
|
</div>
|
|
<div class="panel-group">
|
|
<h4 class="panel-title">
|
|
Ender Gloves
|
|
</h4>
|
|
</div>
|
|
<div class="panel">
|
|
<div class="panel-body">
|
|
This mod adds a cool, new item called an Ender Glove which has some unique effects. In it, an item would be able to break blocks and place them into a player's Ender Chest. This is the central point of this mod. The Ender Glove can place any destroyed block into the player's Ender Inventory, whether they've already created an Ender Chest or not. Additionally, there is a new arsenal of Enchantments that are unique to this item to enchance its abilities.
|
|
<br>
|
|
<div class="btn-group" data-toggle="buttons">
|
|
<label class="btn btn-primary">
|
|
<a href="http://www.planetminecraft.com/mod/172-enderglove---the-power-of-the-end-in-your-fist/" style="color:white">Planet Minecraft</a>
|
|
</label>
|
|
<label class="btn btn-primary">
|
|
<a href="http://github.com/BrassGoggledCoders/EnderGloves" style="color:white">Source Code</a>
|
|
</label>
|
|
</div>
|
|
<br>
|
|
<br>
|
|
<h5>Progress:</h5>
|
|
<div class="progress">
|
|
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width: 90%;">
|
|
90%
|
|
</div>
|
|
</div>
|
|
<h5>Download:</h5>
|
|
<iframe src="http://widget.mcf.li/mc-mods/minecraft/220848-enderglove" width="100%" style="border: none;"></iframe>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
|
<!-- compiled and minified Bootstrap JavaScript -->
|
|
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
|
|
|
|
<script src="/javascripts/api.js"></script>
|
|
|
|
</body> |