• 0

    posted a message on Tinkers Construct
    I'm running tconstruct on 1.7.2, and I'm getting this error when connecting to a server running the same version:
    internal exception: java.lang.illegalstateexception: Can't map item minecraft:nether_brick to id 846, already occupied by tconstruct.items.blocks.multibrickitem@1f3769, blocked false, itemblock true
    I'd like to change the ID of this 'multibrickitem', but when I look in the Tconstruct config file, there are options, but no block or item IDs, just the various true/false switches. Is this normal? Furthermore, this error DOESN'T occur in a singleplayer world. Can someone explain how I can change the block/item IDs?
    Posted in: Minecraft Mods
  • 0

    posted a message on Arcane Ascension [PR-8] (Floating Islands!) UPDATED 28/12/2015
    The link seems to be broken. It goes to a 'you found a dead link' page and I can't find Arcane Ascension anywhere on your website.
    Posted in: Minecraft Mods
  • 0

    posted a message on Thaumcraft 6.1.BETA26 [no longer being developed]
    The effects of the Kinetic Girdle seem to only activate when I have a full set of runic shielding items (upgraded forms or not).
    Posted in: Minecraft Mods
  • 0

    posted a message on EXO - Fully customizable armor!
    Was this an elaborate, early April Fools' joke? This had so much promise. Are you guys working on it in secret? Because I do remember seeing dev streams. .
    Posted in: WIP Mods
  • 0

    posted a message on Thaumcraft 6.1.BETA26 [no longer being developed]
    The effects of baubles such as the Revitalizing Ring and Kinetic Girdle seem to trigger whenever I take damage, rather than when my shields are totally gone. Did I misinterpret the 'Nomicon entry, or is this a bug? In addition, the Kinetic Girdle seems to be lacking a cooldown, which may extend to the other baubles.
    Posted in: Minecraft Mods
  • 0

    posted a message on Mad Science - Machines, items, and mobs to create your own laboratory! Science has no limits… and no bounds…
    I've been getting this crash log lately with just about every version of Mad Science past 1.00.98. I've tested the game with no other mods installed, yet I keep getting this crash even after the official release (this happened on nightly builds, as well).

    ---- Minecraft Crash Report ----
    // I feel sad now :(

    Time: 4/5/14 1:33 PM
    Description: Initializing game

    java.lang.NullPointerException
    at madscience.client.ClientProxy.registerRenderingHandler(ClientProxy.java:325)
    at madscience.MadFluids.createLiquidDNA(MadFluids.java:88)
    at madscience.MadScience.preInit(MadScience.java:214)
    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)
    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)


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

    -- Head --
    Stacktrace:
    at madscience.client.ClientProxy.registerRenderingHandler(ClientProxy.java:325)
    at madscience.MadFluids.createLiquidDNA(MadFluids.java:88)
    at madscience.MadScience.preInit(MadScience.java:214)
    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)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)

    -- 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_09, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
    Memory: 73078496 bytes (69 MB) / 201252864 bytes (191 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.49.965 Minecraft Forge 9.11.1.965 7 mods loaded, 7 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
    Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
    madscience{1.00.139} [Mad Science] (MadScience-MC1.6.4-F9.11.1.964_v1.00.139-universal.jar) Unloaded->Constructed->Errored
    ForgeMultipart{1.0.0.227} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized
    McMultipart{1.0.0.227} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized
    ForgeMicroblock{1.0.0.227} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized
    Launched Version: 1.6.4-Forge9.11.1.965
    LWJGL: 2.9.0
    OpenGL: ATI Radeon HD 4200 GL version 3.3.11318 Compatibility Profile Context, ATI Technologies Inc.
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: 1394415467.1942.zip
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4] Visions of Blades v1.0pre1 (SwordsPlus Revival!)
    Quote from StarshadesJack

    Can't you be more productive with your responses? :P :lol:

    The fun part is figuring out circle interactions. I also may or may not need to figure out a means of quantifying Elementa (elemental energy) into empirical units.

    As in, give it a name? Thims, thaums (hah no), aums, mantras?
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4] Visions of Blades v1.0pre1 (SwordsPlus Revival!)
    Everyone loves magical sigils. You should do it. Totally.
    Everyone also loves magical backfires, within reason.

    Totally.
    Posted in: Minecraft Mods
  • 0

    posted a message on [0.2.1]Technomancy
    Quote from Rongmario

    Saw this on the FTB Forums, picked it up - very nice ;)

    How'd you manage to download it? I tried it here and on the FTB forums, every version, and couldn't get the download to work. I'm logged into Dropbox. This happens on Firefox and Chrome.
    Posted in: Minecraft Mods
  • 0

    posted a message on [0.2.1]Technomancy
    All of the links don't seem to work; am I mistaken in clicking them? I get Error 403.
    Posted in: Minecraft Mods
  • 0

    posted a message on Ars Magica 2 - Version 1.4.0.009 (Updated February 8, 2016)
    Can someone tell me the commands? /amuicfg and /unlockaugmentedcasting are two, but I can't find the rest and my /help command no longer functions.
    Posted in: Minecraft Mods
  • 0

    posted a message on Carpenter's Blocks
    Likewise, I'm very curious as to what this new block is. Perhaps it's chiselable, or some other furniture or a light fixture. .
    Posted in: Minecraft Mods
  • 0

    posted a message on Carpenter's Blocks
    Quote from Mineshopper

    Hmmm.. I might add a config option.

    Regarding the redstone stuff: it doesn't really fit with this mod.

    I'm currently building my own version of a <secret object>, so you at least have that to look forward to.

    <secret object>, you say? Any hints?
    Posted in: Minecraft Mods
  • 0

    posted a message on [RELEASED] Runic Dust Mod v2
    Do you have any intent to add the dye/wool-colored dusts? I remember those from V1, they had no function but were GREAT for floor decoration. I imagine it wouldn't be hard to add them as dusts with no compatible runes that are made from, say, coal and dye.
    Posted in: WIP Mods
  • 0

    posted a message on Chisel
    Quote from TheFireRodan

    Dumb question: How do you use the mossy ball? throwing it just makes a splat sound.

    Also: Is it intentional that clouds spawn on top of oceans when you throw the cloud in a bottle(terraria reference?) at the ocean floor? If it's a bug keep it, it's cool.

    The Ball o' Moss turns cobblestone-type blocks into their mossy equivalents, vanilla or Chisel.
    Posted in: Minecraft Mods
  • To post a comment, please .