• 0

    posted a message on [1.7.10] !!![1.8]!!! Mystic Tools Mod! (1.8!! Alpha Build!) [v1.1.0.3]

    Yeah since I'm a one man team I'm still putting together stuff like a wiki.

    Posted in: Minecraft Mods
  • 0

    posted a message on Mod Proxy Glitch

    Hello I've been devolping a mod and I cannot get it to become server compatible. When I run my mod from the sever it results in this crash



    [21:29:28] [Server thread/INFO]: Starting minecraft server version 1.7.10
    [21:29:28] [Server thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
    [21:29:28] [Server thread/INFO] [FML]: MinecraftForge v10.13.2.1291 Initialized
    [21:29:28] [Server thread/INFO] [FML]: Replaced 183 ore recipies
    [21:29:28] [Server thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
    [21:29:29] [Server thread/INFO] [FML]: Searching C:\Users\NAME\Desktop\forge1.7.10\eclipse\mods for mods
    [21:29:33] [Server thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
    [21:29:33] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, cm] at CLIENT
    [21:29:33] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, cm] at SERVER
    [21:29:33] [Server thread/ERROR] [FML]: Attempted to load a proxy type com.camp.main.CommonProxy into com.camp.main.MainRegistry.proxy, but the types don't match
    [21:29:33] [Server thread/ERROR] [FML]: An error occured trying to load a proxy into {clientSide=com.camp.main.ClientProxy, serverSide=com.camp.main.CommonProxy}.com.camp.main.MainRegistry
    cpw.mods.fml.common.LoaderException
    at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:69) [ProxyInjector.class:?]
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492) [FMLModContainer.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:492) [Loader.class:?]
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:?]
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) [FMLCommonHandler.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:120) [DedicatedServer.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
    Apr 02, 2015 9:29:33 PM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
    SEVERE: Could not dispatch event: FMLMod:cm{v1.0.8} to public void cpw.mods.fml.common.FMLModContainer.constructMod(cpw.mods.fml.common.event.FMLConstructionEvent)
    cpw.mods.fml.common.LoaderException
    at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:69)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
    at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:120)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)

    [21:29:33] [Server thread/ERROR] [FML]: Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue
    [21:29:33] [Server thread/ERROR] [FML]:
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
    FML{7.10.85.1291} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.2.1291.jar) Unloaded->Constructed
    Forge{10.13.2.1291} [Minecraft Forge] (forgeSrc-1.7.10-10.13.2.1291.jar) Unloaded->Constructed
    cm{v1.0.8} [MysticTools] (bin) Unloaded->Errored
    [21:29:33] [Server thread/ERROR] [FML]: The following problems were captured during this phase
    [21:29:33] [Server thread/ERROR] [FML]: Caught exception from cm
    cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException
    at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:76) ~[ProxyInjector.class:?]
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492) ~[FMLModContainer.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:?]
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:492) [Loader.class:?]
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:?]
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) [FMLCommonHandler.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:120) [DedicatedServer.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
    Caused by: cpw.mods.fml.common.LoaderException
    at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:69) ~[ProxyInjector.class:?]
    ... 28 more
    [21:29:33] [Server thread/ERROR]: Encountered an unexpected exception
    cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException
    at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:76) ~[ProxyInjector.class:?]
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492) ~[FMLModContainer.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:?]
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) ~[LoadController.class:?]
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:492) ~[Loader.class:?]
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) ~[FMLServerHandler.class:?]
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) ~[FMLCommonHandler.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:120) ~[DedicatedServer.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
    Caused by: cpw.mods.fml.common.LoaderException
    at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:69) ~[ProxyInjector.class:?]
    ... 28 more
    [21:29:33] [Server thread/ERROR]: This crash report has been saved to: C:\Users\NAME\Desktop\forge1.7.10\eclipse\.\crash-reports\crash-2015-04-02_21.29.33-server.txt
    [21:29:33] [Server thread/WARN] [FML]: Can't revert to frozen GameData state without freezing first.
    [21:29:33] [Server thread/INFO] [FML]: Applying holder lookups
    [21:29:33] [Server thread/INFO] [FML]: Holder lookups applied
    [21:29:33] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
    [21:29:33] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.

    And the crash report as saved by the game(same stuff dumbed down I guess)


    ---- Minecraft Crash Report ----
    // Ooh. Shiny.

    Time: 3/29/15 2:40 PM
    Description: Exception in server tick loop

    cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException
    at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:76)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
    at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:120)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)
    Caused by: cpw.mods.fml.common.LoaderException
    at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:69)
    ... 28 more

    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.7.0_71, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 957132560 bytes (912 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
    JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 4 mods loaded, 4 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
    FML{7.10.85.1291} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.2.1291.jar) Unloaded->Constructed
    Forge{10.13.2.1291} [Minecraft Forge] (forgeSrc-1.7.10-10.13.2.1291.jar) Unloaded->Constructed
    cm{v1.0.0} [MysticTools] (bin) Unloaded->Errored
    Profiler Position: N/A (disabled)
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)


    And now my code for my Client Proxy and Common Proxy

    Client:


    import cpw.mods.fml.client.registry.RenderingRegistry;
    import cpw.mods.fml.common.event.FMLInitializationEvent;
    import cpw.mods.fml.common.event.FMLPostInitializationEvent;
    import cpw.mods.fml.common.event.FMLPreInitializationEvent;

    public class ClientProxy extends CommonProxy{
    public int addArmor(String armor){
    return RenderingRegistry.addNewArmourRendererPrefix(armor);
    }
    public void registerRenderThings(){

    }

    }

    Common:


    import cpw.mods.fml.client.registry.RenderingRegistry;
    import cpw.mods.fml.common.event.FMLInitializationEvent;
    import cpw.mods.fml.common.event.FMLPostInitializationEvent;
    import cpw.mods.fml.common.event.FMLPreInitializationEvent;

    public class CommonProxy{
    public void registerRenderThings(){

    }

    }

    Posted in: Modification Development
  • 0

    posted a message on [1.7.10] !!![1.8]!!! Mystic Tools Mod! (1.8!! Alpha Build!) [v1.1.0.3]

    Description:


    A Mod that adds many new tools mainly made of Mystic, Magic, and other Godly materials. These tools are end-game and require large amounts of resources.

    To gain access to these materials you must first make some mystic apples and some lava infused diamonds. Made by surrounding an apple with diamond blocks or surrounding a lava bucket with diamonds.

    Important:


    It is recommended you download files above (v1.0.0)

    It is recommended to download Beta (blue) or release (green) builds as they are less likely to corrupt your world.

    It is also recommended you play with NEI to reduce confusion, and see the recipes.


    Installation:


    1. Download newest recommended version of forge
    2. Download newest alpha, beta, or recommended (Newest one will probably be best)
    3. Backup your Minecraft folder.
    4. Install client Forge.
    5. Open up MODS folder.
    6. Place selected version of MysticTools in the mods folder.
    7. Start Up Minecraft.
    8. Enjoy!!!

    Features:


    As of (v0.9)

    The current materials are Mystic, Lava Infused Diamond, Magic, Flame-wrought Iron and Gold, Mythril, Brightflame, Mysterious, and others.

    Armors o' plenty. Most armors are made from the added materials. Some armors are made from stone or other materials already in the game.

    Tools. TONS OF TOOLS I cannot begin to describe the amount of planned and implrmented tools for this mod.

    Blocks... There is one block for most of the material types. The are also the white forms of stone which will naturally spawn in your world(I do Holliday thing to thewe (Xmas Stone...))

    PLANNED!!!

    In Progress:

    Furnace!

    More Materials!

    Alloys!

    Future:

    Dimension

    Biomes

    SECRET (Hint: It has legs(C'mon if that doesn't give it away something is wrong))

    Alloy Smelter

    Trees

    Liquids

    You want something else?

    PM Me with your ideas.

    If your idea gets accepted you will be rewarded with a) you item in game and B) a mention in game!


    Mod Pack Rules:


    You may include this mod in a mod pack if you meet the following criteria.

    1. You MUST not make any money off the mod pack, this include add links (ad.fly).
    2. You MUST link to either this page or the Minecraft Forum page on your info page.
    3. You CANNOT take any credit for this mod.
    4. You CANNOT redistribute this mod in any way!!!

    General Rules:


    1. You cannot redistribute this mod in any way!!!
    2. You cannot use it in a mod pack if you do not follow the rules.
    3. You cannot claim ownership of this mod!
    4. You cannot release the source code of this mod.
    5. You need permission if you wish to try and break these rules.

    Other:


    Work In Progress (Not Much Longer!!!!)

    Tools/Armor Added All The Time!

    Getting Started!:


    First you must craft either some Mystic Apples or some Lava Infused Diamonds (LID) . To do so you must surround either a lava bucket (for LID) or a Golden Apple (Mystic Apple) with diamonds (LID) or diamond blocks (Mystic). You can then make tools with the LID, eat the apple, or smelt the apple. In the case of you smelting the apple you will receive a Mystic Ingot. This can be used to make tools. Or you can surround a LID with Mystic ingots and receive a Magic nugget. To craft a magic ingot you must craft 9 magic nuggets together. This is a very expensive recipe. Magic ingots can create the highest quality, infinite durability, tools. (Hint Magic is not the highest level...)

    IMPORTANT!:


    If you see this mod available on any other website other than http://minecraft.curseforge.com/, then this website is braking the DMCA. These websites are not to be trusted and may lead to malware! Do not download from them. All they do is make money off of MY MOD by making you download it from a third party site. This is ILLEGAL! Please do not download from these sites.


    Downloads:


    Release Build:

    Beta Build:

    Posted in: Minecraft Mods
  • 0

    posted a message on Have your mod check for newer version and notify user

    Could you possibly say what website you uploaded this file too?

    Posted in: Mapping and Modding Tutorials
  • 0

    posted a message on Sheep Model

    Yeah, that works too...

    Posted in: Modification Development
  • 0

    posted a message on Sheep Model

    Do you use techne? If so while creating a model you can choose a vanilla sheep.

    Posted in: Modification Development
  • 0

    posted a message on Creative tab problem

    Oh i misread that sorry. What other mods do you have installed? If any.

    Posted in: Modification Development
  • 0

    posted a message on Creative tab problem

    I believe it has to do with the block you are using. Try using a different block and see if it has the same problem.

    Posted in: Modification Development
  • 0

    posted a message on crop won't grow!

    I dont believe you have anything there are actually growing the plant. Or I am tired and not reading it right.

    Posted in: Modification Development
  • 0

    posted a message on Minecraft Mod Server Crash.

    Vic_ would you show us the code. I see it all the time but I would like to see a working version with proxies added. Since every time I fix it it doesn't fix...

    Posted in: Modification Development
  • 0

    posted a message on Help me add NEI

    Please reword this as it is very confusing.

    1) What modloader are you using?

    2) What version of NEI?

    3) Did you download this version of NEI from a credible site?

    4) Do you have CodeChickenCore installed?

    Posted in: Modification Development
  • 0

    posted a message on The powers of knowledge mod!! Learn to build!

    Although I think it would be incompatible with most other mods.

    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on The powers of knowledge mod!! Learn to build!

    I might be able to help with this. Although I am usually very busy.

    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on The powers of knowledge mod!! Learn to build!

    I like this idea. +1

    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on I would like to have a mod to load MCPE mods on PC.

    Unfortunately, this is very unlikely to happen as the code for Minecraft PE and Minecraft are very different so unless if someone was to recreate one of these mods this would be very unlikely to happen.

    I am open to seeing someone do this though. If someone succeeded it would be incredible.

    Posted in: Requests / Ideas For Mods
  • To post a comment, please .