• 0

    posted a message on [Oct 8] Coros Mods: ZombieAwareness for 1.10.2 with new improvements
    Does anybody know what the "noinvadewhitelist" option in the hostile worlds config does?
    Posted in: Minecraft Mods
  • 0

    posted a message on [WIP] Advanced Thaumaturgy - Thaumcraft 4 Addon
    IDK if you know about this, or wanted it, but I submitted this mod to Thaumcraft addon compendium and now it's on there. http://forum.feed-the-beast.com/threads/1-6-x-thaumcraft-4-addon-cheat-sheet-a-research-compendium-for-small-thaumcraft-addons.34309/
    I'm sorry if you didn't want to be well known until the mod was out of WIP, you can always tell the author of the compendium to remove your mod if you want.
    Posted in: WIP Mods
  • 0

    posted a message on [WIP] Advanced Thaumaturgy - Thaumcraft 4 Addon
    Quote from LycaonX

    Nope, BC isn't required, it's optional. I use the BC API for the ignis engine.

    Edit: Actually, that NoClassDefFound exception was in 0.0.8. If you got the 0.0.9 version from the OP, I accidentally had 0.0.8 linked instead of 0.0.9. This error shouldn't exist in 0.0.9, but again, if it does, I am more than willing to troubleshoot.

    I still get this crash on both client and server (Only using forge 953, thaumcraft 4.0.5b, and advanced thaumaturgy 0.0.9):
    ---- Minecraft Crash Report ----
    // There are four lights!

    Time: 11/30/13 9:55 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: net/ixios/advancedthaumaturgy/tileentities/TileEntityIgnisEngine
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:523)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
    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)
    Caused by: java.lang.NoClassDefFoundError: net/ixios/advancedthaumaturgy/tileentities/TileEntityIgnisEngine
    at net.ixios.advancedthaumaturgy.AdvancedThaumaturgy.preInit(AdvancedThaumaturgy.java:109)
    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.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.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.loadMods(Loader.java:522)
    ... 10 more
    Caused by: java.lang.ClassNotFoundException: net.ixios.advancedthaumaturgy.tileentities.TileEntityIgnisEngine
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 38 more
    Caused by: java.lang.NoClassDefFoundError: buildcraft/api/power/IPowerEmitter
    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)
    ... 40 more
    Caused by: java.lang.ClassNotFoundException: buildcraft.api.power.IPowerEmitter
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 44 more
    Caused by: java.lang.NullPointerException
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
    ... 46 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_15, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1541699456 bytes (1470 MB) / 2058027008 bytes (1962 MB) up to 3817799680 bytes (3640 MB)
    JVM Flags: 3 total; -Xms2048m -Xmx4096m -XX:PermSize=128m
    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 5 mods loaded, 5 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{6.4.45.953} [Forge Mod Loader] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized
    Forge{9.11.1.953} [Minecraft Forge] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized
    Thaumcraft{4.0.5b} [Thaumcraft] (Thaumcraft4.0.5b.zip) Unloaded->Constructed->Pre-initialized
    AdvancedThaumaturgy{0.0.9} [Advanced Thaumaturgy] (advancedthaumaturgy-0.0.9.jar) Unloaded->Constructed->Errored
    Posted in: WIP Mods
  • 0

    posted a message on [WIP] Advanced Thaumaturgy - Thaumcraft 4 Addon
    I get this class not found exception on the server and client. Does your mod require buildcraft now?

    ---- Minecraft Crash Report ----
    // Sorry :(

    Time: 11/30/13 6:56 AM
    Description: There was a severe problem during mod loading that has caused the game to fail

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/ixios/advancedthaumaturgy/tileentities/TileEntityIgnisEngine
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:523)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
    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)
    Caused by: java.lang.NoClassDefFoundError: net/ixios/advancedthaumaturgy/tileentities/TileEntityIgnisEngine
    at net.ixios.advancedthaumaturgy.AdvancedThaumaturgy.preInit(AdvancedThaumaturgy.java:109)
    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.GeneratedMethodAccessor3.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.loadMods(Loader.java:522)
    ... 10 more
    Caused by: java.lang.ClassNotFoundException: net.ixios.advancedthaumaturgy.tileentities.TileEntityIgnisEngine
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 37 more
    Caused by: java.lang.NoClassDefFoundError: buildcraft/api/power/IPowerEmitter
    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)
    ... 39 more
    Caused by: java.lang.ClassNotFoundException: buildcraft.api.power.IPowerEmitter
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:97)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 43 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_15, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 2214629344 bytes (2112 MB) / 2591817728 bytes (2471 MB) up to 3817799680 bytes (3640 MB)
    JVM Flags: 3 total; -Xms2048m -Xmx4096m -XX:PermSize=128m
    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 83 mods loaded, 83 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{6.4.45.953} [Forge Mod Loader] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized
    Forge{9.11.1.953} [Minecraft Forge] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized
    CodeChickenCore{0.9.0.6} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    MobiusCore{1.0.2} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    NotEnoughItems{1.6.1.5} [Not Enough Items] (NotEnoughItems 1.6.1.5.jar) Unloaded->Constructed->Pre-initialized
    TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    DamageIndicatorsMod{2.9.1.6} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.1.6.zip) Unloaded->Constructed->Pre-initialized
    Erebus{v0.1.0} [Erebus] ([1.6.2+] The Erebus ? 0.1.zip) Unloaded->Constructed->Pre-initialized
    DustModCore{v2.0} [Runic Dust Mod-Core] ([1.6.4] Runic Dust Mod Core v2.0.zip) Unloaded->Constructed->Pre-initialized
    DustDefaults{v2.0} [Runic Dust Mod- Default Runes] ([1.6.4] Runic Dust Mod Default Runes v2.0.zip) Unloaded->Constructed->Pre-initialized
    Thaumcraft{4.0.5b} [Thaumcraft] (Thaumcraft4.0.5b.zip) Unloaded->Constructed->Pre-initialized
    DustThaum{v2.0} [Runic Dust Mod- Thaumcraft Addon] ([1.6.4] Runic Dust Mod ThaumRunes v2.0.zip) Unloaded->Constructed->Pre-initialized
    GrimoireGaia2{1.8.0} [§2Grimoire of Gaia 2] ([1.6.4]GrimoireofGaia2(1.8.0a).zip) Unloaded->Constructed->Pre-initialized
    AdvancedThaumaturgy{0.0.9} [Advanced Thaumaturgy] (advancedthaumaturgy-0.0.9.jar) Unloaded->Constructed->Errored
    arsmagica2{1.0.2b} [Ars Magica 2] (AM2_1.0.2b.zip) Unloaded->Constructed->Pre-initialized
    AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI v1.1.2 mc1.6.4.zip) Unloaded->Constructed->Pre-initialized
    Artifacts{0.7.3} [Unique Artifacts] (Artifacts-162-073.zip) Unloaded->Constructed->Pre-initialized
    BiblioCraft{1.5.3} [BiblioCraft] (BiblioCraft[v1.5.3].zip) Unloaded->Constructed->Pre-initialized
    Natura{2.1.12} [Natura] (Natura_1.6.X_2.1.12.2.jar) Unloaded->Constructed->Pre-initialized
    BiomesOPlenty{1.1.3} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.1.3.245.jar) Unloaded->Constructed->Pre-initialized
    BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.3].zip) Unloaded->Constructed->Pre-initialized
    BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.1].zip) Unloaded->Constructed->Pre-initialized
    AWWayofTime{v0.6.4} [Blood Magic: Alchemical Wizardry] (Blood Magic v0.6.4.zip) Unloaded->Constructed->Pre-initialized
    CarpentersBlocks{v1.9.3} [Carpenter's Blocks] (Carpenter's Blocks v1.9.3 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized
    ChickenChunks{1.3.3.3} [ChickenChunks] (ChickenChunks 1.3.3.3.jar) Unloaded->Constructed->Pre-initialized
    ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
    CoroAI{v1.0} [CoroAI] (CoroAI for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
    CustomSpawner{2.3.1} [DrZhark's CustomSpawner] (CustomMobSpawner 2.3.1.zip) Unloaded->Constructed->Pre-initialized
    DoggyTalents{v1.5.0a} [Doggy Talents] (Doggy Talents - v1.5.0a.zip) Unloaded->Constructed->Pre-initialized
    MoCreatures{6.0.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.0.1.zip) Unloaded->Constructed->Pre-initialized
    EnderStorage{1.4.3.5} [EnderStorage] (EnderStorage 1.4.3.5.jar) Unloaded->Constructed->Pre-initialized
    ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
    KeithyUtils{1.2} [Keithy Utils] (KeithyUtils-1.6.2-1.2b.jar) Unloaded->Constructed->Pre-initialized
    Metallurgy3Core{3.2.3} [Metallurgy 3 Core] (Metallurgy-1.6.4-3.3.1.jar) Unloaded->Constructed->Pre-initialized
    Metallurgy3Base{3.2.3} [Metallurgy 3 Base] (Metallurgy-1.6.4-3.3.1.jar) Unloaded->Constructed->Pre-initialized
    Waila{1.4.1} [Waila] (Waila_1.4.1.zip) Unloaded->Constructed->Pre-initialized
    ForgeMultipart{1.0.0.212} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.212.jar) Unloaded->Constructed->Pre-initialized
    TConstruct{1.6.X_1.5.1} [Tinkers' Construct] (TConstruct_1.6.4_1.5.1.jar) Unloaded->Constructed->Pre-initialized
    ExtraTiC{0.7.1} [ExtraTiC] (ExtraTiC-1.6.4-0.7.1.jar) Unloaded->Constructed->Pre-initialized
    GraveStone{2.4.2} [GraveStone] (GraveStone_2.4.2.zip) Unloaded->Constructed->Pre-initialized
    Hats{2.0.2} [Hats] (Hats2.0.2.zip) Unloaded->Constructed->Pre-initialized
    HatStand{2.0.0} [HatStand] (HatStand2.0.0.zip) Unloaded->Constructed->Pre-initialized
    HostileWorlds{0.4} [Hostile Worlds] (Hostile Worlds v0.4 Alpha Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
    pamharvestcraft{1.0} [Pam's HarvestCraft Base] (Pam's HarvestCraft 1.6.4 v1.1.4.zip) Unloaded->Constructed->Pre-initialized
    HungerOverhaul{1.6.X-2k} [Hunger Overhaul] (hungeroverhaul-1.6.X-2k.zip) Unloaded->Constructed->Pre-initialized
    IC2BackpackHUD{2.83} [IC2 Backpack HUD] (IC2 Backpack HUD - v2.83 - MC 1.6.2+ - IC2 1.115.301+.zip) Unloaded->Constructed->Pre-initialized
    InfernalMobs{1.4.2} [Infernal Mobs] (InfernalMobs_1.6.4.zip) Unloaded->Constructed->Pre-initialized
    inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized
    JABBA{1.0.0} [JABBA] (JABBA_1.0.0.zip) Unloaded->Constructed->Pre-initialized
    SGCraft{0.1.0build82} [Delta-SGCraft-Reloaded] (LanteaCraft-0.1.0-forge9.11.1.933-snapshot-82.jar) Unloaded->Constructed->Pre-initialized
    Metallurgy3Machines{3.2.3} [Metallurgy 3 Machines] (Metallurgy-1.6.4-3.3.1.jar) Unloaded->Constructed->Pre-initialized
    Metallurgy3Vanilla{3.2.3} [Metallurgy 3 Vanilla] (Metallurgy-1.6.4-3.3.1.jar) Unloaded->Constructed->Pre-initialized
    meteors{2.11.2} [Falling Meteors] (Meteors Mod V2.11.2.zip) Unloaded->Constructed->Pre-initialized
    millenaire{5.1.11} [Millénaire] (millenaire-jar-5.1.11) Unloaded->Constructed->Pre-initialized
    BuildMod{v1.0} [Build Mod] (ModBuild for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
    MutantCreatures{1.4.4} [Mutant Creatures] (Mutant_Creatures_v1.4.4_mc1.6.4.zip) Unloaded->Constructed->Pre-initialized
    Natura|ForgeMuliPart{0.1} [Natura Compat: FMP] (Natura_1.6.X_2.1.12.2.jar) Unloaded->Constructed->Pre-initialized
    Natura|CompatMineFactoryReloaded{0.1} [Natura Compat: MFR] (Natura_1.6.X_2.1.12.2.jar) Unloaded->Constructed->Pre-initialized
    Natura|NotEnoughItems{0.1} [Natura Compat: NEI] (Natura_1.6.X_2.1.12.2.jar) Unloaded->Constructed->Pre-initialized
    NEIPlugins{1.1.0.3} [NEI Plugins] (NEIPlugins-1.1.0.3.jar) Unloaded->Constructed->Pre-initialized
    MapWriter{2.0.1} [MapWriter] (Opis_1.0.5b_alpha.zip) Unloaded->Constructed->Pre-initialized
    Opis{1.0.5_alpha} [Opis] (Opis_1.0.5b_alpha.zip) Unloaded->Constructed->Pre-initialized
    ParticleMan{v1.0} [Particle Man] (Particle Man v1.4 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
    ProjRed|Core{4.1.0.13} [Project: Red-Core] (ProjectRedBase-1.6.4-4.1.0.13.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Compatability{4.1.0.13} [ProjectRed-Compatability] (ProjectRedCompat-1.6.4-4.1.0.13.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Integration{4.1.0.13} [ProjectRed-Integration] (ProjectRedIntegration-1.6.4-4.1.0.13.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Transmission{4.1.0.13} [ProjectRed-Transmission] (ProjectRedIntegration-1.6.4-4.1.0.13.jar) Unloaded->Constructed->Pre-initialized
    JAKJ_RedstoneInMotion{2.3.0.0} [Redstone In Motion] (RedstoneInMotion_2.3.0.0_mc1.6.zip) Unloaded->Constructed->Pre-initialized
    SuperCraftingFrame{1.6.2.7} [Super Crafting Frame] (SuperCraftingFrame-1.6.2.7.jar) Unloaded->Constructed->Pre-initialized
    ThaumicTinkerer{2.0} [Thaumic Tinkerer] (ThaumicTinkerer 2.0-36.jar) Unloaded->Constructed->Pre-initialized
    tropicraftmod{v5.1.6 for MC 1.6.4} [Tropicraft] (Tropicraft v5.1.6 Mod for MC v1.6.4.jar) Unloaded->Constructed->Pre-initialized
    volleyballmod{v5.1.6 for MC 1.6.4} [Volleyball] (Tropicraft v5.1.6 Mod for MC v1.6.4.jar) Unloaded->Constructed->Pre-initialized
    TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3.jar) Unloaded->Constructed->Pre-initialized
    AS_UpdateCheck{1.1.1} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.zip) Unloaded->Constructed->Pre-initialized
    UtilityMobs{2.1} [Utility Mobs] (UtilityMobs 2.1 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized
    AIBlock{v1.0} [AIBlock] (Weather v1.59 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
    WeatherMod{1.58} [Weather and Tornadoes] (Weather v1.59 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
    witchery{0.11.0} [Witchery] (Witchery_0-11-0_164.zip) Unloaded->Constructed->Pre-initialized
    McMultipart{1.0.0.212} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.212.jar) Unloaded->Constructed->Pre-initialized
    IguanaTweaksTConstruct{1.6.X-1n} [Iguana Tweaks for Tinkers Construct] (iguanatweakstconstruct-1.6.X-1o.zip) Unloaded->Constructed->Pre-initialized
    ThaumcraftMobAspects{1.6.X-1d} [Thaumcraft Mob Aspects] (thaumcraftmobaspects-1.6.X-1d.zip) Unloaded->Constructed->Pre-initialized
    ForgeMicroblock{1.0.0.212} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.212.jar) Unloaded->Constructed->Pre-initialized
    TConstruct Environment: Sane and ready for action. Bugs may be reported.
    Posted in: WIP Mods
  • 0

    posted a message on [WIP] Advanced Thaumaturgy - Thaumcraft 4 Addon
    Quote from LycaonX


    I got the mod from your twitter but you may want put the link for 0.0.9 in the op.
    Posted in: WIP Mods
  • 0

    posted a message on [WIP] Advanced Thaumaturgy - Thaumcraft 4 Addon
    Quote from NullMagic1


    NEVER POST AGAIN. Keep 42 man, keep it while you still can. :P
    Posted in: WIP Mods
  • 0

    posted a message on Ars Magica 2 - Version 1.4.0.009 (Updated February 8, 2016)
    Quote from TacoGerbil

    Thank you... but no one has permission to use it but me? (op)

    I've got pex as a permission manager.. but that's for Bukkit plugins..... Any Idea??

    The permission node for /amuicfg is "am2.commands.configureamuicommand"
    In the future type "pex toggle debug" into your console and then try the command you want to use ingame and look at the server log to see what the permission node for it is.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Forge] Father Toast's Server Mods - Lost Books, Deadly World, Mob Properties, and More!
    Quote from FatherToast

    Awesome! :D Would you mind if I put that link on the main page?

    Of course you can.
    I would, personally, not add it to the main mod though. It doesn't really fit with the other stories.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Forge] Father Toast's Server Mods - Lost Books, Deadly World, Mob Properties, and More!
    Brothers Grimm Pack (209 tales)
    https://drive.google...dit?usp=sharing
    -Click File->Download
    -This pack is built with the idea of everything being in the unique folder, but will work if some books are in common as well. Just know that putting it in common will make it nearly impossible to get a complete collection.
    -See if you can find the treasure book.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Forge] Father Toast's Server Mods - Lost Books, Deadly World, Mob Properties, and More!
    Two questions about the config: if drop_blackouts is true, can a new player join the server and still find a unique book found by everyone else already? Does hard_blackouts make it so that only one of each unique book can exist in a world or so each person can only have one of each?
    Posted in: Minecraft Mods
  • 0

    posted a message on [Forge] Father Toast's Server Mods - Lost Books, Deadly World, Mob Properties, and More!
    Quote from FatherToast

    Make sure you've properly installed the two .bin files that come packaged with the download - those store the data required to format books on the server side.

    Thanks. Yeah I had removed those from the config folder when I was trying to make sure my book would drop. Anyways I should have a pack of 209 Brothers Grimm tales tomorrow.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Forge] Father Toast's Server Mods - Lost Books, Deadly World, Mob Properties, and More!
    I was trying to make a book for the lost books mod, but the text kept running off the page. After several failures at formatting the text, I tested some of the default books in game and even some of the default ones have text running off of the page. It seems that the text is limited to the screen size not the page size as the text goes all the way to the bottom of the screen and then continues on the next page. Am I missing something here?
    Edit: I don't use optifine.
    Posted in: Minecraft Mods
  • 0

    posted a message on EnderVille {1.6.4} Custom ModPack Servers | Adventure Pack and Tech Pack.
    EnderVille is a Minecraft gaming community focused on modded servers. You will not find a vanilla experience here by any means.

    We have a teamspeak server at: ts.enderville.com

    We currently have two custom modpacks: EnderVenture and EnderPack

    EnderPack is our technology focused modpack. It is a custom modpack featuring all the standard technology mods you would expect, but with a lot of other mods focused on fun instead of automation that still fit the technology theme. This pack is currently in alpha state.

    EnderVenture is our adventure themed modpack. This is the adventure and magic pack. This pack focuses on exploration, combat, questing, and death: a lot of it. A few of the notable features that make this pack unique: useful magic spells, level up Tinker's Construct tools and Tinker's Construct tools made with metallurgy metals, better nether and end, wolves with skill trees that level up, tropical dimension with tons of new visuals and items, underground dimension with giant bugs and tons of blocks and items, over 20 new bosses (not counting the randomized infernal mini-bosses), over 100 new unique dungeon schematics, voodoo, demon summoning, rituals, self-infusion (become Diablo), portal-meteor invasions full of climbing and mining zombies, completely different hunger and farming system, living villages that you interact with and advance, and much much more. This pack is a completely different experience from packs that sound like a witch's curse.

    For more details go to Enderville.com

    You will need to sign up on the website and enter your Minecraft IGN to get the modpack and join the server. We have to do this to abide by the terms set by some of the mods in our modpacks.
    Posted in: PC Servers
  • 0

    posted a message on LanteaCraft
    Quote from hyperbird

    i aint downloading em till i see what thay look like

    Then quit whining.
    Posted in: Minecraft Mods
  • 0

    posted a message on LanteaCraft
    Quote from hyperbird

    the textures realy need to be inproved thay suck right know

    good thing ther going to get beter tho :)

    No need for my textures anymore since they are using better 32x ones by default now. Thanks Delta!
    Posted in: Minecraft Mods
  • To post a comment, please .