| Tutorials Navigation |
|---|
|
|
| [ Minecraft ] How To Make A Door! [ Any Version ] |
|---|
|
Tutorial Name: [ Minecraft ] How To Make A Door! [ Any Version ] Category: PC Tutorials Submitted By: Console Date Added: Mon. May 21, 2012 Views: 1,252 Share:
Making A New Door!
This Is Probably The Easiest Way! In here when i add Putwateverhere or watever it is the name that you want so if you are making a water door it would be smart to replace putwateverhere with water, although you can use lava or anything you want, youll just have to change some things step 1: make a new BlockDoor, mod_Whatever and ItemDoor step 2: Open up BlockDoor and ItemDoor, Copy all over from each to your new door file and change anything that says Itemdoor or BlockDoor to the name of your class file step 3: Add this to your mod_file: doorWatever = (new ItemDoor(1007, Material.wood)).setIconCoord(11, 2).setItemName("doorWatever"); step 4: Add a way to craft and test, add texture overrides if you want this bit of code .setIconCoord(11, 2) is the position on the texture file that it will get its texture from. Im not completely sure about this but the 11 is the top part of the door and the 2 is the bottom, idk Thanks Everone! |
| Ratings | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Current rating: 1.14 by 7 users
|
|||||||||||||
| Comments | ||
|---|---|---|
|
||

er-modding-tutorials-block-food-ore-generation.html
Twinkeyyy wrote:
This Tutorial Is Posted In The PC Tutorial So Yes This Is For PC. Mods For Minecraft will hopefully be added soon as ether DLC or Make Your Own. Nobody is completely sure.