Thursday, November 6, 2014

New mod in development for hackers

I am now making a mod, for 1.7.2, that lets you hack on servers. I know this might result in a ban so use at your own risk! I am currently testing Minecraft Forge for 1.7.2.

Remember, once I release it, you must use at your own risk. I will not be responsible for any bans!

Wednesday, October 8, 2014

How to Mod Minecraft 1.6.4[Forge] Tutorial #1: Basic Setup

   Hello future Minecraft modders, I will be teaching you the basics of Minecraft modding in this tutorial. (And yes I know 1.6.4 is outdated but it is the latest version that is easy to mod)
First, you need to know for sure that your computer can run Minecraft, most older computers can not run Minecraft.
Next you need to download the stuff:

Use Eclipse Kepler(4.3) or Luna(4.4)

Java JDK Downloads: Use JDK 8 or JDK 7

Do not use version 9.11.1.965 for Minecraft Forge for 1.6.4, use 9.11.1.963 you will see many options next to it, click src.

Then, install everything, make a shortcut of Eclipse to your desktop, and unzip Minecraft Forge and put it on your desktop. Rename it to something like "Modding 1.6.4" if you change it later you will get an error and lose all your current work.
   Go inside the Forge folder. Windows OS: Use the cd command to navigate to the correct directory. You can also hold shift, right click and click Open command window here to open it in the current directory. Run the following in command prompt:

gradlew.bat setupDecompWorkspace

Then run:

gradlew.bat eclipse
This should take about 5-10 minutes depending on your computer, take a little snack break.

Open Eclispe and press the browse button. Click the folder you put the Minecraft Forge stuff in. Then, select the subfolder eclipse. The following is my version of eclipse and the folder name is
"Minecraft Tutorial 1.6.4" yours may be different:

Once you get in you will see something like this:
If you didn't get in, try going back to the beginning and redoing the cmd thing, if that doesn't work, try looking for a video tutorial.

Click the run button on the top left. This is the ultimate test to see if you got everything right.


If everything is correct Minecraft should launch. It will say 4 mods, including Minecraft Forge, Minecraft Coder Pack. and Forge Mod Loader.

And that's it for the first tutorial of Minecraft modding. You can look around the code but 
DO NOT CHANGE THE CODE!!!!!!!!!!!!!

Wednesday, September 24, 2014

1.6.4 Craftable XP Bottles Mod (Bottles O' Enchanting)[Forge]

Forum Link: Click Me! 
Download Link(Mediafire): Click Me!

Wednesday, August 20, 2014

1.7.10 Start

I will now be starting modding 1.7.10, and it has the the sources are back. See you later with progress on the mod.

Tuesday, August 19, 2014

It's been a long time...

It's been a long time since I made  a post and sadly the mod wouldn't work. I will start modding 1.7.2 or 1.7.10 very soon.

Friday, June 6, 2014

Release Date for Craftable XP Bottles Mod

I am going to release this mod between today, June 6, and June 8.

Minecraft Mod Programming(1.6.4) Update 2: Craftable Bottles O' Enchanting Mod 2.2

     So, as you can see by the title, I have updated my mod to 2.2. Now you can craft enchanting bottles out of iron, gold, diamonds, and emeralds.









Minecraft Mod Programming(1.6.4) Update 2: Craftable Bottles O' Enchanting Alpha 1.0

Hey guys, sorry I haven't posted in a while but, I have created a mod where you can craft Bottles O' Enchanting. It is called the Craftable XP Bottles mod.

P.S: This was supposed to be released yesterday, I didn't press publish.