Alright, so as I was working on the Natura pages for the wiki, I realized that it makes the Nether a fully livable place. I decided to do a playthrough where I only use the Nether. I will only be using the Overworld for things that need it. If there is an item that I need but cannot obtain, I will create a balanced recipe for it using MineTweaker (example: Potash Apple + 8 gold = 2 Apples). The resource pack being used is a custom version of Faithful 32x.
Alright, so here is the world I was given. I used the seed "Nether!" with BoP worldgen.
http://i.imgur.com/AN4cAjD.jpg
http://i.imgur.com/i9kdYNZ.png
I eventually found a nice place to make my starting hovel. I'll at some point build a nice home with the lovely Natura woods and glass.
http://i.imgur.com/x3C4a72.png
As per usual, I just kind of wandered around the world. I got some basic materials, food, and some nice iron-tier tools (Bloodwood). I died a few times to some Heatscars and Pigmen, as you can imagine. I got a bunch of materials, and plan on using lava for my power system, and will be using mainly TE3 for my stuff. I haven't used it at all, so it will be a new experience. Actually, I haven't done much of a TE system since 1.4 or 1.2.5. I got myself a Natura Obelisk, to set my spawn point. Of course, I got some chests, and some Nether Furnaces. I've started getting a Smeltery going, using whatever that block is called that's made from Gravel/Heat Sand, Tainted Soil, and Nether Warts. I haven't actually got any of the blocks made, because I need my warts to grow.
At the end of the run tonight I had two chests with a bunch of useful stuff in them.
http://i.imgur.com/lWrRm6O.png
http://i.imgur.com/SdMGrOt.png
EDIT: I will be keeping this part of the post updated to every MineTweaker change I make. To use this config, simply copy and paste the following into the /minecraft/config/minetweaker/main.cfg file.
MineTweaker configuration file:
Github repo for the config folder: https://github.com/satanicsanta/NetherWorldConfig
Public folder for the modpack: http://goo.gl/zGbh56
Alright, so here is the world I was given. I used the seed "Nether!" with BoP worldgen.
http://i.imgur.com/AN4cAjD.jpg
http://i.imgur.com/i9kdYNZ.png
I eventually found a nice place to make my starting hovel. I'll at some point build a nice home with the lovely Natura woods and glass.
http://i.imgur.com/x3C4a72.png
As per usual, I just kind of wandered around the world. I got some basic materials, food, and some nice iron-tier tools (Bloodwood). I died a few times to some Heatscars and Pigmen, as you can imagine. I got a bunch of materials, and plan on using lava for my power system, and will be using mainly TE3 for my stuff. I haven't used it at all, so it will be a new experience. Actually, I haven't done much of a TE system since 1.4 or 1.2.5. I got myself a Natura Obelisk, to set my spawn point. Of course, I got some chests, and some Nether Furnaces. I've started getting a Smeltery going, using whatever that block is called that's made from Gravel/Heat Sand, Tainted Soil, and Nether Warts. I haven't actually got any of the blocks made, because I need my warts to grow.
At the end of the run tonight I had two chests with a bunch of useful stuff in them.
http://i.imgur.com/lWrRm6O.png
http://i.imgur.com/SdMGrOt.png
EDIT: I will be keeping this part of the post updated to every MineTweaker change I make. To use this config, simply copy and paste the following into the /minecraft/config/minetweaker/main.cfg file.
MineTweaker configuration file:
Code:
# See the forum post for example and documentation.
version 2;
# set your list of server admin usernames here
# admins are privileged users and will receive
# any error messages that might occur.
minetweaker.setAdmins("Myself", "MyAdminBuddy", "SatanicSanta");
# Add your commands here
NaturaGlass=<3362>;
Glass=<20>;
MagmaCream=<378>;
Slime=<341>;
BloodSap=<3256:5>;
RubberSap=<3124>;
SlimeSap=<3241>;
Forge=<1468>;
Seared=<3187:2>;
BlockIron=<42>;
Station=<1471>;
furnace.addRecipe(Glass * 2, NaturaGlass);
furnace.addRecipe(RubberSap, SlimeSap);
recipes.addShaped(SlimeSap, [[Slime, MagmaCream, Slime], [BloodSap, BloodSap, BloodSap], [Slime, MagmaCream, Slime]]);
recipes.addShaped(Forge, [[Seared, Seared, Seared], [BlockIron, Station, BlockIron], [BlockIron, null, BlockIron]]);
Github repo for the config folder: https://github.com/satanicsanta/NetherWorldConfig
Public folder for the modpack: http://goo.gl/zGbh56
Last edited: