• 5,573 views, 2 today
  • 310 downloads, 0 today
  • 11
  • 7
  • 48
TurtleMoviesCo's Avatar TurtleMoviesCo
Level 18 : Journeyman Modder
5

OK I have decided its time to start my mod again so by the end of this week I will post a 1.2 version of mod. However I plan to re-code the entire thing and I want to start by adding some new plants first.


You may now download! Needs ModLoader!


****MODLOADER INCLUDED****
**** SHELFMOD INCLUDED (I DID NOT CREATE)****
For a list of changes look at Logs.
My mod is no where near done but I figured It has enough for atleast a basic upload.

10% does not mean their is nothing in the mod, just means I have a huge mod planned!

I just added Methane gas, it spawns naturally and is explosive.
(need help with it,I need to know how to make fire set it off, also before it explodes id looks like tnt.)

Dev team
3turtles1
prestoninja
Rydanian

*Bug Testers
domjules

Extra people (Made some of the textures)
julsmul
MrPartyRock

Stuff I need help on! (Listed in order of importance)
  1. How do you make custom furnace. (Furnace like Block)
  2. How do you make a custom Door.
  3. I want to make my own shelf mod, to be used in this mod. I love the shelf and I don't want to have to put it in my .jar all the time I update this mod. (And I am guessing that I cant just put the real shelf mod into my mod right?)

Textures that I need (As soon as possible)
(I will make textures for these as placeholders till I get better ones)
  1. Silver Ore (Need better one)
  2. Silver Tools
  3. Silver Ingot (Need better ingot)
  4. Granite (multiple color versions) http://en.wikipedia.org/wiki/Granite


Please download here to help me out
(Ad link removed)

Please do not redistribute my mod in way. (Yes I know it is currently not much different from other mods but it is still my work with the help of my Dev. Team
Progress100% complete
Game VersionMinecraft 1.0
Tags

9 Update Logs

Update #9 : by TurtleMoviesCo 12/26/2011 6:19:27 pmDec 26th, 2011

This log for 1.4.0
  • Added Kristall ore
  • Added crystal (item)
  • Added Enchanted Cystals (item)
  • Added Kristall
  • Added 1 Spell Book (allows you to turn any 1 "item" into 7) (300 lines of code!)
  • Changed how common my new blocks are.
LOAD MORE LOGS

Create an account or sign in to comment.

1
03/07/2012 6:25 pm
Level 18 : Journeyman Modder
TurtleMoviesCo
TurtleMoviesCo's Avatar
So far I have all the objects updated involving steel, coal dust, iron dust, steel dust, steel plates and steel blocks.
1
02/04/2012 6:10 pm
Level 6 : Apprentice Ranger
domjules
domjules's Avatar
hey can u help me with a mod my friend is workin on?
1
02/07/2012 4:25 pm
Level 18 : Journeyman Modder
TurtleMoviesCo
TurtleMoviesCo's Avatar
Depends, what do you need my help for?

ATM my mod is paused as "hopefully" someone has noticed because I know so many people love my mod. Have not been in the minecraft mood lately.
1
02/10/2012 7:51 pm
Level 6 : Apprentice Ranger
domjules
domjules's Avatar
a mod, its called atlantis dimension mod. ill give u the link.tell them " domjules sent me to help you guys"http://www.minecraftforum.net/topic/627936-wip-the-atlantis-dimension-mod/
BTW do u like this banner? http://i1108.photobucket.com/albums/h416/domjules/Untitled-2.jpg
And also... PLEASE CONTINUE THE MOD
1
02/16/2012 6:59 am
Level 18 : Journeyman Modder
TurtleMoviesCo
TurtleMoviesCo's Avatar
Yes I do like the banner. You mind if I use it?
I might start the mod again, I have been playing minecraft again so well see about this weekend.
Not sure How I can help your friends, they seem to have a pretty cool mod.
Unless they need someone to make blocks, with new crafting recipes, that's mostly what I can do and new items with limited abilities.
1
02/26/2012 1:21 am
Level 6 : Apprentice Ranger
domjules
domjules's Avatar
KK PLEASE CONTINUE UR MOD!
USE MY BANNER PLEASE!
1
03/06/2012 8:23 pm
Level 18 : Journeyman Modder
TurtleMoviesCo
TurtleMoviesCo's Avatar
Problem is, I cant find any youtube videos or help sites that talk about modding in 1.2

If you know of any please tell me.
1
03/06/2012 8:05 pm
Level 18 : Journeyman Modder
TurtleMoviesCo
TurtleMoviesCo's Avatar
Ok am starting my mod again, after I relearn some of the code and what has changed since 1.0 in the code.

When I upload the new version this weekend I will use the banner.

Really wish mods could be done in C# or C++.
1
01/23/2012 4:29 pm
Level 15 : Journeyman Goblin
hornetsboy21
hornetsboy21's Avatar
Nice mod i like the methane gas
1
12/28/2011 9:57 am
Level 18 : Journeyman Modder
TurtleMoviesCo
TurtleMoviesCo's Avatar
Can someone tell me why my keyboard event thing does not work???

package net.minecraft.src;

import org.lwjgl.input.Keyboard;

import net.minecraft.client.Minecraft;

public class mod_HelpGUI extends BaseMod
{
public mod_HelpGUI()
{
mc = ModLoader.getMinecraftInstance();

ModLoader.RegisterKey(this,this.GUIKey, false);
ModLoader.AddLocalization("Open GUI", "Open GUI");

ModLoader.SetInGUIHook(this, true, false);
ModLoader.SetInGameHook(this, true, false);

}
public void KeyBoardEvent(KeyBinding keybinding)
{
System.out.print("-----------------------------------------------------------------Keyboard Event occured");
if(keybinding == this.GUIKey)
{
System.out.print("H was pressed!!!!!!!!!!!!!!!!!");
mc.displayGuiScreen(new StartHelpGUI(world, this, mc));
}
}



public String getVersion()
{
return "1.0.0";
}
public void load()
{

}
public KeyBinding GUIKey = new KeyBinding("Open GUI", Keyboard.KEY_H);
public static World world;
protected Minecraft mc;

}
1
12/27/2011 6:23 pm
Level 36 : Artisan Modder
Makerz
Makerz's Avatar
if you want to add your own shelf mod yo will either have to code it yourself or put the normal one in the jar and use the code from that(Copying, a bad idea)
1
12/27/2011 8:52 pm
Level 18 : Journeyman Modder
TurtleMoviesCo
TurtleMoviesCo's Avatar
I know i did not want to copy, I don't use it in my coding or code. I just added it to the folder. When you download my mod and look at the read me file I made sure people new it was not mine.

No one will tell me how to make my own blocks that hold items like a shelf.
I figure that I will just leave the shelf mod included in my mod till someone tells me that I am not allowed to.

Not try to steal the mod just trying to save people time, plus this way i know my mod is compatible with my favorite mod :)
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome