• 0

    posted a message on [1.7.10]Rails of War — Siemens-Schuckertwerke akkulok update
    Quote from LegoCanMine»

    Well I'm not exactly sure if you have read any of the very early posts but he doesn't really want any extra coders or testers modellers. And I'm pretty sure he really doesn't want to give out any of the code as he may think it offending to his project. He is also reconstructing all the code right now anyways so he doesn't want any snooping. I'm pretty that is what he will tell you. Sorry bout that.


    And about the Terrain auto tracks I believe he will want to do all the core to-do list beofre taking any suggestions for anything right now. The core to-do list can be found at the offical RoW Mod site.


    I believe that I will wait for him answer, after all, I was talking to him, and I read early posts, not all, and I'm here with open heart and humility to help. So I don't care what you think or what you think that he thinks. Sorry, post's police.

    Posted in: WIP Mods
  • 0

    posted a message on [1.7.10]Rails of War — Siemens-Schuckertwerke akkulok update

    Your mod is everything what I always dream. It will have a structure generator in terrain gen for existing rails? It will be amazing if yes, with infinite generation of continuous rails. Other question it will be possible to add more trains with an api or something?


    I really really want to help, but I'm not a java dev, but I think this is my chance to learn, because I'm already a developer, so, I'm in this mood, I want to help, but I need to learn, so my request is: can you share the code for me to learn? I don't want to offend you if look like, I really want to help, I'm suffering without traincraft, and earlier I already think to try to make something like this... but with you amazing work, I think this will be one of the most incredible mods ever.

    Posted in: WIP Mods
  • 0

    posted a message on Traincraft 4.2.1.
    I just want to make even if will not use at this moment (maybe in future)... so, do you have any tips?
    Posted in: Minecraft Mods
  • 0

    posted a message on Traincraft 4.2.1.
    If I want to make a custom train (specially I want to make a CAF 7000 from Brazilian CPTM), how can I proceed? Has an special program? An special measure? An special size?
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4] Witches and More V164DEV12 by Chancebozey (A DEVELOPMENT BUILD - Updated 12/22/2013)
    I'm having this problem with entities
    at witchesandmore.entities.EntityArmorGolem.func_70023_ak(EntityArmorGolem.java:109)

    waiting for any update that solves this.
    Posted in: Minecraft Mods
  • 0

    posted a message on Tinkers Construct
    I've been trying a long time to make casts plates, but is impossible...I can make an empty but I can't use it on stencil table or use a pattern on a smeltery, thats sad ='/
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4] Witches and More V164DEV12 by Chancebozey (A DEVELOPMENT BUILD - Updated 12/22/2013)
    Thank you very much, I just love this mod!
    Posted in: Minecraft Mods
  • 1

    posted a message on [1.6.4] Witches and More V164DEV12 by Chancebozey (A DEVELOPMENT BUILD - Updated 12/22/2013)
    I forgot to put more details, is not working on vanilla server with forge, look at the crash-report if help you to find this error, is working fine on game.

    ---- Minecraft Crash Report ----
    // I'm sorry, Dave.

    Time: 06/07/13 17:30
    Description: Exception in server tick loop

    cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraft.block.Block.func_94330_A()Ljava/lang/String;
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:147)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:516)
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:85)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
    Caused by: java.lang.NoSuchMethodError: net.minecraft.block.Block.func_94330_A()Ljava/lang/String;
    at witchesandmore.blocks.WaMBlocks.registerBlocks(WaMBlocks.java:553)
    at witchesandmore.blocks.WaMBlocks.registerWitchesBlocks(WaMBlocks.java:213)
    at witchesandmore.blocks.WaMBlocks.<init>(WaMBlocks.java:200)
    at witchesandmore.WitchesandMore.preInit(WitchesandMore.java:827)
    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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:515)
    ... 5 more


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

    -- System Details --
    Details:
    Minecraft Version: 1.5.2
    Operating System: Windows 8 (amd64) version 6.2
    Java Version: 1.7.0_21, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 5851952312 bytes (5580 MB) / 6174015488 bytes (5888 MB) up to 6174015488 bytes (5888 MB)
    JVM Flags: 3 total; -Xms6144M -Xmx6144M -XX:MaxPermSize=256m
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v7.51 FML v5.2.23.737 Minecraft Forge 7.8.1.737 59 mods loaded, 59 mods active
    mcp{7.51} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{5.2.23.737} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
    Forge{7.8.1.737} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
    CodeChickenCore{0.8.7} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized
    NotEnoughItems{1.5.2.28} [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized
    mod_bspkrsCore{v2.08(1.5.2)} [bspkrsCore] ([1.5.2]bspkrsCorev2.08.zip) Unloaded->Constructed->Pre-initialized
    TreeCapitator{Forge 1.5.2.r01} [TreeCapitator] ([1.5.2]TreeCapitator.Forge.1.5.2.r01.Uni.CoreMod.jar) Unloaded->Constructed->Pre-initialized
    GalacticraftCore{0.1.35} [Galacticraft Core] (Galacticraft-1.5.2-a0.1.35.319.jar) Unloaded->Constructed->Pre-initialized
    DamageIndicatorsMod{2.7.0.1} [Damage Indicators] (1.5.2 DamageIndicators v2.7.0.1.zip) Unloaded->Constructed->Pre-initialized
    jammyfurniture{4.4} [Jammy Furniture Mod] (1.5.2_Jammy_Furniture_Mod_V4.4.zip) Unloaded->Constructed->Pre-initialized
    LoginMessage{v0.4} [LoginMessage] ([forge_universal]LoginMessage_v0.4.zip) Unloaded->Constructed->Pre-initialized
    IC2{1.116.350-lf} [IndustrialCraft 2] (industrialcraft-2_1.116.350-lf.jar) Unloaded->Constructed->Pre-initialized
    AssemblyLine{0.3.5.146} [Assembly Line] (AssemblyLine_v0.3.5.146.jar) Unloaded->Constructed->Pre-initialized
    AtomicScience{0.6.0} [Atomic Science] (Atomic_Science_v0.6.0.61.jar) Unloaded->Constructed->Pre-initialized
    BetterDungeons{1.7} [Better dungeons] (BetterDungeons.zip) Unloaded->Constructed->Pre-initialized
    BiblioCraft{1.3.1} [BiblioCraft] (BiblioCraft[v1.3.1].zip) Unloaded->Constructed->Pre-initialized
    Fluid_Mechanics{0.5.1.102} [Fluid Mechanics] (FluidMechanics_v0.5.1.102.jar) Unloaded->Constructed->Pre-initialized
    Biotech{0.2.1} [Biotech] (Biotech-v0.2.1.33.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Core{3.6.0} [BuildCraft] (buildcraft-A-3.6.0.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Builders{3.6.0} [BC Builders] (buildcraft-A-3.6.0.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Energy{3.6.0} [BC Energy] (buildcraft-A-3.6.0.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Factory{3.6.0} [BC Factory] (buildcraft-A-3.6.0.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Transport{3.6.0} [BC Transport] (buildcraft-A-3.6.0.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Silicon{3.6.0} [BC Silicon] (buildcraft-A-3.6.0.jar) Unloaded->Constructed->Pre-initialized
    CastleDef{1.0.0} [Castle Defenders] (CastleDefenders1.2.zip) Unloaded->Constructed->Pre-initialized
    ComplexMachines{0.3.3} [Complex Machines] (ComplexMachines_v0.3.3.99.jar) Unloaded->Constructed->Pre-initialized
    ComputerCraft{1.53} [ComputerCraft] (ComputerCraft1.53.zip) Unloaded->Constructed->Pre-initialized
    CCTurtle{1.53} [ComputerCraft Turtles] (ComputerCraft1.53.zip) Unloaded->Constructed->Pre-initialized
    DimensionalDoors{1.5.2R1.3.6RC1} [Dimensional Doors] (DimensionalDoors-1.5.2R1.3.6RC1-71.zip) Unloaded->Constructed->Pre-initialized
    Dynmap{1.8-41} [Dynmap] (Dynmap-1.8-alpha-1-forge-7.8.0.jar) Unloaded->Constructed->Pre-initialized
    ICBM|Contraption{1.2.0} [ICBM|Contraption] (ICBM_Contraption_v1.2.0.142.jar) Unloaded->Constructed->Pre-initialized
    ElectricExpansion{2.3.0.51} [Electric Expansion] (ElectricExpansion_v2.3.0.51.jar) Unloaded->Constructed->Pre-initialized
    ExtrabiomesXL{3.13.1} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.5.2-3.13.2.jar) Unloaded->Constructed->Pre-initialized
    Forestry{2.2.8.1} [Forestry for Minecraft] (forestry-A-2.2.8.1.jar) Unloaded->Constructed->Pre-initialized
    BinnieCore{1.6-pre14b} [Binnie Core] (extra-bees-1.6-pre14b.jar) Unloaded->Constructed->Pre-initialized
    ExtraBees{1.6-pre14b} [Extra Bees] (extra-bees-1.6-pre14b.jar) Unloaded->Constructed->Pre-initialized
    FlansMod{2.3.1} [Flan's Mod] (Flans Mod 2.3.1 for Minecraft 1.5.2 Universal.zip) Unloaded->Constructed->Pre-initialized
    iChunUtil{1.0.1} [iChunUtil] (iChunUtil1.0.1.zip) Unloaded->Constructed->Pre-initialized
    GraviGun{1.5.1} [GraviGun] (GravityGun1.5.1.zip) Unloaded->Constructed->Pre-initialized
    ICBM|Sentry{1.2.0} [ICBM|Sentry] (ICBM_Sentry_v1.2.0.142.jar) Unloaded->Constructed->Pre-initialized
    ICBM|Explosion{1.2.0} [ICBM|Explosion] (ICBM_Explosion_v1.2.0.142.jar) Unloaded->Constructed->Pre-initialized
    IronChest{5.2.8.446} [Iron Chest] (ironchest-universal-1.5.2-5.2.8.446.zip) Unloaded->Constructed->Pre-initialized
    Mekanism{5.5.6} [Mekanism] (Mekanism-v5.5.6.83.jar) Unloaded->Constructed->Pre-initialized
    MekanismGenerators{5.5.6} [MekanismGenerators] (MekanismGenerators-v5.5.6.83.jar) Unloaded->Constructed->Pre-initialized
    MekanismTools{5.5.6} [MekanismTools] (MekanismTools-v5.5.6.83.jar) Unloaded->Constructed->Pre-initialized
    MFFS{3.0.4} [Modular Force Field System] (MFFS_v3.0.4.132.jar) Unloaded->Constructed->Pre-initialized
    minechem{@VERSION@} [MineChem] (MineChem_v3.0.0.233.jar) Unloaded->Constructed->Pre-initialized
    Miner's Heaven (Dimension){Lastest 1.0.0} [Miner's Heaven (Dimension)] (Miners Heaven-1.0.0.zip) Unloaded->Constructed->Pre-initialized
    Miner's Heaven{Lastest 1.0.0} [Miner's Heaven] (Miners Heaven-1.0.0.zip) Unloaded->Constructed->Pre-initialized
    mmmPowersuits{0.7.0-534} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.7.0-534.jar) Unloaded->Constructed->Pre-initialized
    PowersuitAddons{0.2.3-157} [Andrew2448's Modular Powersuits Addon] (MPSA-0.2.3-157_MPS-531+.jar) Unloaded->Constructed->Pre-initialized
    musiccraft{2.0.01} [MusicCraft] (MusicCraft 2.0.01 [1.5.2].zip) Unloaded->Constructed->Pre-initialized
    MyTown{1.5.0.0} [MyTown] (MyTown_1.5.1.0.jar) Unloaded->Constructed->Pre-initialized
    PermissionsEx{1.5.0.0} [PermissionsEx] (PermissionsEx_1.5.1.0.jar) Unloaded->Constructed->Pre-initialized
    Pixelmon{2.2} [Pixelmon] (Pixelmon 2.2.zip) Unloaded->Constructed->Pre-initialized
    Railcraft{7.2.1.0} [Railcraft] (Railcraft_1.5.2-7.2.1.0.jar) Unloaded->Constructed->Pre-initialized
    secretroomsmod{4.6.0} [SecretRoomsMod] (SecretRoomsMod-universal-4.6.0.283.zip) Unloaded->Constructed->Pre-initialized
    TC{4.0.1_002} [Traincraft] (traincraft-4.0.1_002.jar) Unloaded->Constructed->Pre-initialized
    WitchesandMore{1.1.8} [Witches and More....] (WitchesandMore152 V118(3).zip) Unloaded->Constructed->Errored
    Profiler Position: N/A (disabled)
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4] Witches and More V164DEV12 by Chancebozey (A DEVELOPMENT BUILD - Updated 12/22/2013)
    Working perfectly with singleplayer, but not with multiplayer... could you fix that before the release for 1.6?
    Posted in: Minecraft Mods
  • 0

    posted a message on Pixelmon 8.1.2 (12th Nov 2020)

    My game keeps crashing help! Sorry i dont know how to make spoilers :(

    Minecraft has crashed!
    ----------------------

    Minecraft has stopped running because it encountered a problem; Rendering Tile Entity

    A full error report has been saved to C:\Users\Raphi\AppData\Roaming\.minecraft\crash-reports\crash-2013-06-22_03.45.29-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(



    Optifine cause this when has a evolution of pokemon.
    Posted in: Minecraft Mods
  • 0

    posted a message on Pixelmon 8.1.2 (12th Nov 2020)
    Quote from Rawrsys

    This mod is amazing. Just really hard to make it work on a server :I


    I made it easily, just install it first of all!
    Posted in: Minecraft Mods
  • 0

    posted a message on Pixelmon 8.1.2 (12th Nov 2020)
    TMI works fine to me.
    Posted in: Minecraft Mods
  • 1

    posted a message on [1.7.10] SUPERHEROES UNLIMITED MOD - NOW APART OF THE LEGENDS MOD
    Please add the Super Config File!
    Posted in: Minecraft Mods
  • 0

    posted a message on Pixelmon 8.1.2 (12th Nov 2020)
    I found the problems with pokeballs, betterdungeons (chocolatequest) use the same ids for items.

    Now I need to find a way to solve problems with super heroes mod.
    Posted in: Minecraft Mods
  • To post a comment, please .