• 0

    posted a message on Tinkers' Construct 2

    Not sure about FTB, but in MultiMC the file you want is called fml-client-latest or something to that effect.

    Posted in: Minecraft Mods
  • 0

    posted a message on Tinkers' Construct 2

    In that case, you would need to open the TiCon jar file with something like winrar and look at the assets folder.

    Posted in: Minecraft Mods
  • 1

    posted a message on Thaumcraft 6.1.BETA26 [no longer being developed]

    To have fun and do something creative with thaumcraft?

    Posted in: Minecraft Mods
  • 0

    posted a message on Iguanas Tinker Tweaks
    Quote from Thunder7102»

    Where can I edit mineability of specific ores and possibly change/add/remove tiers of those ores in the configs of IguanaTinkerTweaks-1.7.10-2.1.6.jar?

    I can't seem to find it in the configs, just which changes were made.


    In the modules config file, you need to enable the override module and run the game once. That'll generate a whole bunch of files, half for the default values and the other half for your changed values.
    Posted in: Minecraft Mods
  • 1

    posted a message on Tinkers' Construct 2

    He actually does have mantle installed, if you look at the modlist at the bottom of the crash report.


    @WanderingPixels I can only see two possible causes. Either you need to downgrade to the recommended version of forge for 1.8.9, or you need to download the correct mod versions from curseforge (it looks like you used jenkins from the file names).

    Posted in: Minecraft Mods
  • 0

    posted a message on Tinkers' Construct 2

    Are you using an older version of Optifine? Most of us use TiCon 1.8.8 (mod, not MC version) with forge 1558 or 1614 with no problems. Something else is messing with your textures.

    Posted in: Minecraft Mods
  • 0

    posted a message on Thaumcraft 6.1.BETA26 [no longer being developed]
    Quote from protnore»

    SO can anyone help me with this crash, haven't gotten a working answer yet (yes i have tried to change the enchant IDs


    ---- Minecraft Crash Report ----

    WARNING: coremods are present:
    ThaumcraftLoader (Thaumcraft-1.8.9-5.1.6.jar)
    FldLoadingPlugin (FastLeafDecay-1.8-1.6.jar)
    BIFLoader (BowInfinityFix-1.8.x-rv2.jar)
    Contact their authors BEFORE contacting forge

    // Daisy, daisy...

    Time: 28/02/16 8:36 PM
    Description: There was a severe problem during mod loading that has caused the game to fail

    net.minecraftforge.fml.common.LoaderException: java.lang.ExceptionInInitializerError
    at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:559)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    Caused by: java.lang.ExceptionInInitializerError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:260)
    at noppes.npcs.ModelDataShared.setEntityClass(ModelDataShared.java:125)
    at noppes.npcs.ModelDataShared.readFromNBT(ModelDataShared.java:55)
    at noppes.npcs.client.controllers.Preset.readFromNBT(Preset.java:24)
    at noppes.npcs.client.controllers.PresetController.load(PresetController.java:40)
    at noppes.npcs.client.controllers.PresetController.<init>(PresetController.java:23)
    at noppes.npcs.client.ClientProxy.load(ClientProxy.java:268)
    at noppes.npcs.CustomNpcs.load(CustomNpcs.java:239)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556)
    ... 10 more
    Caused by: java.lang.NullPointerException
    at net.minecraft.enchantment.EnchantmentData.<init>(SourceFile:10)
    at thaumcraft.common.entities.monster.EntityPech.<clinit>(EntityPech.java:840)
    ... 45 more


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

    -- System Details --
    Details:
    Minecraft Version: 1.8.9
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 4560009960 bytes (4348 MB) / 6174015488 bytes (5888 MB) up to 6174015488 bytes (5888 MB)
    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144M -Xms6144M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.19 Powered by Forge 11.15.1.1757 22 mods loaded, 22 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
    UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1757.jar)
    UCH Forge{11.15.1.1757} [Minecraft Forge] (forge-1.8.9-11.15.1.1757.jar)
    UCH bowinfinityfix{rv2} [Bow Infinity Fix] (minecraft.jar)
    UCH Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.8.x.jar)
    UCH Chameleon{1.8.9-0.2.1} [Chameleon] (Chameleon-1.8.9-0.2.1.jar)
    UCH chisel{@VERSION@} [Chisel] (Chisel-MC1.8.9-0.0.2.6.jar)
    UCE customnpcs{1.8.8_beta} [CustomNPCs] (CustomNpcs_1.8.8_beta(17dec15).jar)
    UCH fastleafdecay{1.6} [Fast Leaf Decay] (FastLeafDecay-1.8-1.6.jar)
    UCH graves{1.8.9-b39-universal} [Graves Mod] (graves-1.8.9-b39-universal.jar)
    UCH IronChest{6.0.125.770} [Iron Chest] (ironchest-1.8.9-6.0.125.770.jar)
    UCH mantle{1.8.9-0.7.jenkins72} [Mantle] (Mantle-1.8.9-0.7.jar)
    UCH MapWriter{2.3.13} [MapWriter] (MapWriter-1.8.9-2.3.13.jar)
    UCH testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.9b.jar)
    UCH clayspawn{1.8.9a} [Pam's Clay Spawn] (Pam's Clay Spawn 1.8.9a.jar)
    UCH getalltheseeds{1.8.9a} [Pam's Get all the Seeds!] (Pam's Get all the Seeds! 1.8.9a.jar)
    UCH xreliquary{1.3-beta.150} [Reliquary] (Reliquary-1.3-beta.150.jar)
    UCH showarmsstand{1.1} [ShowArmsStand] (showarmsstand-1.2.jar)
    UCH StorageDrawers{1.8.9-2.4.1} [Storage Drawers] (StorageDrawers-1.8.9-2.4.1.jar)
    UCH tconstruct{1.8.9-2.0.2.jenkins61} [Tinkers' Construct] (TConstruct-1.8.9-2.0.2.jar)
    UCH Baubles{1.1.3.0} [Baubles] (Baubles-1.8.9-1.1.3.0.jar)
    UCH Thaumcraft{5.1.6} [Thaumcraft] (Thaumcraft-1.8.9-5.1.6.jar)
    Loaded coremods (and transformers):
    ThaumcraftLoader (Thaumcraft-1.8.9-5.1.6.jar)

    FldLoadingPlugin (FastLeafDecay-1.8-1.6.jar)
    com.olafski.fastleafdecay.FldTransformer
    BIFLoader (BowInfinityFix-1.8.x-rv2.jar)
    com.github.parker8283.bif.Transformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.54' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
    Pulsar/tconstruct loaded Pulses:
    - TinkerCommons (Enabled/Forced)
    - TinkerWorld (Enabled/Not Forced)
    - TinkerTools (Enabled/Not Forced)
    - TinkerSmeltery (Enabled/Not Forced)
    - TinkerGadgets (Enabled/Not Forced)
    - TinkerOredict (Enabled/Forced)
    - TinkerIntegration (Enabled/Forced)
    - TinkerFluids (Enabled/Forced)
    - TinkerMaterials (Enabled/Forced)
    - TinkerDebug (Enabled/Not Forced)


    That crash has nothing to do with enchantment ids. The only mod referenced in the crash is Custom NPCs.
    Posted in: Minecraft Mods
  • 0

    posted a message on ModTweaker 0.7.X

    Nice to have helped! By the way, it's not NEI's native data dump that gives the list of liquids, it's specifically the ones generated by NEI Integration. There's a separate menu for them underneath the NEI ones.

    Posted in: Minecraft Mods
  • 0

    posted a message on ModTweaker 0.7.X
    Quote from Namorax»

    I want to remove the food from Mariculture and was able to remove everything except the Custard... technically, it is a vat recipe, but trying to use either

    mods.mariculture.Vat.removeRecipe(<Mariculture:custard>);
    (or)
    mods.mariculture.Vat.removeRecipe(<Mariculture:food:3>);

    Will result in ModTweaker telling me that that there are no vat recipes to be found... Am I using the wrong command, or the wrong Target? I have no idea what to do.


    I'm pretty sure you need to use the unlocalized name for the liquid, which is usually written as <liquid:nameofliquid>. Not sure with MineTweaker, but I know you can find it by using NEI Integration's data dumps.
    Posted in: Minecraft Mods
  • 0

    posted a message on Tinkers' Construct 2

    All right, let's keep that sort of thing out of this thread.

    Posted in: Minecraft Mods
  • 0

    posted a message on ModTweaker 0.7.X
    Quote from Zsashas»

    Turns out I'd missed an update for ModTweaker. Pure Daisy stuff works perfectly, although the syntax is backwards compared to other recipe scripts (input is first).

    Regarding Botania, is it possible to add an item to the Loonium?


    The Loonium just generates dungeon loot, so using MineTweaker to edit the normal loot tables would work.
    Posted in: Minecraft Mods
  • 1

    posted a message on ExtraTiC - Tinkers' Construct Mod Support Add-on
    Quote from Robijnvogel»

    I can completely disable toolparts, tools, materials or combinations of those with ITT, but in the three config files it creates I see no way to change the stats of any materials. If it's in there regardless, I must be very blind.

    You need to enable ITT's override module in Modules.cfg, and then the next time you run the game it'll generate the needed config files. I usually prefer to use MineTweaker and ModTweaker to change TiC stats though, since for some reason ITT can't change the ranged weapon stats for materials.
    Posted in: WIP Mods
  • 2

    posted a message on ExtraTiC - Tinkers' Construct Mod Support Add-on

    Since I, along with many others, am running CodeChickenCore and ExtraTiC with no issues, that crash needs to be fixed on iLexiconn's end, not Glassmaker's.
    Posted in: WIP Mods
  • 0

    posted a message on Pam's Mods - May 14th, 2018 - 1.12.2u Released

    Harvestcraft loads fine. Pam's Harvest the Nether file needs to be renamed to load after Thaumcraft.

    Posted in: Minecraft Mods
  • 0

    posted a message on Reika's Mods (Tech, WorldGen, Civilization, and more)
    Quote from reteo»

    Actually, Magic Bees is part of Binnie's mods.

    Actually, Magic Bees is its own mod, created by MysteriousAges. Gendustry by bdew is what lets you create custom bees.
    Posted in: Minecraft Mods
  • To post a comment, please .