background preloader

Minecraft

Facebook Twitter

Minecraft Tutorial - How to plan a great structure. Variables (The Java™ Tutorials > Learning the Java Language > Language Basics) [ModLoader][1.2.5] Modding Tutorials by Darkthynder and makerz739_dawn. Mod_ModNameHere.java public static final Block Namehere = new BlockNamehere(160, 0).setBlockName("anynamehere").setHardness(3F).setResistance(4F).setLightValue(1F); The 'public static final Block Namehere' tells minecraft that you're adding a new block.

[ModLoader][1.2.5] Modding Tutorials by Darkthynder and makerz739_dawn

The '= new BlockNameHere' part tells minecraft which .java file contains the code for your new block. After the '= new BlockNameHere' part you'll see some numbers, they're pretty easy to understand: -The '160' is the block ID, the '0' after it tells minecraft if you're using a custom texture or a default texture already in minecraft. [V1.2.5] Risugami's Mods - Everything Updated. Everything updated for 1.6.2.

[V1.2.5] Risugami's Mods - Everything Updated.

The mods directory will now be located in the same directory as minecraft jar, unless the default game directory is changed, where it will act like it had on older versions. Read this entire post. All of it. Downloading the mods means you agree to the disclaimer. You can skip the FAQ, but if you have an issue, consult it first, before consulting us.

2.3] GoldenClawStudios *New Dimension Tutorial* TechGuy's Modding Tutorials (19th/May/2012)