• 0

    posted a message on [TOOL] Resource Pack Workbench - Resource pack creator

    RPW isn't finding the forge version I'm using when I ask it to import libraries. I open the menu and select 'reextract minecraft assets' And I see 1.9, 1.8.9, 1.8, 1.7.10, but not the forge I'm using which is 1.8.9-forge1.8.9-11.15.1.1765.

    Anyone know how to fix it?

    Posted in: Minecraft Tools
  • 0

    posted a message on Advanced Thaumaturgy - Thaumcraft Addon
    Will there be a 1.7.10 release?
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4-1.7.10] Thaumic Exploration [0.6.0] - Thaumcraft 4.1 Addon - MOAR CONTENT
    I enjoy using your mod. I'm especially impressed with the Soul Brazier and 'Everburn' urn, the everfull urn's Lava variant. How soon can we expect research and crafting for these two fine additions?
    Posted in: WIP Mods
  • 0

    posted a message on Tinkers' Construct 2
    Have you considered adding a way to craft guns and/or crossbows. Maybe with special, gun specific modifiers, like scopes and suppressors and the like.
    Posted in: Minecraft Mods
  • 0

    posted a message on Garden Stuff - v.1.7.0 - Updated Dec-06-15
    Have you considered Thaumcraft integration? I'd love to see what you come up with. In regards to greatwoods, silverwoods, etherial blooms, shimmerleaf, and all the rest(even Tainted plants if your feeling gutsy).
    Posted in: Minecraft Mods
  • 1

    posted a message on Metallurgy - Putting the "Mine" back in "Minecraft"!
    Quote from ShinyMew1256

    Metallurgy is not updated yet to 1.7.2. You are going to have to wait for the update or use an older mc version.


    This is the site I got the 1.7.2. Latest version too.
    Dashboard [Jenkins]
    Quote from Shadowclaimer

    I don't know which Git you're talking about o.O we don't have any release up on TeamMetallurgy.

    -----

    Regardless, I'd like to take this time to announce that Glassmaker (of ExtraTIC fame) will be taking over development of Metallurgy. I'll be moving on to other projects that I'll be discussing more of in the future.

    He can be found on Twitter @JeanGlassmaker, he'll be making a new post as of 1.7 for Metallurgy.


    Could you give a link to this guy? it would be much appreciated.
    Posted in: Minecraft Mods
  • 0

    posted a message on Metallurgy - Putting the "Mine" back in "Minecraft"!
    I've received a very puzzling crash report from the 'MetallurgyCore' file. Sorry for the lack of compaction, no idea on how to use spoilers. note the 5th line. That's new to me(Its all greek to me, I can't write code).

    ---- Minecraft Crash Report ----
    // Hi. I'm Minecraft, and I'm a crashaholic.

    Time: 4/11/14 8:35 PM
    Description: Initializing game

    java.lang.NoSuchFieldError: apple
    at com.teammetallurgy.metallurgycore.CreativeTab.<init>(CreativeTab.java:10)
    at com.teammetallurgy.metallurgycore.MetallurgyCore.<init>(MetallurgyCore.java:19)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at cpw.mods.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:173)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:509)
    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:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    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:209)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
    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:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    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:119)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:487)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:194)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:850)
    at net.minecraft.client.main.Main.main(SourceFile:103)
    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:134)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

    -- Head --
    Stacktrace:
    at com.teammetallurgy.metallurgycore.CreativeTab.<init>(CreativeTab.java:10)
    at com.teammetallurgy.metallurgycore.MetallurgyCore.<init>(MetallurgyCore.java:19)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at cpw.mods.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:173)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:509)
    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:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    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:209)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
    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:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    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:119)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:487)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:194)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:850)
    at net.minecraft.client.main.Main.main(SourceFile:103)
    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:134)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    -- System Details --
    Details:
    Minecraft Version: 1.7.2
    Operating System: Windows Vista (x86) version 6.0
    Java Version: 1.7.0_21, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
    Memory: 52597360 bytes (50 MB) / 152141824 bytes (145 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
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.01-pre FML v7.2.116.1024 Minecraft Forge 10.12.0.1024 13 mods loaded, 13 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
    FML{7.2.116.1024} [Forge Mod Loader] (forge-1.7.2-10.12.0.1024.jar) Unloaded->Constructed
    Forge{10.12.0.1024} [Minecraft Forge] (forge-1.7.2-10.12.0.1024.jar) Unloaded->Constructed
    TooManyItems{1.7.2} [TooManyItems] (minecraft.jar) Unloaded->Constructed
    BiblioCraft{1.6.2} [BiblioCraft] (BiblioCraft[1.6.2][MC1.7.2].jar) Unloaded->Constructed
    LightBridgesAndDoors{0.1.9} [kris91268's Light Bridges and Doors] (Light Bridges and Doors V 1.9.zip) Unloaded->Constructed
    MetallurgyCore{1.0} [Metallurgy Core] (MetallurgyCore-1.7.2-4.0.1.10.jar) Unloaded
    modularpots{1.7.2.8} [Modular Flower Pots] (ModularPots-1.7.2.8.jar) Unloaded
    packchevsky{b4} [Potion Packs] (PotionPacks_1.7.2_b4.zip) Unloaded
    quiverchevsky{b45} [QuiverBow] (QuiverBow_1.7.2_b45.zip) Unloaded
    RedstonePasteMod{1.6} [Redstone Paste] (RedstonePasteMod-1.7.2-1.6.jar) Unloaded
    voxelmap{1.7.2} [VoxelMap] (voxelmap-1.7.2-1.0.jar) Unloaded
    weaponmod{1.7.2 v1.14.2} [Balkon's WeaponMod] (weaponmod-1.14.2.jar) Unloaded
    Launched Version: 1.7.2-Forge10.12.0.1024
    LWJGL: 2.9.0
    OpenGL: ATI Radeon HD 5670 GL version 4.2.12002 Compatibility Profile Context 9.12.0.0, ATI Technologies Inc.
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: [RED Craft [1.6.1] - Hd.zip]
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
    Anisotropic Filtering: Off (1)
    Posted in: Minecraft Mods
  • To post a comment, please .