• 0

    posted a message on Offering | Zindev's Spigot/Bukkit Development Service

    Still available? I was going to create my own plugin but it would be easier to pay someone else

    Posted in: Server Recruitment
  • 0

    posted a message on DefenseTech v1.0.1 - Missiles, High-Tech Explosives and Rocket Launchers!

    You are literally a god, this mod is one of the two things that has been missing from 1.7.10 for way too long, donation incoming my good sir

    Posted in: Minecraft Mods
  • 0

    posted a message on [Question] What mod do you use for mob spawn controlling on servers?

    So I've been running a heavily modded forge based server for a little over a month now, previously we were using KCauldron, so we had access to all kinds of bukkit plugins. One major issue is that I can't seem to find any working mob limiting mods out there. I need a mod that lets me set a server wide limit for different types of mobs, and won't spawn more once that limit is reached. I have tried using Advanced Spawn Control but it seemed to completly ignore the limits I set. I also looked into using Spawn Regulation but it literally has no information on how to use it, what syntax to use, theres not even an example setting so I can figure out how to do it myself. If anyone has any mods they know of, or know of ways to achieve this via other mods, I would appreciate it greatly.

    Posted in: Discussion
  • 0

    posted a message on Immibis's Mods - Now with 85.7% less version numbers in this title!

    @Furious1964 looks like FTB Utilities either isnt registering tubestuff blockbreaker as a proper fakeplayer or is simply isnt giving proper permissions to the tubestuff block breaker, could be FTB Utilities or Tubestuff problem, or both

    Posted in: Minecraft Mods
  • 0

    posted a message on [1.2] ICBM - Missiles and Military Tech! [6,000,000+ DOWNLOADS]
    Quote from HbMinecraft»

    Sorry to pop your dreams, but ICBM is dead.

    Hate to pop your bubble but DarkGuardsman, the new owner, has been working on a stable 1.7.10 release for the past 6 months or so check it out here
    Posted in: Minecraft Mods
  • 0

    posted a message on Tinkers' Construct 2

    Basic forge instructions if you know how to get the workspace working without errors you should also know how to build the mod, just sayin

    Posted in: Minecraft Mods
  • 0

    posted a message on Tinkers' Construct 2

    If you have all the required dependencies in your dev workspace you simply need to open command prompt (in the repo folder you either cloned with Git or downloaded as a .zip) and run "gradlew build" and it will spit out a new tinkers.jar file with the edited code. If it gives you an error you most likely attempted to call a method or import a class from some package not in the workspace.

    Posted in: Minecraft Mods
  • 0

    posted a message on Need Some Assistance

    I guess my first instinct wasn't too far off, as soon as I read "Once they die and click respawn they are sent back to spawn like normal. No problem however they are frozen and locked in place." I was like "I bet its soul fray". Just glad to hear its fixed as well as the other issue, its always nice fixing two things at once.

    Posted in: Java Edition Support
  • 0

    posted a message on Need Some Assistance

    Check the technic forums post you made, I believe I solved the issue over there, and at the same time I would like to mention that there is some weird bug going on in the server where it keeps kicking me with this error


    After some quick research on google it appears to be some rare exploit with signs or a possible bug with factions/plugins and usernames, but without the server console I can't decide which one it really is, just thought I'd share this with you, as one bug goes away 2 more take its place :P

    Posted in: Java Edition Support
  • 0

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

    Got a crash for you fine gents, but I don't actually think this has to do with any of reikas mods, but for some reason when trying to view the recipe for a black curtain from extrautilities the game crashes with this crashlog but oddly enough it only does this when connected to a server, not on single player. I know that block isn't from reikas mods and nei isn't either, but since none of the mods were reported as errored in the crash report and it mentions reikas mods i thought I might as well post it here, but theres a good chance it has nothing to do with your mods

    Posted in: Minecraft Mods
  • 0

    posted a message on Mutant Creatures - Spider Pig, Spider Pig [v1.4.9]

    Any idea why this is crashing my server? It seems related to mutant endermen, which was supposed to be fixed in version 1.4.9

    crashlog all I can really gather is something with the mutant enderman AI, I am using KCauldron so that could always be the issue

    Posted in: Minecraft Mods
  • 0

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

    help please?



    ---- Minecraft Crash Report ----
    // My bad.

    Time: 12-9-15 11:29
    Description: Updating screen events

    java.lang.IllegalStateException: The fluid registry is corrupted
    at net.minecraftforge.fluids.FluidRegistry.getDefaultFluidName(FluidRegistry.java:297)
    at net.minecraftforge.fluids.FluidRegistry.writeDefaultFluidList(FluidRegistry.java:327)
    at net.minecraftforge.common.ForgeModContainer.getDataForWriting(ForgeModContainer.java:315)
    at cpw.mods.fml.common.FMLCommonHandler.handleWorldDataSave(FMLCommonHandler.java:375)
    at net.minecraft.world.storage.SaveHandler.func_75761_a(SaveHandler.java:209)
    at net.minecraft.client.Minecraft.func_71371_a(Minecraft.java:2081)
    at net.minecraft.client.gui.GuiCreateWorld.func_146284_a(GuiCreateWorld.java:230)
    at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:225)
    at net.minecraft.client.gui.GuiCreateWorld.func_73864_a(GuiCreateWorld.java:377)
    at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
    at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    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)

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

    -- Head --
    Stacktrace:
    at net.minecraftforge.fluids.FluidRegistry.getDefaultFluidName(FluidRegistry.java:297)
    at net.minecraftforge.fluids.FluidRegistry.writeDefaultFluidList(FluidRegistry.java:327)
    at net.minecraftforge.common.ForgeModContainer.getDataForWriting(ForgeModContainer.java:315)
    at cpw.mods.fml.common.FMLCommonHandler.handleWorldDataSave(FMLCommonHandler.java:375)
    at net.minecraft.world.storage.SaveHandler.func_75761_a(SaveHandler.java:209)
    at net.minecraft.client.Minecraft.func_71371_a(Minecraft.java:2081)
    at net.minecraft.client.gui.GuiCreateWorld.func_146284_a(GuiCreateWorld.java:230)
    at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:225)
    at net.minecraft.client.gui.GuiCreateWorld.func_73864_a(GuiCreateWorld.java:377)
    at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
    at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)

    -- Affected screen --
    Details:
    Screen name: net.minecraft.client.gui.GuiMainMenu
    Stacktrace:
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    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)

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    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: 4229158960 bytes (4033 MB) / 6407585792 bytes (6110 MB) up to 6407585792 bytes (6110 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -XX:PermSize=128m -Xmx6144M -Xms6144M -XX:MaxPermSize=256m
    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.99.99 Minecraft Forge 10.13.4.1448 Optifine OptiFine_1.7.10_HD_B7 123 mods loaded, 123 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
    UCHIJA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
    UCHIJA appliedenergistics2-core{rv1-stable-1} [AppliedEnergistics2 Core] (minecraft.jar)
    UCHIJA CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
    UCHIJA NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar)
    UCHIJA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
    UCHIJA OpenModsCore{0.6} [OpenModsCore] (minecraft.jar)
    UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
    UCHIJA debug{1.0} [debug] (denseores-1.5.jar)
    UCHIJA battlegear2{1.0.7.0} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.7.0.jar)
    UCHIJA FLabsBF{4.1.2} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.1.2.jar)
    UCHIJA CraftableAnimals{2.4.3.0} [Craftable Animals] ([1.7.10]CraftableAnimals v2.4.3.0.jar)
    UCHIJA DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar)
    UCHIJA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
    UCHIJA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
    UCHIJA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
    UCHIJA arsmagica2{1.4.0.005} [Ars Magica 2] (AM2-1.4.0.006.jar)
    UCHIJA AppleCore{1.0.1} [AppleCore] (AppleCore-mc1.7.10-1.0.1.jar)
    UCHIJA appliedenergistics2{rv1-stable-1} [Applied Energistics 2] (appliedenergistics2-rv1-stable-1.jar)
    UCHIJA ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar)
    UCHIJA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
    UCHIJA BuildCraft|Core{6.3.6} [BuildCraft] (buildcraft-6.3.6.jar)
    UCHIJA Forestry{3.4.0.7} [Forestry for Minecraft] (forestry_1.7.10-3.4.0.7.jar)
    UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
    UCHIJA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
    UCHIJA Artifice{1.7.10R1.1.4} [Artifice] (Artifice-1.7-1.1.4-300.jar)
    UCHIJA atum{0.6} [Atum] (Atum-1.7.10-0.6.60.jar)
    UCHIJA Waila{1.5.5} [Waila] (Waila-1.5.5_1.7.10.jar)
    UCHIJA Automagy{0.24} [Automagy] (Automagy-1.7.10-0.24.jar)
    UCHIJA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
    UCHIJA BiblioCraft{1.9.0} [BiblioCraft] (BiblioCraft[v1.9.0][MC1.7.10].jar)
    UCHIJA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
    UCHIJA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
    UCHIJA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
    UCHIJA BigReactors{0.4.2A2} [Big Reactors] (BigReactors-0.4.2A2.jar)
    UCHIJA AWWayofTime{v1.3.0b} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.0b-3.jar)
    UCHIJA BuildCraft|Transport{6.3.6} [BC Transport] (buildcraft-6.3.6.jar)
    UCHIJA BuildCraft|Silicon{6.3.6} [BC Silicon] (buildcraft-6.3.6.jar)
    UCHIJA BuildCraft|Builders{6.3.6} [BC Builders] (buildcraft-6.3.6.jar)
    UCHIJA BuildCraft|Energy{6.3.6} [BC Energy] (buildcraft-6.3.6.jar)
    UCHIJA BuildCraft|Factory{6.3.6} [BC Factory] (buildcraft-6.3.6.jar)
    UCHIJA CarpentersBlocks{3.3.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.1 - MC 1.7.10.jar)
    UCHIJA Railcraft{9.4.0.0} [Railcraft] (Railcraft_1.7.10-9.4.0.0.jar)
    UCHIJA TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar)
    UCHIJA ForgeMultipart{1.1.2.334} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.334-universal.jar)
    UCHIJA chisel{2.3.7.34} [Chisel 2] (Chisel2-2.3.7.34.jar)
    UCHIJA ChiselFacades{1.7.10-2.10-cricket} [Chisel Facades] (ChiselFacades-1.7.10-2.10-cricket.jar)
    UCHIJA cookiecore{1.3.0} [Cookie Core] (cookiecore-1.3.0.jar)
    UCHIJA dungeonpack{1.7.10-1.0} [Dungeon Pack] (dungeonpack-1.7.10-1.0.jar)
    UCHIJA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
    UCHIJA exnihilo{1.37} [Ex Nihilo] (Ex-Nihilo-1.37.jar)
    UCHIJA ExtraUtilities{1.2.1} [Extra Utilities] (extrautilities-1.2.1.jar)
    UCHIJA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
    UCHIJA TConstruct{1.7.10-1.8.2.build858} [Tinkers' Construct] (TConstruct-1.7.10-1.8.2a.jar)
    UCHIJA Metallurgy{4.0.6} [Metallurgy 4] (Metallurgy-1.7.10-4.0.6.80.jar)
    UCHIJA TSteelworks{1.7.10-1.0.6} [Tinkers' Steelworks] (TSteelworks-1.7.10-1.0.6.jar)
    UCHIJA ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
    UCHIJA fantastic{1.0.0} [Fantastic Fish] (fantastic-1.4.jar)
    UCHIJA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-439.jar)
    UCHIJA ForbiddenMagic{1.7.10-0.562} [Forbidden Magic] (Forbidden Magic-1.7.10-0.562.jar)
    UCHIJA WaslieCore{1.1} [WaslieCore] (WaslieCore-1.1.jar)
    UCHIJA ForestryExtras{3.1} [Forestry Extras] (ForestryExtras-2-3.1_B28.jar)
    UCHIJA fossil{1.7.10 Build 7.2.0} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.2.jar)
    UCHIJA Growthcraft{2.1.0a} [Growthcraft] (growthcraft-core-1.7.10-2.1.0a.jar)
    UCHIJA Growthcraft|Cellar{2.1.0a} [Growthcraft Cellar] (growthcraft-cellar-1.7.10-2.1.0a.jar)
    UCHIJA Growthcraft|Apples{2.1.0} [Growthcraft Apples] (growthcraft-apples-1.7.10-2.1.0.jar)
    UCHIJA Growthcraft|Bamboo{2.1.0} [Growthcraft Bamboo] (growthcraft-bamboo-1.7.10-2.1.0.jar)
    UCHIJA Growthcraft|Bees{2.1.0} [Growthcraft Bees] (growthcraft-bees-1.7.10-2.1.0.jar)
    UCHIJA Growthcraft|Fishtrap{2.1.0a} [Growthcraft Fishtrap] (growthcraft-fishtrap-1.7.10-2.1.0a.jar)
    UCHIJA Growthcraft|Grapes{2.1.0} [Growthcraft Grapes] (growthcraft-grapes-1.7.10-2.1.0.jar)
    UCHIJA Growthcraft|Hops{2.1.0} [Growthcraft Hops] (growthcraft-hops-1.7.10-2.1.0.jar)
    UCHIJA Growthcraft|Rice{2.1.0a} [Growthcraft Rice] (growthcraft-rice-1.7.10-2.1.0a.jar)
    UCHIJA iChunUtil{4.1.3} [iChunUtil] (iChunUtil-4.1.3.jar)
    UCHIJA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
    UCHIJA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
    UCHIJA JABBA{1.1.4} [JABBA] (Jabba-1.1.4_1.7.10.jar)
    UCHIJA journeymap{5.0.1} [JourneyMap] (JourneyMap5.0.1_Unlimited_MC1.7.10.jar)
    UCHIJA jcanimation{1.2.4} [JCAnimationAPI] (JurassiCraft-1.4.1.jar)
    UCHIJA llibrary{0.2.0-1.7.10} [LLibrary] (LLibrary-0.2.0-1.7.10.jar)
    UCHIJA jurassicraft{1.4.1} [JurassiCraft] (JurassiCraft-1.4.1.jar)
    UCHIJA magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.10_0.1.jar)
    UCHIJA MagicBees{1.7.10-2.1.22} [Magic Bees] (magicbees-1.7.10-2.1.22.jar)
    UCHIJA Mekanism{7.1.2} [Mekanism] (Mekanism-1.7.10-7.1.2.174.jar)
    UCHIJA MekanismGenerators{7.1.2} [MekanismGenerators] (MekanismGenerators-1.7.10-7.1.2.174.jar)
    UCHIJA MekanismTools{7.1.2} [MekanismTools] (MekanismTools-1.7.10-7.1.2.174.jar)
    UCHIJA minechem{5.0.5.348} [Minechem] (Minechem-1.7.10-5.0.5.348.jar)
    UCHIJA cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
    UCHIJA Mystcraft{0.11.0.00} [Mystcraft] (mystcraft-1.7.10-0.11.0.00.jar)
    UCHIJA NEIAddons{1.12.3.11} [NEI Addons] (neiaddons-mc1710-1.12.3.11.jar)
    UCHIJA NEIAddons|Botany{1.12.3.11} [NEI Addons: Botany] (neiaddons-mc1710-1.12.3.11.jar)
    UCHIJA NEIAddons|Forestry{1.12.3.11} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.3.11.jar)
    UCHIJA NEIAddons|CraftingTables{1.12.3.11} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.3.11.jar)
    UCHIJA NEIAddons|ExNihilo{1.12.3.11} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.3.11.jar)
    UCHIJA neiintegration{1.0.6} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.6.jar)
    UCHIJA NetherOres{1.7.10R2.3.0} [Nether Ores] (NetherOres-[1.7.10]2.3.0-12.jar)
    UCHIJA OpenMods{0.6} [OpenMods] (OpenModsLib-1.7.10-0.6.jar)
    UCHIJA OpenBlocks{1.3} [OpenBlocks] (OpenBlocks-1.7.10-1.3.jar)
    UCHIJA fodc{1.6.0} [Ore Dictionary Converter] (OreDictionaryConverter-1.6.0.jar)
    UCHIJA ProjectE{1.7.10-PE1.7.3} [ProjectE] (ProjectE-1.7.10-PE1.7.3.jar)
    UCHIJA MrTJPCoreMod{1.0.6.13} [MrTJPCore] (MrTJPCore-1.7.10-1.0.6.13-universal.jar)
    UCHIJA ProjRed|Core{4.6.0.79} [ProjectRed] (ProjectRed-1.7.10-4.6.0.79-Base.jar)
    UCHIJA ProjRed|Transmission{4.6.0.79} [ProjectRed-Transmission] (ProjectRed-1.7.10-4.6.0.79-Integration.jar)
    UCHIJA ProjRed|Transportation{4.6.0.79} [ProjectRed-Transportation] (ProjectRed-1.7.10-4.6.0.79-Mechanical_beta.jar)
    UCHIJA ProjRed|Compatibility{4.6.0.79} [ProjectRed-Compatibility] (ProjectRed-1.7.10-4.6.0.79-Compat.jar)
    UCHIJA ProjRed|Integration{4.6.0.79} [ProjectRed-Integration] (ProjectRed-1.7.10-4.6.0.79-Integration.jar)
    UCHIJA ProjRed|Illumination{4.6.0.79} [ProjectRed-Illumination] (ProjectRed-1.7.10-4.6.0.79-Lighting.jar)
    UCHIJA ProjRed|Expansion{4.6.0.79} [ProjectRed-Expansion] (ProjectRed-1.7.10-4.6.0.79-Mechanical_beta.jar)
    UCHIJA qmunitylib{1.0} [QmunityLib] (QmunityLib-1.7.10-0.1.92-universal.jar)
    UCHIJA libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
    UCHIJA xreliquary{1.2} [Reliquary] (Reliquary-1.2.jar)
    UCHIJA SSR{rc3} [Soul Shards Reborn] (SSR-rc3.jar)
    UCHIJA Steamcraft{0.27.5} [Flaxbeard's Steam Power] (Steamcraft-0.27.5.jar)
    UCHIJA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-37.jar)
    UCHIJA TMechworks{1.7.10-86.e500b88} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.10.jar)
    UCHIJA Torcherino{1.9s} [Torcherino] (Torcherino-1.7.10-1.9s.jar)
    UCHIJA WailaHarvestability{1.1.0} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.0.jar)
    UCHIJA weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
    UCHIJA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
    UCHIJA McMultipart{1.1.2.334} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.334-universal.jar)
    UCHIJA aobd{2.3.6} [Another One Bites The Dust] (AOBD-2.3.6.jar)
    UCHIJA denseores{1.0} [Dense Ores] (denseores-1.5.jar)
    UCHIJA ForgeMicroblock{1.1.2.334} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.334-universal.jar)
    OpenModsLib crash transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
    AE2 Version: stable rv1-stable-1 for Forge 10.13.0.1187
    CoFHCore: -[1.7.10]3.0.3-303
    Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
    TConstruct Environment: Environment healthy.
    NetherOres: -[1.7.10]2.3.0-12
    Stencil buffer state: Function set: GL30, pool: forge, bits: 8
    Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
    Optifine
    These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
    AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:ON, BC:ON, MJ6:OFF, MJ5:OFF, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF
    Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
    LWJGL: 2.9.1
    OpenGL: GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.82, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Anisotropic filtering is supported and maximum anisotropy is 16.
    Shaders are available because OpenGL 2.1 is supported.

    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: [Sphax PureBDcraft 128x MC17.zip, BiblioWoods[Natura]MC1.7.x-128x.zip, Natura-1.7.10-x128.zip, Sphax 128x Balkons Weapons Mod v1.14.2.zip, Sphax MFR Patch 128x MC17.zip, Sphax Open Blocks Patch 128x.zip, Sphax Project E Patch 128x.zip, Sphax128x_AOBD_Ver2.5.zip, Sphax128x_Artifice_Ver1.7-1.1.4.292.zip, Sphax128x_Automagy_v0.23A.zip, Sphax128x_BetterFurnaces_MC1.7.X.zip, Sphax128x_Enchanting_Plus_3.0.0a2.zip, Sphax128x_ExtraTic_Base_Pack_1.4.1.zip, Sphax128x_ExtraTic_Thaumcraft_Addon_1.4.1.zip, Sphax128x_ExtraTic_Thermal_Exp_Addon_1.4.1.zip, Sphax128x_ExtraTic_TWForest_Addon_1.4.1.zip, Sphax128x_MagicalCropsVer1.7.10_Public_Beta5.zip, Sphax128x_Minechem_Ver5.0.5.394.zip, Sphax128x_Thaumcraft_Ver4.2.3.0.zip, Sphax128x_Twilight_Forest_Ver2.2.3.zip, Sphax_AppliedEnergistics2_rv2_128x.zip, Sphax_BigReactors_128x.zip, Sphax_CarpentersBlocks_128x.zip, Sphax_Chisel_128x.zip, Sphax_DenseOres_128x.zip, Sphax_Forestry-MagicBees_128x.zip, Sphax_Forestry_128x.zip, Sphax_FossilsArcheology_128x.zip, Sphax_IronChests_128x.zip, Sphax_Metallurgy4_128x.zip, Sphax_Mystcraft_128x.zip, Sphax_NetherOres_128x(animated).zip, Sphax_Railcraft_128x.zip, Sphax_ThermalExpansion_128x.zip, Sphax_TinkersSteelworks_128x.zip, ThaumicExploration W.I.P. 128x.zip, BiblioWoods[Forestry]MC1.7.x-128x.zip, BiblioCraft_MC1.7.x-128x.zip, WIP - Sphax FSP Patch 128x.zip, [1.7.10]Sphax_Growthcraft_128x.zip, 128x.zip] Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Anisotropic Filtering: Off (1)


    Why would you even post this here? Its not a thuamcraft issue, you have an outdated mod that uses the old fluid registry system from before forge 1335, either update that mod or roll your forge back
    Posted in: Minecraft Mods
  • 0

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

    @KakashiMugen0909 You can always just take the actual assets from metallurgy and replace the assets from tinkers construct or since you said you want to make your own modpack then YOU should be the one to create custom textures for it, either with resource packs or once again replacing tinkers assets with new ones. I also don't see how you can even think about making a modpack if you are too lazy to edit configs, especially when a config is limiting your game but you are too lazy to change it(like the tools being unusable with ITT) If you still think that a mod author should add what you want added when you can do it yourself then go make a suggestion on their github

    Posted in: WIP Mods
  • 0

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

    ive already posted this on the actual tinkers construct thread but i want to say this it here too so. i have an idea that you should be able to use some of the metallurgy 4 assest(graphics) when making tools using their metals. the icons of metallurgy items was so gorgeous but using iguana tweak prevents me from using the regular metallurgy 4 items because some of them are marked as "cannot be used as tool. can only be used for crafting" and some of em have durability of 1/1. is it possible to make that mod author? that would be swell.


    You can just go into the Iguana Tweaks configs and edit it so you can still use all those tools, just make sure you set "B:Override=True" in the Modules.cfg file so you can match all the metallurgy tools to their corresponding harvest levels so it balances out, you can aslo just swap out the icons and textures for the tools either with a resource pack or by directly switching the assets

    Posted in: WIP Mods
  • 0

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

    Ya this has to be a bug, all short bows, long bows, and crossbows added from this mod all do 1.6 damage and can't shoot past 13 blocks, even the awakened draconium long bow, does 4 damage to a mob and shoots 13 blocks. Vanilla clean install with only the required mods, all most recent versions cause this, but I want to know why nobody else seems to be having this issue


    *EDIT For whatever reason the 3 materials(or was it 4?) added from thermal Expansion from this mod work as expected, their damage is correct and they can actually shoot the proper distance

    Posted in: WIP Mods
  • To post a comment, please .