background preloader

Minecraft

Facebook Twitter

[32x] TyDoku [1.2.5]-[12w18a] Additional installation Video (New one coming soon) NOTE: You NEED to use the HD patcher or Optifine or you will have graphical problems.Opitfine MCPatcher Posted Image DownloadOfficial Version(Not yet updated)Low-Res Version (Low-res pictures/moon for those having troubles) (Not yet updated) Now with Customizer!

[32x] TyDoku [1.2.5]-[12w18a]

(Not yet updated) HEY YOU! Additionally, any textures not used in the main pack will certainly be added to the customizers for others to chose from! [Creating Mods]Modding Tutorials: Absolute Beginner [9/3/11] Block - The Lightdirt - Part 2 Oh my, oh my!

[Creating Mods]Modding Tutorials: Absolute Beginner [9/3/11]

We're back with part 2! If you happened to miss the first part, go here, and check it out! Well, let's just start off where we left. The coding - Part 2 So, if you remember from last time, we had opened BlockDirt.java, and found this code: package net.minecraft.src;// Decompiled by Jad v1.5.8g. Public class BlockDirt extends Block{ protected BlockDirt(int i, int j) { super(i, j, Material.ground); }} We've already covered "package", "comments" and "classes".

Quote Curly brackets. Protected BlockDirt(int i, int j) [Creating Mods] Modding tutorials [21/5/11] Modding Tutorials In these tutorials I will explain how to create basic mods.

[Creating Mods] Modding tutorials [21/5/11]

I am willing to help people learn how to mod and I will take requests on how to mod certain things. The aim of this thread is to create a central location for all tutorials. Below is a tutorial list which has details about each mod. Note that no matter how old the tutorial is, what you should learn in the tutorial is how to go about modding that particular aspect of the game. Note: MCP only works for the version of Minecraft it is released with. Tutorials/Beginner's guide. Created for players who do not know how to begin their Minecraft journey, the Beginner's Guide is a tutorial created to provide a list full of good ways to start!

Tutorials/Beginner's guide

Here, players will learn how to survive their first night in two different formats: in an overview with goals or in a step-by-step instruction. The player can choose which one they want, but both will accomplish the same goal. If the player has not done so already, they should take a look at the Controls page to learn how to move their character around. Once the player has grasped movement, they will be ready to forge on with the the Beginner's Guide. Video[edit | edit source] TODO. Minecraft Starter Guide and Extra Survival Tips [Walkthrough] Welcome to the DIYGamer Minecraft Beginner’s Guide!

Minecraft Starter Guide and Extra Survival Tips [Walkthrough]

Minecraft is a huge and most wonderful game, but starting off can be a little overwhelming if you’re not 100% sure what you’re doing. This guide will talk you through a good way to begin your Minecraft adventure, and survive your first day/night. We’ll talk about gathering resources, crafting tools, creating your first shelter and exploring the depths of your world.

Note that there are plenty of different ways to get going, and the below method is just one method of starting your life. Once you’ve tried our way, feel free to start a new world and try doing things a little differently. Without further ado, let’s crack on with our first day and night of Minecraft! After your world spawns, take a quick look around and get your bearings. The first thing you’ll need is wood, and plenty of it. Now let’s find a decent place to set up out first shelter. Now that I’ve chosen where to stay, it’s time to get some crafting done. Minecraft Forum - News, Forums, Mods, and Texture Packs. Converting 3D models for building in minecraft. Introduction binvox and viewvox can be of help when trying to build a voxelized version of a 3D mesh in minecraft.

converting 3D models for building in minecraft

Executables are available for Linux (32 and 64 bit), Mac OS X, and Windows. Do send me screenshots of the models you have built! Click on the image on the right to see the gallery in the picasa web album binvox/viewvox for minecraft. Note to Windows users:binvox and viewvox are commandline tools, which means they must be run from a command shell. (I've had one report from a Windows user where the downloaded binvox and viewvox files had to be renamed to binvox.exe and viewvox.exe) Note to Mac users: the same goes for the Mac, you should run binvox and viewvox from the Terminal: after downloading them into the same folder as your model, do: chmod 755 binvox chmod 755 viewvox You can then run the programs like this: .

Here is a Mac tutorial, written by Manic Miner. Process Assume we have a 3D model like the one at the top left, in a file mug.wrl. Step 1: voxelize it Run:.