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:
Comments: 4
Views: 5,107
Related Forum: PC Building Forum
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:
step 4: Add a way to craft and test, add texture overrides if you want
this bit of code
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!
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
Comments
OdinPosted:
Check out my tutorial post, has WORKING tutorials for 1.2.5 and is update shortly after minecraft is updated. http://www.thetechgame.com/Forums/t=2606565/modloader-modding-tutorials-block-food-ore-generation.html
ConsolePosted:
Twinkeyyy Xbox or PC
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.
Related Tutorials
- 01. Emulating Xbox 360 on PC for Running COD4 With Mods(3,492)
- 02. How to: Matrix Numbers | Batch File(1,903)
- 03. How to Password Protect Files on Windows(857)
- 04. How to play Socom 2/3/ and Combined Assault on PC(6,716)
- 05. Modern Warfare 2 Vac Ban Bypass Tutorial(6,133)
- 06. How to embed an image on TheTechGame(3,098)
- 07. [PC] NIOH 2 OTHER USER SAVE RESIGN(12,981)
- 08. Host bot lobbies! Full Tutorial!(11,242)
- 09. Unban yourself [Plutonium BO2](14,240)
- 10. Fall Guys - How to Change Your Name Color on Fall Guys(8,385)
- 11. Best Crosshair Settings for Valorant(6,525)
- 12. Othercide The Surgeon Boss Guide(2,539)
- 13. Othercide Remembrances Unlock Guide(4,460)
- 14. Othercide Beginners Tips and Tricks(2,708)
- 15. How to Fix Grounded Crashes, Loading Time, Low FPS and Other(4,845)
"[ Minecraft ] How To Make A Door! [ Any Version ]" :: Login/Create an Account :: 4 comments