• 0

    posted a message on [1.12.2] The RC Mod v3.2.1.2 - (Updated 31/10/2018)
    Quote from Skerp

    Here is a quick update video

    Can I be a beta tester (is there some sort of fancier way of asking)?
    Posted in: Minecraft Mods
  • 0

    posted a message on SimCraft with 2229 New Blocks & 30 new Machines *WIP* 1.19.2
    Got this crash report. I can't read this kind of stuff so have fun.

    ---- Minecraft Crash Report ----
    // Well that was brilliant.

    Time: 4/23/14 12:15 PM
    Description: Initializing game

    java.lang.IllegalArgumentException: Slot 1000 is already occupied by com.f3rullo14.fgm.common.blocks.BlockAmmoCrate@c7e317 when adding simcraft.stairs.blockStair140@10e08bd
    at net.minecraft.block.Block.<init>(Block.java:349)
    at simcraft.stairs.blockStair140.<init>(blockStair140.java:28)
    at simcraft.core.registration.StairsReg.initialize(StairsReg.java:1221)
    at simcraft.core.RegBlocks.initialize(RegBlocks.java:637)
    at simcraft.core.SimCraft.modsLoaded(SimCraft.java:366)
    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:545)
    at sun.reflect.GeneratedMethodAccessor1.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:313)
    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:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    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:313)
    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:112)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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 net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)


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

    -- Head --
    Stacktrace:
    at net.minecraft.block.Block.<init>(Block.java:349)
    at simcraft.stairs.blockStair140.<init>(blockStair140.java:28)
    at simcraft.core.registration.StairsReg.initialize(StairsReg.java:1221)
    at simcraft.core.RegBlocks.initialize(RegBlocks.java:637)
    at simcraft.core.SimCraft.modsLoaded(SimCraft.java:366)
    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:545)
    at sun.reflect.GeneratedMethodAccessor1.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:313)
    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:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    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:313)
    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:112)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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 net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Windows 7 (x86) version 6.1
    Java Version: 1.7.0_55, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
    Memory: 112169872 bytes (106 MB) / 253853696 bytes (242 MB) up to 518979584 bytes (494 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M
    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 v8.11 FML v6.4.45.953 Minecraft Forge 9.11.1.953 18 mods loaded, 18 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FML{6.4.45.953} [Forge Mod Loader] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Forge{9.11.1.953} [Minecraft Forge] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized->Initialized
    modJ_StarMinerCore{0.9.6} [StarMinerCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    TooManyItems{1.6.4} [TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    cfm{3.2.9.1} [§4MrCrayfish's Furniture Mod] ([Forge]FurnitureModv3.2.9.1(1.6.4).zip) Unloaded->Constructed->Pre-initialized->Initialized
    asimcraft{1.6 Textures} [ASimCraft] (ASimCraftClientv1.6-Textures64bit.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ATV{1.3} [ATV MOD] (ATV_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Dirtbike{v1.1.2} [Dirtbike Mod] (Dirtbike Mod - v1.1.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    FerullosMods{2.8.5} [Ferullo's Mods] (Ferullos Guns Mod 2.9.2 MC 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
    MobAmputation{2.0.0} [MobAmputation] (files^MobAmputation2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Hats{2.1.5} [Hats] (Hats2.1.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    MobDismemberment{2.0.0} [MobDismemberment] (Mob-Dismemberment-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    SGCraft{0.7.1} [SG Craft] (SGCraft-0.7.1-mc1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    simcraft{1.6.4a} [SimCraft] (SimCraftClientv1.6.4.jar) Unloaded->Constructed->Pre-initialized->Errored
    modJ_StarMiner{0.9.6} [StarMiner] (Starminer164-0_9_6.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Sync{2.0.0} [Sync] (Sync2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Launched Version: 1.6.4-Forge9.11.1.953
    LWJGL: 2.9.0
    OpenGL: GeForce 7600 GS/PCIe/SSE2 GL version 2.1.2, NVIDIA Corporation
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
    Posted in: Minecraft Mods
  • 0

    posted a message on [WIP] AtmosMobs 2.0 - Re-Design Phase
    Maybe add some mythological animals (e.g.: Colossus, Hydra, Griffin, Chimera, Echidna (from Greek mythology))?
    Posted in: WIP Mods
  • 0

    posted a message on [1.12.2] The RC Mod v3.2.1.2 - (Updated 31/10/2018)
    When does the website go on and offline?
    Posted in: Minecraft Mods
  • 0

    posted a message on Doge Mod - Perfect for shibes around the world
    The texture for Doge (in my opinion) is too dark.
    Posted in: Minecraft Mods
  • 0

    posted a message on [MC 1.12.x] Minecraft Comes Alive v6.0.0 (MILLIONS OF PLAYERS!)
    Quote from WildBamaBoy

    If you contact me on the translation website, I can make you a proofreader and allow you to correct these problems.



    :lol: Whoops. I might put out a quick fix for this.
    https://github.com/W...alive/issues/33

    EDIT: MCA was silently updated to fix this.
    Alright thanks dude.
    Posted in: Minecraft Mods
  • 0

    posted a message on [MC 1.12.x] Minecraft Comes Alive v6.0.0 (MILLIONS OF PLAYERS!)
    So I got the new update (3.6.0b) and every NPC (excluding my children) had girl's names.
    Posted in: Minecraft Mods
  • 0

    posted a message on Clay Soldiers Mod v. 3.0.0-alpha.3 (MC 1.12.x) / 2.0.0-beta.2 (MC 1.7.10)
    Are there any projectile weapons?
    Posted in: Minecraft Mods
  • 0

    posted a message on Arrow Cam Mod
    Quote from MN12Laboratories

    How do you get the arrow cam to work? Nothing happens when I fire an arrow. Never mind, was just pressing random buttons and it worked. Nice mod btw!
    Aaaand now it's decided it doesn't want to track my arrows. Has this happened before?
    Posted in: Minecraft Mods
  • 0

    posted a message on Arrow Cam Mod
    How do you get the arrow cam to work? Nothing happens when I fire an arrow. Never mind, was just pressing random buttons and it worked. Nice mod btw!
    Posted in: Minecraft Mods
  • 0

    posted a message on MachineMuse's Modular Powersuits - Finally updated again!
    You should probably update your screenshots
    .
    Posted in: WIP Mods
  • 0

    posted a message on [WIP] Stargate Chevron 7 Client Mod - 30 Planets, 40 Smart Entities, 300 New Features - Total Overhaul - Mod Division
    Why don't you ever post any downloads to your WIP mods (like this mod and the Doctor Who mod)?
    Posted in: WIP Mods
  • 0

    posted a message on Web Displays - Browse On the Internet in Minecraft!
    I have multiple sides on my computer so when I press the 'Install' button, it automatically selects the wrong side. Help?
    Posted in: Minecraft Mods
  • 0

    posted a message on MobTalker2 - Write your own adventure stories [Dev paused]
    Where's the original Mob Talker (is that an immensely stupid question)?
    Posted in: WIP Mods
  • To post a comment, please .