• 0

    posted a message on OpenBlocks 1.2.8
    For anyone looking for dev 1.7.10 builds, here's the link: http://www.openmods.info:8080/job/OpenBlocks/

    :)
    Posted in: Minecraft Mods
  • 0

    posted a message on OpenBlocks 1.2.8
    Quote from MisterQuiggly
    nikfection, i really want a version of this for 1.7.2, do you have it?

    I don't think there is a 1.7.2 version, however you can find the 1.7.10 dev version on the jenkins page.
    Posted in: Minecraft Mods
  • 0

    posted a message on OpenBlocks 1.2.8
    Thanks for the link, I already checked there a few days ago and the latest builds failed, I checked again today and there was 1 successful build :)

    Tested and working alongside the latest openlib :D
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods
    Hmm odd, because it works fine on the client, it isnt working on the server only.

    EDIT: Updating all the chicken mods to latest dev versions fixed the problem, but I am not very comfortable using those as they may be, well, unstable.
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods
    I got this error while trying to load EnderStorage on 1.7.10 server alongside a few other mods.
    Any fix for this, or something I missed? Thanks
    Error log:

    ---- Minecraft Crash Report ----
    // Oops.

    Time: 29.07.14. 23:39
    Description: Exception in server tick loop

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
    at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:313)
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
    Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
    at codechicken.core.CommonUtils.getMinecraftDir(CommonUtils.java:46)
    at codechicken.enderstorage.EnderStorage.preInit(EnderStorage.java:45)
    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:513)
    at sun.reflect.GeneratedMethodAccessor4.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.preinitializeMods(Loader.java:513)
    ... 5 more
    Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 33 more
    Caused by: java.lang.RuntimeException: Attempted to load class bao for invalid side SERVER
    at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
    ... 35 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_60, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1766455232 bytes (1684 MB) / 2058878976 bytes (1963 MB) up to 2885681152 bytes (2752 MB)
    JVM Flags: 2 total; -Xms2048M -Xmx3096M
    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.18.1180 Minecraft Forge 10.13.0.1180 55 mods loaded, 55 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{7.10.18.1180} [Forge Mod Loader] (forge-1.7.10-10.13.0.1180-universal.jar) Unloaded->Constructed->Pre-initialized
    Forge{10.13.0.1180} [Minecraft Forge] (forge-1.7.10-10.13.0.1180-universal.jar) Unloaded->Constructed->Pre-initialized
    AppliedEnergistics2-Core{rv0-stable-10} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    CodeChickenCore{1.0.2.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    NotEnoughItems{1.0.2.15} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.2.15-universal.jar) Unloaded->Constructed->Pre-initialized
    OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar) Unloaded->Constructed->Pre-initialized
    TConstruct-Preloader{0.1.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    bspkrsCore{6.13} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.13.jar) Unloaded->Constructed->Pre-initialized
    FloatingRuins{1.7.10.r01} [FloatingRuins] ([1.7.10]FloatingRuins-universal-1.7.10.r01.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Core{6.0.17} [BuildCraft] (buildcraft-6.0.17.jar) Unloaded->Constructed->Pre-initialized
    appliedenergistics2{rv0-stable-10} [Applied Energistics 2] (appliedenergistics2-rv0-stable-10.jar) Unloaded->Constructed->Pre-initialized
    Baubles{1.0.1.2} [Baubles] (Baubles-1.7.10-1.0.1.2.jar) Unloaded->Constructed->Pre-initialized
    BiblioCraft{1.7.5} [BiblioCraft] (BiblioCraft[v1.7.5][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized
    BiomesOPlenty{2.0.2} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.943-universal.jar) Unloaded->Constructed->Pre-initialized
    BiblioWoodsBoP{1.6} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.6].jar) Unloaded->Constructed->Pre-initialized
    Forestry{2.4.2.31} [Forestry for Minecraft] (forestry_1.7.10-2.4.2.31.jar) Unloaded->Constructed->Pre-initialized
    BiblioWoodsForestry{1.4} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.4].jar) Unloaded->Constructed->Pre-initialized
    AWWayofTime{v1.0.1g} [Blood Magic: Alchemical Wizardry] (Blood Magic-v1.1.0(1.7.10).jar) Unloaded->Constructed->Pre-initialized
    Botania{r1.1-91} [Botania] (Botania r1.1-91.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Builders{6.0.17} [BC Builders] (buildcraft-6.0.17.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Energy{6.0.17} [BC Energy] (buildcraft-6.0.17.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Factory{6.0.17} [BC Factory] (buildcraft-6.0.17.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Transport{6.0.17} [BC Transport] (buildcraft-6.0.17.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Silicon{6.0.17} [BC Silicon] (buildcraft-6.0.17.jar) Unloaded->Constructed->Pre-initialized
    EnderStorage{1.4.4.6} [EnderStorage] (EnderStorage-1.7.10-1.4.4.6-universal.jar) Unloaded->Constructed->Errored
    EE3{0.2.292} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.2.292.jar) Unloaded->Constructed->Pre-initialized
    ForgeMultipart{1.1.0.296} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.296-universal.jar) Unloaded->Constructed->Pre-initialized
    ExtraUtilities{1.1.0e} [Extra Utilities] (extrautilities-1.1.0e.jar) Unloaded->Constructed->Pre-initialized
    factorization.notify{1.0} [Factorization Notification System] (Factorization-1.7.10-0.8.86.jar) Unloaded->Constructed->Pre-initialized
    factorization{1.7.10-0.8.86} [Factorization] (Factorization-1.7.10-0.8.86.jar) Unloaded->Constructed->Pre-initialized
    factorization.misc{1.7.10-0.8.86} [Factorization Miscellaneous Nonsense] (Factorization-1.7.10-0.8.86.jar) Unloaded->Constructed->Pre-initialized
    McMultipart{1.1.0.296} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.296-universal.jar) Unloaded->Constructed->Pre-initialized
    inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar) Unloaded->Constructed->Pre-initialized
    IronChest{6.0.41.729} [Iron Chest] (ironchest-1.7.10-6.0.41.729-universal.jar) Unloaded->Constructed->Pre-initialized
    Mantle{1.7.10-165.4bc3343} [Mantle] (Mantle_mc1.7.10_0.3.0.jar) Unloaded->Constructed->Pre-initialized
    Morpheus{1.7.10-1.5.17} [Morpheus] (Morpheus-1.7.10-1.5.17.jar) Unloaded->Constructed->Pre-initialized
    NEIAddons{1.12.0.1} [NEI Addons] (neiaddons-mc1710-1.12.0.1.jar) Unloaded->Constructed->Pre-initialized
    NEIAddons|ExtraBees{1.12.0.1} [NEI Addons: Extra Bees] (neiaddons-mc1710-1.12.0.1.jar) Unloaded->Constructed->Pre-initialized
    NEIAddons|Forestry{1.12.0.1} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.0.1.jar) Unloaded->Constructed->Pre-initialized
    NEIAddons|CraftingTables{1.12.0.1} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.0.1.jar) Unloaded->Constructed->Pre-initialized
    NEIAddons|ExNihilo{1.12.0.1} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.0.1.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Core{4.4.5.44} [ProjectRed] (ProjectRed-Base-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Transmission{4.4.5.44} [ProjectRed-Transmission] (ProjectRed-Integration-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Exploration{4.4.5.44} [ProjectRed-Exploration] (ProjectRed-World-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized
    Waila{1.5.3} [Waila] (Waila-1.5.3_1.7.10.jar) Unloaded->Constructed->Pre-initialized
    TConstruct{1.7.10-1.6.0.jenkins541} [Tinkers' Construct] (TConstruct_mc1.7.10_1.6.0d35.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Compatibility{4.4.5.44} [ProjectRed-Compatibility] (ProjectRed-Compat-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Integration{4.4.5.44} [ProjectRed-Integration] (ProjectRed-Integration-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Illumination{4.4.5.44} [ProjectRed-Illumination] (ProjectRed-Lighting-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized
    TMechworks{1.7.10-67.34d1d9b} [Tinkers' Mechworks] (TMechworks_mc1.7.10_0.2.8.jar) Unloaded->Constructed->Pre-initialized
    TwilightForest{2.2.3} [The Twilight Forest] (twilightforest-1.7.2-2.2.3.jar) Unloaded->Constructed->Pre-initialized
    witchery{0.20.2} [Witchery] (witchery-1.7.10-0.20.2.jar) Unloaded->Constructed->Pre-initialized
    denseores{1.0} [Dense Ores] (denseores-1.1.jar) Unloaded->Constructed->Pre-initialized
    ForgeMicroblock{1.1.0.296} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.296-universal.jar) Unloaded->Constructed->Pre-initialized
    AE2 Version: stable rv0-stable-10 for Forge 10.13.0.1152
    Mantle Environment: Environment healthy.
    TConstruct Environment: Environment healthy.
    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 OpenBlocks 1.2.8
    Apparently the v1.3.0 is out somewhere or is nearly here, since OpenEye is already updated and its showing the 1.3.0 version of openblocks as latest for minecraft 1.7.10, however I cant seem to find where it is.
    Posted in: Minecraft Mods
  • 0

    posted a message on PowerCrystals' mods - MineFactoryReloaded, PowerCrystalsCore, and NetherOres updated! - MFR 2.7.9 released
    Just wait for it, someone will compile a version :)
    Posted in: Minecraft Mods
  • 0

    posted a message on Fossils and Archeology Revival Legacy Thread
    Been tracking this mod since its early steps when it just used to be a port from the old version. Nice to see it progress like this :)
    Posted in: Minecraft Mods
  • 0

    posted a message on Possible new version?
    Really man? You believe that?! The graphics look like some sort of Valve/Source game (A.K.A Counter Strike or something). The creeper and the steve are just edited in. Anybody with a little animating knowledge can do that. How do I know? I use Cinema4D regularly :)
    Posted in: Discussion
  • 0

    posted a message on Possible new version?
    This is clearly fake. Nuf' said...
    Posted in: Discussion
  • 0

    posted a message on Aquatic Abyss - Swordfish and Serpents! [v1.1.1]
    Just tried out the mod. The serpent looks sweet :3, though I haven't had a chance to see him jump yet, he seems to kick a lot too xD.

    Cute little fishes and sea horses make my world's waters more interesting now :D
    Posted in: Minecraft Mods
  • 0

    posted a message on PowerCrystals' mods - MineFactoryReloaded, PowerCrystalsCore, and NetherOres updated! - MFR 2.7.9 released
    Quote from WhiteIntel

    In theory you can download it at skyboy´s jenkins (here), but the last 18 builds have failed :(

    Yea I searched for his jenkins the other day, hoping for a successful build to pop up :)
    Posted in: Minecraft Mods
  • 1

    posted a message on PowerCrystals' mods - MineFactoryReloaded, PowerCrystalsCore, and NetherOres updated! - MFR 2.7.9 released
    Haha, I hate when people do that xD. Anyways, any chance of seeing this get updated to 1.7.2/1.7.10 any time soon? Maybe a pre/beta build or something, just a simple port? This is one of a few mods that keeps me from not playing my personal pack. Don't want to start until everything's tiptop and updated :3

    EDIT: I noticed googling for the 1.7.2/.10 version, I found this: http://openeye.openmods.info/mod/minefactoryreloaded
    On the openeye website it shows the file and version info for the mod, and latest apparently is 2.8.0B4 for 1.7.10? Where can that be downloaded?
    Posted in: Minecraft Mods
  • 0

    posted a message on NinjaGrahpics! GRAPHICS! DESIGN! // CHEAP PRICE!
    I just think its a ripoff, nothing else, but thats just my opinion, also advertising this much just to bump your post is not good.
    Posted in: Art Shops
  • 0

    posted a message on NinjaGrahpics! GRAPHICS! DESIGN! // CHEAP PRICE!
    I think people can make these themselves if they learn just a bit of Photoshop. Also kind of expensive for 2 thumbnails if you upload daily.
    Posted in: Art Shops
  • To post a comment, please .