• 0

    posted a message on [1.6.4] WarpDrive mod: ships, space, lasers!
    Does anyone know how to set up a wireless communication with the warp core? I know I can do it with computer craft and wireless receivers I just need to know how to set it up in the computer(s).
    Posted in: WIP Mods
  • 0

    posted a message on [32X32] [1.6.X] The End is Extremely Nigh: Revolution - Barely Alive and Kicking Update
    Quote from BCBKING

    ah ok thanks man

    No prob. Now if you don't mind I am going to see what happens when you shoot a heat seeking missile at an enderman.
    Posted in: WIP Resource Pack
  • 0

    posted a message on [1.6.4] WarpDrive mod: ships, space, lasers!
    Quote from Sky_pony

    i cant seem to get it to work i downloaded all the stuff but it crashes can you help me?

    You need to post the crash log if you want help. That is the most basic rule of mod support unless you are new to it.
    Posted in: WIP Mods
  • 0

    posted a message on [1.6.4] WarpDrive mod: ships, space, lasers!
    Quote from Ginview

    Yep. Wireless modems.
    Generaly, this mod should have thread on Computer Craft forums, to deal with this kind of problems.

    What I meant was how to set it up.
    Posted in: WIP Mods
  • 0

    posted a message on [1.6.4] WarpDrive mod: ships, space, lasers!
    Is there some way using computercraft to wirelessly interact with the warp drive without having to be right next to it?
    Posted in: WIP Mods
  • 0

    posted a message on [32X32] [1.6.X] The End is Extremely Nigh: Revolution - Barely Alive and Kicking Update
    Quote from BCBKING

    what texture is the zombie???

    What exactly do you mean? If you mean what I think you mean then my answer is that the zombie is the third alternate texture used in randomobs. Reason you might not see it with the re releases is because the mcpatcher texture setup was not updated in the pack (where all the mcpatcher textures are put in the mcpatcher folder).
    Posted in: WIP Resource Pack
  • 0

    posted a message on [32X32] [1.6.X] The End is Extremely Nigh: Revolution - Barely Alive and Kicking Update
    I noticed a lack of activity on this thread so I'd thought I'd show something. This is how I survive a apocalypse.
    I build my safe house SIDEWAYS!!!
    Posted in: WIP Resource Pack
  • 0

    posted a message on [1.6.4] WarpDrive mod: ships, space, lasers!
    ALERT PROBLEMS DETECTED

    ---- Minecraft Crash Report ----
    // Don't be sad, have a hug! <3

    Time: 2/20/14 9:46 PM
    Description: There was a severe problem during mod loading that has caused the game to fail

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: cr0s/WarpDrive/TileEntityMiningLaser
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:700)
    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)
    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 magic.launcher.Launcher.main(SourceFile:207)
    Caused by: java.lang.NoClassDefFoundError: cr0s/WarpDrive/TileEntityMiningLaser
    at cr0s.WarpDrive.WarpDrive.load(WarpDrive.java:216)
    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.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: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)
    ... 15 more
    Caused by: java.lang.ClassNotFoundException: cr0s.WarpDrive.TileEntityMiningLaser
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 42 more
    Caused by: java.lang.NoClassDefFoundError: appeng/api/me/tiles/IGridMachine
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
    ... 44 more
    Caused by: java.lang.ClassNotFoundException: appeng.api.me.tiles.IGridMachine
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:97)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 48 more


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

    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_45, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 2559687568 bytes (2441 MB) / 3182428160 bytes (3035 MB) up to 3182428160 bytes (3035 MB)
    JVM Flags: 3 total; -Xms3250m -Xmx3250m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
    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.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_U_C8 94 mods loaded, 94 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CodeChickenCore{0.9.0.7} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    NotEnoughItems{1.6.1.8} [Not Enough Items] (NotEnoughItems 1.6.1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
    PowerCrystalsCore{1.1.8} [PowerCrystals Core] (powercrystalscore-1.1.8-9.jar) Unloaded->Constructed->Pre-initialized->Initialized
    modJ_StarMinerCore{0.9.5} [StarMinerCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    WarpDriveCore{1.0.0.1} [WarpDriveCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    tiheMod{1.0} [????MOD] (%5BEntityMode%5D??MOD%5B164_53%5D.zip) Unloaded->Constructed->Pre-initialized->Initialized
    battlegear2{1.0.4.6} [Mine & Blade Battlegear 2 - Bullseye] (1.6.4-MB_Battlegear2-Bullseye-1.0.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
    infamyarmor{v0.1} [Infamy Armor] ([1.6.4] InFamy Armor v0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
    bspkrsCore{v5.0(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
    mod_bspkrsCore{v5.0(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
    TreeCapitator{Forge 1.6.4.r06} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r06.Universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
    arsmagica2{1.1.2} [Ars Magica 2] (AM2_1.1.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    IC2{2.0.344-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.344-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Core{4.2.1} [BuildCraft] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
    AtomicScience{1.0.0} [Atomic Science] (Atomic_Science_v1.0.0.164.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Builders{4.2.1} [BC Builders] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Energy{4.2.1} [BC Energy] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Factory{4.2.1} [BC Factory] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Transport{4.2.1} [BC Transport] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Silicon{4.2.1} [BC Silicon] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BCTools{1.4-a-12} [Buildcraft Tools] (bcTools-v1.4-a-12.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ComputerCraft{1.58} [ComputerCraft] (ComputerCraft1.58.zip) Unloaded->Constructed->Pre-initialized->Initialized
    CCTurtle{1.58} [ComputerCraft Turtles] (ComputerCraft1.58.zip) Unloaded->Constructed->Pre-initialized->Initialized
    DragonAPI{release} [DragonAPI] (DragonAPI 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized
    FlansMod{4.1.1} [Flans Mod] (FlansMod-4.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
    GeoStrata{Gamma} [GeoStrata] (GeoStrata 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized
    killerchief_halocraft{v0.6.2} [Halocraft v0.6.2] (Halocraft v0.6.2 (MC 1.6.4).zip) Unloaded->Constructed->Pre-initialized->Initialized
    ICBM|Contraption{1.3.3} [ICBM] (ICBM_Contraption_v1.3.3.261.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ICBM|Sentry{1.3.3} [ICBM] (ICBM_Sentry_v1.3.3.261.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ICBM|Explosion{1.3.3} [ICBM] (ICBM_Explosion_v1.3.3.261.jar) Unloaded->Constructed->Pre-initialized->Initialized
    iChunUtil{2.3.0} [iChunUtil] (iChunUtil2.3.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
    LambdaCraft{1.7.7} [LambdaCraft] (LambdaCraft_1.7.7_(Use_English_Pathnames).zip) Unloaded->Constructed->Pre-initialized->Initialized
    LambdaCraft|World{1.7.7} [LambdaCraft World] (LambdaCraft_1.7.7_(Use_English_Pathnames).zip) Unloaded->Constructed->Pre-initialized->Initialized
    LambdaCraft|DeathMatch{1.7.7} [LambdaCraft DeathMatch] (LambdaCraft_1.7.7_(Use_English_Pathnames).zip) Unloaded->Constructed->Pre-initialized->Initialized
    LambdaCraft|Living{1.7.7} [LambdaCraft Living] (LambdaCraft_1.7.7_(Use_English_Pathnames).zip) Unloaded->Constructed->Pre-initialized->Initialized
    LambdaCraft|Xen{1.7.7} [LambdaCraft Xen] (LambdaCraft_1.7.7_(Use_English_Pathnames).zip) Unloaded->Constructed->Pre-initialized->Initialized
    LIutils{1.2.1} [LIUtils] (LambdaCraft_1.7.7_(Use_English_Pathnames).zip) Unloaded->Constructed->Pre-initialized->Initialized
    LCWeaponAssist{1.2.1} [LambdaCraft Weapon API] (LambdaCraft_1.7.7_(Use_English_Pathnames).zip) Unloaded->Constructed->Pre-initialized->Initialized
    MeteorCraft{beta} [MeteorCraft] (MeteorCraft 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized
    militaryEquipment{0.9.2 Beta} [Military Equipment] (Military Equipment [0.9.2 Beta] [1.6.4].zip) Unloaded->Constructed->Pre-initialized->Initialized
    minechem{@VERSION@} [MineChem] (Minechem-4.2-24.jar) Unloaded->Constructed->Pre-initialized->Initialized
    examplemod{1.0} [examplemod] (Minechem-4.2-24.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded{1.6.2R2.7.5} [MineFactory Reloaded] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatAppliedEnergistics{1.6.2R2.7.5} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatAtum{1.6.2R2.7.5} [MFR Compat: Atum] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatBackTools{1.6.2R2.7.5} [MFR Compat: BackTools] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatBuildCraft{1.6.2R2.7.5} [MFR Compat: BuildCraft] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatChococraft{1.6.2R2.7.5} [MFR Compat: Chococraft] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatExtraBiomes{1.6.2R2.7.5} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatForestry{1.6.2R2.7.5} [MFR Compat: Forestry] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatForestryPre{1.6.2R2.7.5} [MFR Compat: Forestry (part 2)] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatForgeMicroblock{1.6.2R2.7.5} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatIC2{1.6.2R2.7.5} [MFR Compat: IC2] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatMystcraft{1.6.2R2.7.5} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    pamharvestcraft{1.0} [Pam's HarvestCraft Base] (Pam's HarvestCraft 1.6.4 v1.1.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatPams{1.6.2R2.7.5} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatProjRed{1.6.2R2.7.5} [MFR Compat ProjectRed] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatRailcraft{1.6.2R2.7.5} [MFR Compat: Railcraft] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatRP2{1.6.2R2.7.5} [MFR Compat: RP2] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatSufficientBiomes{1.6.2R2.7.5} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatThaumcraft{1.6.2R2.7.5} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatThermalExpansion{1.6.2R2.7.5} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatTwilightForest{1.6.2R2.7.5} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatVanilla{1.6.2R2.7.5} [MFR Compat: Vanilla] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MineFactoryReloaded|CompatXyCraft{1.6.2R2.7.5} [MFR Compat: XyCraft] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MobAmputation{2.0.1} [MobAmputation] (MobAmputation2.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
    MobDismemberment{2.0.0} [MobDismemberment] (MobDismemberment2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
    numina{0.1.2-55} [Numina] (Numina-1.6.2-0.1.2-55.jar) Unloaded->Constructed->Pre-initialized->Initialized
    powersuits{0.10.0-91} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.4-0.10.0-91.jar) Unloaded->Constructed->Pre-initialized->Initialized
    OpenBlocks{1.2.2} [OpenBlocks] (OpenBlocks-1.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    OB{1.1.1} [Orbital Bombardment] (OrbitalBombardment_1.1.1-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ClaySpawn{1.5} [Pam's Clay Spawn] (Pam's Clay Spawn 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    MushroomSpawn{1.3} [Pam's Huge Mushroom Spawn] (Pam's Huge Mushroom Spawn 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    MelonSpawn{1.5} [Pam's Melon Spawn] (Pam's Melon Spawn 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    SimpleRecipes{1.9} [Pam's Simple Recipes] (Pam's Simple Recipes 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    RotaryCraft{Gamma} [RotaryCraft] (RotaryCraft 1.6 v14b.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ReactorCraft{beta} [ReactorCraft] (ReactorCraft 1.6 v14b.zip) Unloaded->Constructed->Pre-initialized->Initialized
    xreliquary{1.6.4-1.1.1} [Reliquary] (Reliquary-1.6.4-1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
    RodolRivalRebels{1.6.4} [RivalRebels] (RivalRebels.zip) Unloaded->Constructed->Pre-initialized->Initialized
    modJ_StarMiner{0.9.5} [StarMiner] (Starminer164-0_9_5.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Sync{2.0.0} [Sync] (Sync2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
    TwoTility{140103} [TwoTility] (twotility.140103.zip) Unloaded->Constructed->Pre-initialized->Initialized
    taverns{2.1.4-1} [Village Taverns] (VillageTaverns-2.1.4-1.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
    WarpDrive{1.2.0} [WarpDrive] (WarpDrive.zip) Unloaded->Constructed->Pre-initialized->Errored
    weaponmod{1.6.2 v1.13.6} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized->Initialized
    mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    mod_thKaguya{2.54_1.6.4} [Itutu no Nandai MOD+] (?????MOD%2B ver2.55_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    CustomOreGenRevived{1.0.11} [Custom Ore Generation: First Revival] (CustomOreGenRevived-1.6.4-1.0.11.jar) Unloaded->Constructed->Pre-initialized->Initialized
    mod_CustomOreGen{1.0.11} [mod_CustomOreGen] (CustomOreGenRevived-1.6.4-1.0.11.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Posted in: WIP Mods
  • 0

    posted a message on Halocraft v0.7.7 [ End-Of-Life? ]
    Quote from Garckbloom

    Oh I'm sorry I annoyed you with my help, kapsonesleier

    Was you saying 3D armor in response to me saying 3D thing or 3D rendered armor?
    Posted in: Minecraft Mods
  • 0

    posted a message on Halocraft v0.7.7 [ End-Of-Life? ]
    Quote from Garckbloom

    You know, you could just say 3d armor

    *rolls eyes*
    Posted in: Minecraft Mods
  • 0

    posted a message on Halocraft v0.7.7 [ End-Of-Life? ]
    Quote from KILLER CHIEF

    No, maybe a few more mobs though.

    I still don't know what you mean about the armor rendering in 3d. I took a look at the modular power suits mod but it looks like a standard armor render, unless you mean that robotic arm, which appears to be a 3D item.
    And by the right click thing i assumed you meant the higher rate of fire weapons like the SMG, Assault Rifle, Plasma Rifle etc...
    I've done a little testing with friends on a server with the mongoose and the controls seem to be more difficult than it was before i found a new and more simple way of coding it, so i will be swapping back to the old code and testing that for a bit, likely keeping it.

    Edit: Omg wow, that kind of 3D armor model... um, probably not anytime soon.

    LEL Told you. And if you still didn't understand the 3D thing my last example would have been the Hexxit armors. But none the less seeing as you now know what I meant you see why I put an emphasis on eventual.
    Posted in: Minecraft Mods
  • 0

    posted a message on Halocraft v0.7.7 [ End-Of-Life? ]
    Quote from KILLER CHIEF


    Right Click faster haha ;)
    Yeah, i've got that in my todo list. I've got to find a way to update the right click event better, and i think i know how, i've just got to try it sometime.

    3D Gun models? Yeah, i've already made a test 3d item/gun and that works mostly (except it doesn't look any good in first person).
    and armor renders? not sure what you mean there, but i do have different colours of the Mark V variant in already. Maybe you mean more armor types? yeah, i will eventually...

    I meant that the armor renders in 3D when you wear it. Like what you see in the modular power suits mod. Are you sure about the right clicking thing?
    BTW one of my favorite things in this mod is the mongoose as it adds a non restricted mode of transportation that works well on slopes (in comparison to pigs, horses and flans mod vehicles).
    Posted in: Minecraft Mods
  • 0

    posted a message on Halocraft v0.7.7 [ End-Of-Life? ]
    Does this mod have a config if so can you tell me the name of it?

    Edit: Nevermind found it!
    But now one question though. How come the fire rates are sooooooo slow?
    Posted in: Minecraft Mods
  • 0

    posted a message on Halocraft v0.7.7 [ End-Of-Life? ]
    Idea on eventual edition 3D gun and armor renders. Emphasis on eventual.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.10]LambdaCraft : Minecraft Half-Life Expansion [v1.9]
    I have a suggestion. Add reload animations (not just for shotgun).
    Posted in: Minecraft Mods
  • To post a comment, please .