• 0

    posted a message on [Jul.08] Rei's Minimap v3.4_01
    Does anyone know how to install the slime chunk finder for Minecraft 1.8.1 with this mod too?
    Posted in: Minecraft Mods
  • 0

    posted a message on [Beta 1.8.1] GodCraft [v1]
    Quote from JeremyisBetter

    why is it called god craft when it just adds new blocks and items and not "gods"?

    Because the ore is from the gods which makes the tools and armor, also if you havn't noticed, Im 50% finished with my god NPC and a mob.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Beta 1.8.1] GodCraft [v1]
    Quote from johnlier

    Gods use normal wood? o-o
    i suggest something more "godly" Cough*diamonds*cough

    Are you talkng about the sticks?
    Posted in: Minecraft Mods
  • 0

    posted a message on [Beta 1.8.1] GodCraft [v1]
    Quote from Miza12

    Nice mod! ^^ Can't wait to see the new update. Can you mention any of the upcoming features? XD

    look at the bottom part of the thread.
    Also adding a video tutorial on how to install!
    Posted in: Minecraft Mods
  • 0

    posted a message on [Beta 1.8.1] GodCraft [v1]
    Quote from Master666ZX

    I like the title pic. so cool.

    lol, thanks I used Photoshop for the 3D text. too :biggrin.gif:
    Posted in: Minecraft Mods
  • 0

    posted a message on [Beta 1.8.1] GodCraft [v1]
    Major update coming soon! possibly in a couple of days after my highschool exams are finished!
    Posted in: Minecraft Mods
  • 0

    posted a message on Digital Diamond: Minecraft Office
    I wish when I grow up I don't have to wear shoes in my office.
    Posted in: Minecraft News
  • 0

    posted a message on [Mob] Need help redefining entityMob and ModelGod
    I have a mob and all my .java file's are free of errors except for two errors. One in my mod_Mob.java and my ModelGod.

    mod_Mob:
    package net.minecraft.src;
    import java.util.Random;
    import java.util.Map;
    
    public class mod_Mob extends BaseMod
    {
    	public mod_Mob()
    	{
    		AddMobs();
    	}
    
    	public void AddMobs()
    	{
                    //This line just registers the mob, and sets a name for it, as well as it's own unique entity ID
    		ModLoader.RegisterEntityID(EntityGod.class, "God", ModLoader.getUniqueEntityId());
    
                    //This line makes tells the mob to spawn. The number 500 is how rare the mob is
                    //EnumCreatureType.creature = land mob, EnumCreatureType.waterCreature = water mob,
                    //EnumCreatureType.monster = a hostile mob that only spawns in darkness
    		
                     //this line below
                    ModLoader.AddSpawn(EntityGod.class, 325, EnumCreatureType.creature);
    	}
    
    	public void AddRenderer(Map map)
    	{
    		map.put(EntityGod.class, new RenderGod(new ModelGod(), 0.5F));
    	}
    
    	public String Version()
    	{
    		return "1.8.1";
    	}
    }



    heres my ModelGod:
    package net.minecraft.src;
    public class ModelGod extends ModelBiped
    {
        public ModelGod()
        {
            super(1, 0.0F);
        }
    
        public void render(float f, float f1, float f2, float f3, float f4, float f5)
        {
            //this line below
            super.render(f, f1, f2, f3, f4, f5);
            setRotationAngles(f, f1, f2, f3, f4, f5);
        }
    
        public void setRotationAngles(float f, float f1, float f2, float f3, float f4, float f5)
        {
            super.setRotationAngles(f, f1, f2, f3, f4, f5);
        }
    }
    Posted in: Modification Development
  • 0

    posted a message on [block] how to return mod_Block fromd rop?
    As you can see from the title, I'm having trouble withint this code:
    package net.minecraft.src;
    import java.util.Random;
    
    public class BlockG extends Block
    {
    	protected BlockG(int i, int j)
    	{
    		super(i,j,Material.wood);
    	}
    	//right here
    	public int idDropped(int i, Random random)
    	{
    		return mod_Block.GodBlock;
    	}
    	
    	public int quantityDropped(Random, random)
    	{
    		return 4;
    	}
    }

    I'm getting and error.
    Posted in: Modification Development
  • 0

    posted a message on [Beta 1.8.1] GodCraft [v1]
    Quote from PhasedTG

    good work with getting it all working!

    Thank you for all the help!
    Posted in: Minecraft Mods
  • 0

    posted a message on [Beta 1.8.1] GodCraft [v1]
    Quote from idavid2b

    Very nice!

    thank you! let me know if you download it and if there's any bugs.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Beta 1.8.1] GodCraft [v1]
    Thank you guy's all on the positive feedback, Im going to bed soon, cause I've been up for 24 hours, if there's any bugs please follow the guideline. thxs :biggrin.gif:
    Posted in: Minecraft Mods
  • 0

    posted a message on [Beta 1.8.1] GodCraft [v1]


    Hello everyone and thanks for viewing my thread, GodCraft add's additional armor, tools, and blocks. This mod is compatible with minecraft 1.81(I can update to prelease if you guys want), It uses standard ModLoader so it won't interfere with any other mods. Keep in mind if you have any suggestions, I'm a new coder and It's not like I can do everything.
    Thank you PhasedTG for helping me with some java codes!

    Quote from Wyatt »
    Before questioning me and flaming me please keep in mind I'm a new mod developer and I know "this is so standard". Well as I learn new java code and how to add new things to Minecraft I will update, Also some things I will need feedback on if you guys like the new updates or not. so thanks for reading and downlaoding my very first Mod.


    Also I am working on new items and blocks they will all be combined in a major update. instead of multiple updates.

    Here are all the Items, armors, and crafting recipes.



    sword


    pickaxe


    spade


    hoe


    axe






    Helmet


    Chest


    Legs


    Boots






    God Block






    Quote from Copy Right »
    This document is Copyright ©(2011) of OneManMinecraft(The Owner) and is the intellectual property of The Owner. Only Minecraftforum.net is able to host any of The Owner's material without the consent of The Owner. It may not be placed on any other web site or otherwise distributed publicly without advance written permission. You are allowed to edit and make your own thread as long as you contact me about it and that you put me in the credits. /list]But if you ONLY CHANGE the sprites I won't give you permission.

    Minecraft 1.8.1 Download If you download you are accepting the copyright and agreeing to it.



    THIS MOD REQUIRES MODLOADER
    Windows
    Start>Run>search"%appdata%">Roaming>.Minecraft>bin>minecraft.jar>
    
    1.Delete META-INF
    2.Drag and drop all files except god_1 and god_2
    3.drag god_1 and god_2 into the armor folder
    -----------
    Mac
    1.Open Finder
    2. go to Library
    3. go to Application support
    4. then open the minecraft folder
    5. open the bin folder
    6. right click Minecraft.jar
    7. open with "archive utility"
    8.open the zipped minecraft folder
    9. DELETE META-INF
    10.install ModLoader 
    11. install my classes
    12 drag my classes in
    13. then drag god_1 and god_2 into the armor folder
    ------------
    Mac(different way)
    1.Open Finder
    2. go to Library
    3. go to Application support
    4. then open the minecraft folder
    5. open the bin folder
    7. rename minecraft.jar then you can open it up
    8. DELETE META-INF
    9.install ModLoader 
    10. install my classes
    11.drag my classes in
    12. then drag god_1 and god_2 into the armor folder
    13. then rename it minecraft.jar

    (sorry if the mac tutorials are wrong, I use windows was just using the installation from some videos I watched.)




     v1 released




    Hany any bugs? then copy the error and put it in between these
    [spoiler] Your error [/spoiler]




    -More craftable blocks
       ~God light block(50%)
    -God Bow
    -Friendly NPC's(50% finished)
    -MOB's
    -god torch

    Got any suggestions? feel free to post them and if I like them Id add them to this list

    BUGLIST
    -Ore vines are too big.(fix in progress)
    Posted in: Minecraft Mods
  • 0

    posted a message on Server Hackers
    Well I think Im right about this you can't edit a server with a client mod. there would have to be a server plugin, if you check the server plugins, some servers have a nicknames plugin maybe an admin changed his name to LOLO and was kicking people.
    Posted in: Legacy Support
  • 0

    posted a message on Server Hackers
    It's most likely that server. because each server has a different IP it's almost impossible to hack every single minecraft server.
    Posted in: Legacy Support
  • To post a comment, please .