• 1

    posted a message on Thaumic Horizons v1.1.9 (Thaumcraft 4 addon)
    Quote from Dazzanator2»

    Since we're all on this topic at the moment, a config option to change the ID of the pocket dimension would probably be a wise idea too, as positive dimension ID's (pocket dimension is 69) tend to conflict with Mystcraft. I know it's a bit of a far call to compensate for the off chance someone would make 68 Mystcraft dimensions, but you never know really.


    As far as I know, Mystcraft dim compatibility isn't actually a problem to be worried about - Mystcraft simply jumps to the next unused dimension. So, if you create 68 Mystcraft ages and you have TH installed, the next age you create would actually be 70, because 69 is already taken by the Pocket Plane dim.


    Of course, I could be wrong about how it works, but I've never had an issue between Mystcraft and other positive-id dims.

    Posted in: Minecraft Mods
  • 0

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

    I started to put in the mods alphabetically and when I ran it with all the mods I use...no problem occurred. So, i made a new world to see if I can find a tainted area.


    My bet is that you've got a biome id conflict between BoP and Thaumic Horizons. It's WiP Pocket Plane biome is assigned to id 69, and is getting a fair bit of attention on that thread with people having the same issue. There's no config option to change it yet, though, because that'll be coming with the next TH release - you'll have to reassign the id on the BoP side of things.

    Posted in: Minecraft Mods
  • 0

    posted a message on Reasonable Realism - It's a pack, its a mod, it makes things hard! Updated for 1.11 and 1.12!

    Whoa. Alright, I'm getting this crash when I try to create a new world with the force-gen enabled on everything except uranium (which I set to Disabled rather than no spawn, to prevent Mystcraft pages from spawning for it). I have no idea where to start looking for the cause, except maybe that the force-gen is overlapping with Metallurgy somehow? Complete random guess, there.


    Crashlog:

    http://pastebin.com/mCC0MHwY

    Posted in: Minecraft Mods
  • 0

    posted a message on Reasonable Realism - It's a pack, its a mod, it makes things hard! Updated for 1.11 and 1.12!
    Quote from Draco18s»

    That's actually the right amount. Each block is worth "5 dirt." It was 10 at one point, but I was looking at the code recently adding a config option, and it's 5.

    Sand and gravel are tracked separately and should drop the appropriate number.


    I should clarify - Shift-clicking 32 gravel in gets 160 material. Dragging 32 gravel into the slot gets 320 material. Both are in an unused, empty sluice.


    The conversion on breaking thing was just a side note that I saw once when testing the other bit - I had 63 gravel and one sand in the sluice, and got 64 gravel back when I broke it. Haven't tested it further than that.

    Posted in: Minecraft Mods
  • 0

    posted a message on Reasonable Realism - It's a pack, its a mod, it makes things hard! Updated for 1.11 and 1.12!

    Might have another bug. I was trying the container-Sluice and noticed that when I shift-clicked gravel into it, it only registered half the amount that I put in (I think. Not quite sure exactly how it works yet) - when I shift-clicked in 32 gravel, it registered 160 material, 64 resulted in 320, etc. When I dragged the gravel into the top left slot, it worked as expected. Also, if there is both sand and gravel in the sluice, it's all converted into gravel when the sluice is broken. (I haven't tested that one as much as the first, so I'm not sure if there are necessary conditions for that)


    If it makes a difference, I'm also using Iguana Tweaks to reduce the max stack size on sand and gravel to 32. That's the only mod change that I can think of that might be causing this.

    Posted in: Minecraft Mods
  • 0

    posted a message on Reasonable Realism - It's a pack, its a mod, it makes things hard! Updated for 1.11 and 1.12!
    Quote from Dominance28»

    Well that then that is not a Harder Ores issue and a Immersive Engineering one. As for that there is a addon http://minecraft.curseforge.com/mc-mods/232319-lodeloader


    I think you may have the question a bit backwards - both the picture and link you posted are Immersive Engineering supporting other mods' items as valid in it's machines (in the case of the picture, through oredict). What ewsmith was asking about was for Reasonable Realism to support Immersive Engineering - things like having RR generate veins of the IE ores that have also been converted to the multi-mine format of RR's vanilla ores.

    Posted in: Minecraft Mods
  • 0

    posted a message on Reasonable Realism - It's a pack, its a mod, it makes things hard! Updated for 1.11 and 1.12!
    Quote from Dominance28»

    What part of harder ores does not support Immersive engineering?


    He may be referring to the mining section that generates veins/special ore blocks that drop raw ore instead of the ore blocks. That, I believe, is currently limited to vanilla ores and a select few common mod-ores (such as Uranium). Any others are dictated by normal spawning or the default COG generation settings, if there are any for that ore.

    Posted in: Minecraft Mods
  • 0

    posted a message on Reasonable Realism - It's a pack, its a mod, it makes things hard! Updated for 1.11 and 1.12!

    So, I'm back with some actual bug reports. (Do you have a specific place to file reports like Github, or should they continue to be posted on the forum?)


    First - and I think this is RR, but I could be wrong - I'm getting a crash whenever I try to use NEI to check recipes using liquid metals (Such as TiC smeltery casting) that points to something about loading RR's sifter recipes. Have a crashlog.


    [/p]
    [p]---- Minecraft Crash Report ----
    // I feel sad now :([/p]
    [p]Time: 7/30/15 4:53 PM
    Description: Updating screen events[/p]
    [p]java.lang.ClassCastException: net.minecraftforge.fluids.FluidStack cannot be cast to net.minecraft.item.ItemStack
     at com.draco18s.ores.recipes.nei.SifterNEI.loadUsageRecipes(SifterNEI.java:62)
     at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:471)
     at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20)
     at tconstruct.plugins.nei.RecipeHandlerBase.transferFluidTank(RecipeHandlerBase.java:201)
     at tconstruct.plugins.nei.RecipeHandlerBase.mouseClicked(RecipeHandlerBase.java:176)
     at codechicken.nei.recipe.GuiRecipe.func_73864_a(GuiRecipe.java:99)
     at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
     at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
     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)[/p]
    [p]
    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------[/p]
    [p]-- Head --
    Stacktrace:
     at com.draco18s.ores.recipes.nei.SifterNEI.loadUsageRecipes(SifterNEI.java:62)
     at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:471)
     at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20)
     at tconstruct.plugins.nei.RecipeHandlerBase.transferFluidTank(RecipeHandlerBase.java:201)
     at tconstruct.plugins.nei.RecipeHandlerBase.mouseClicked(RecipeHandlerBase.java:176)
     at codechicken.nei.recipe.GuiRecipe.func_73864_a(GuiRecipe.java:99)
     at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
     at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
     at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)[/p]
    [p]-- Affected screen --
    Details:
     Screen name: codechicken.nei.recipe.GuiCraftingRecipe[/p]
    [p]-- Affected level --
    Details:
     Level name: MpServer
     All players: 1 total; [EntityClientPlayerMP['MrBibliophile'/240, l='MpServer', x=-745.67, y=75.62, z=949.66]]
     Chunk stats: MultiplayerChunkCache: 1089, 1098
     Level seed: 0
     Level generator: ID 05 - BIOMESOP, ver 0. Features enabled: false
     Level generator options: 
     Level spawn location: World: (-197,64,960), Chunk: (at 11,4,0 in -13,60; contains blocks -208,0,960 to -193,255,975), Region: (-1,1; contains chunks -32,32 to -1,63, blocks -512,0,512 to -1,255,1023)
     Level time: 3923681 game time, 657273 day time
     Level dimension: 0
     Level storage version: 0x00000 - Unknown?
     Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
     Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
     Forced entities: 108 total; [EntityTreasureSlime['Treasure Slime'/519, l='MpServer', x=-704.69, y=38.00, z=1014.31], EntityTreasureSlime['Treasure Slime'/520, l='MpServer', x=-708.69, y=38.00, z=1022.31], MLEntityGenericMale@: Miki Miyagi/2246506333859421010/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, MLEntityGenericMale@: Miyu Nakamura/7140377496712915156/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, EntityTreasureSlime['Treasure Slime'/539, l='MpServer', x=-693.38, y=17.22, z=1017.63], EntityCreeper['Creeper'/540, l='MpServer', x=-691.50, y=17.00, z=1019.50], EntityBat['Bat'/541, l='MpServer', x=-692.63, y=38.00, z=1009.94], EntityZombie['Zombie'/12317, l='MpServer', x=-744.23, y=23.00, z=892.45], EntityChameleon['Chameleon'/542, l='MpServer', x=-695.06, y=70.00, z=1022.63], EntityChameleon['Chameleon'/543, l='MpServer', x=-700.38, y=70.00, z=1023.91], EntityPig['Pig'/547, l='MpServer', x=-692.47, y=67.00, z=1027.47], MLEntityGenericMale@: Ayano Miyagi/8912602901716549318/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, EntitySkeleton['Skeleton'/1321, l='MpServer', x=-25.33, y=-15.62, z=27.34], MLEntityGenericMale@: Saika Kinjo/216517954022826029/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, MLEntityGenericMale@: Mayu Inoue/3562876283170807844/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, EntityScent['entity.ZAMod.EntityScent.name'/11827, l='MpServer', x=-756.00, y=80.00, z=969.00], MLEntityGenericMale@: Misaki Miyagi/3396862760709929706/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, EntityTreasureSlime['Treasure Slime'/566, l='MpServer', x=-673.63, y=26.00, z=896.38], EntityTreasureSlime['Treasure Slime'/567, l='MpServer', x=-679.94, y=26.00, z=911.63], EntityZombie['Zombie'/12600, l='MpServer', x=-746.58, y=23.00, z=895.14], EntityTreasureSlime['Treasure Slime'/575, l='MpServer', x=-683.22, y=20.00, z=1002.63], MLEntityGenericMale@: Toyotomi Miyagi/1449165518337138298/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, EntityChameleon['Chameleon'/576, l='MpServer', x=-673.56, y=72.00, z=995.88], EntityChameleon['Chameleon'/577, l='MpServer', x=-682.91, y=72.00, z=997.84], MLEntityGenericMale@: Aya Nakamura/3123258554444432926/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, EntityTreasureSlime['Treasure Slime'/578, l='MpServer', x=-683.31, y=21.00, z=1019.66], EntityTreasureSlime['Treasure Slime'/579, l='MpServer', x=-681.63, y=20.00, z=1012.89], EntityCow['Cow'/580, l='MpServer', x=-676.53, y=67.00, z=1009.09], EntityChameleon['Chameleon'/581, l='MpServer', x=-677.50, y=68.00, z=1015.97], EntityTreasureSlime['Treasure Slime'/583, l='MpServer', x=-687.63, y=20.00, z=1024.38], MLEntityGenericMale@: Gojirou Miyagi/1517463054366225430/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, EntityChameleon['Chameleon'/595, l='MpServer', x=-668.94, y=73.00, z=990.59], MLEntityGenericMale@: Yuijiro Miyagi/3988770107559055765/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, MLEntityGenericMale@: Mayu Miyagi/3296796062987742995/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, EntityMobEnderman['Enderman'/613, l='MpServer', x=-652.34, y=42.00, z=959.28], EntityBat['Bat'/358, l='MpServer', x=-822.16, y=24.94, z=923.91], EntityMobEnderman['Enderman'/614, l='MpServer', x=-642.47, y=41.00, z=975.34], MLEntityGenericMale@: Takuji Nakamura/8175849572842583079/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, EntityMobEnderman['Enderman'/617, l='MpServer', x=-652.28, y=44.00, z=976.59], EntityZombie['Zombie'/12396, l='MpServer', x=-745.69, y=24.19, z=898.05], MLEntityGenericMale@: Miki Miyagi/7395388166751559467/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, MLEntityGenericMale@: Akane Miyagi/4684052087339259195/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, EntityBat['Bat'/376, l='MpServer', x=-805.25, y=22.00, z=890.56], EntityBat['Bat'/377, l='MpServer', x=-808.66, y=21.00, z=886.59], EntityZombie['Zombie'/11641, l='MpServer', x=-744.63, y=22.00, z=878.69], EntityDryad['Dryad'/378, l='MpServer', x=-800.50, y=70.00, z=905.72], MLEntityGenericMale@: Mizuki Sakamoto/376565806064160126/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, MLEntityGenericMale@: Entarou Goto/5900665667344644118/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, MLEntityGenericMale@: Mitsuru Nakamura/5986198897441967197/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, EntityZombie['Bold Zombie'/12160, l='MpServer', x=-745.14, y=22.67, z=892.66], EntityZombie['Zombie'/12937, l='MpServer', x=-744.72, y=23.19, z=897.95], EntityBat['Bat'/397, l='MpServer', x=-792.06, y=14.00, z=884.56], EntityBat['Bat'/398, l='MpServer', x=-792.97, y=30.01, z=891.59], EntityBat['Bat'/399, l='MpServer', x=-793.44, y=11.00, z=895.66], EntityTreasureSlime['Treasure Slime'/422, l='MpServer', x=-770.69, y=17.00, z=892.69], EntityZombie['Zombie'/12713, l='MpServer', x=-742.97, y=22.92, z=895.82], MLEntityGenericMale@: Gojirou Miyagi/2718562428516581337/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, EntityZombie['Zombie'/11696, l='MpServer', x=-747.32, y=23.00, z=894.52], EntityZombie['Zombie'/1205, l='MpServer', x=-751.59, y=22.00, z=879.00], MLEntityGenericMale@: Mitsuru Nakamura/9106808245610183302/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, EntityZombie['Sickly Zombie'/439, l='MpServer', x=-758.09, y=20.00, z=887.59], EntityTreasureSlime['Treasure Slime'/440, l='MpServer', x=-766.52, y=18.00, z=920.31], EntityZombie['Zombie'/1208, l='MpServer', x=-744.92, y=22.96, z=895.13], EntityBabySpider['Baby Spider'/441, l='MpServer', x=-759.53, y=74.00, z=949.59], EntityZombie['Zombie'/1209, l='MpServer', x=-748.69, y=22.00, z=895.16], EntityZombie['Zombie'/442, l='MpServer', x=-758.50, y=34.00, z=981.97], EntityZombie['Zombie'/443, l='MpServer', x=-758.50, y=34.00, z=979.50], EntityZombie['Zombie'/1212, l='MpServer', x=-746.69, y=23.84, z=896.96], MLEntityGenericMale@: Saika Nakamura/1064036444015508259/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, EntityZombie['Zombie'/1214, l='MpServer', x=-740.99, y=26.11, z=905.88], EntityZombie['Zombie'/1219, l='MpServer', x=-755.47, y=27.44, z=889.94], EntityTreasureSlime['Treasure Slime'/453, l='MpServer', x=-746.24, y=22.00, z=876.63], EntityTreasureSlime['Treasure Slime'/454, l='MpServer', x=-744.62, y=24.02, z=877.61], EntityZombie['Zombie'/1222, l='MpServer', x=-745.42, y=22.33, z=891.66], EntityBat['Bat'/455, l='MpServer', x=-744.53, y=22.00, z=879.97], EntityXPOrb['Experience Orb'/456, l='MpServer', x=-751.69, y=79.25, z=879.19], EntityZombie['Zombie'/1224, l='MpServer', x=-743.31, y=23.00, z=891.30], EntityDMimic['Mimic Chest'/457, l='MpServer', x=-748.50, y=23.00, z=890.50], EntityZombie['Zombie'/458, l='MpServer', x=-746.06, y=23.00, z=892.62], MLEntityGenericMale@: Hajime Miyagi/4096021728930119650/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, EntityZombie['Zombie'/459, l='MpServer', x=-746.70, y=23.48, z=896.16], EntityZombie['Zombie'/460, l='MpServer', x=-746.11, y=23.00, z=894.19], EntityZombie['Zombie'/461, l='MpServer', x=-744.13, y=23.47, z=896.68], EntityZombie['Zombie'/462, l='MpServer', x=-743.16, y=23.37, z=893.34], EntityZombie['Zombie'/463, l='MpServer', x=-745.00, y=23.30, z=895.89], EntityZombie['Zombie'/464, l='MpServer', x=-754.52, y=21.00, z=895.05], EntityZombie['Zombie'/465, l='MpServer', x=-746.76, y=23.00, z=892.97], EntityZombie['Zombie'/466, l='MpServer', x=-744.98, y=23.32, z=896.90], MLEntityGenericMale@: Mayu Nakamura/7619198241555476194/com.gildedgames.util.threadedlighting.world.ThreadedWorld@15c75fd0, EntityZombie['Zombie'/467, l='MpServer', x=-743.15, y=24.03, z=892.30], EntityZombie['Zombie'/468, l='MpServer', x=-743.43, y=24.00, z=900.01], EntityZombie['Zombie'/469, l='MpServer', x=-746.70, y=24.00, z=897.70], EntityZombie['Zombie'/470, l='MpServer', x=-745.70, y=24.00, z=899.72], EntityZombie['Zombie'/471, l='MpServer', x=-743.99, y=23.03, z=893.42], EntityZombie['Zombie'/472, l='MpServer', x=-744.82, y=23.00, z=894.23], EntityZombie['Zombie'/473, l='MpServer', x=-744.00, y=23.22, z=894.37], EntityZombie['Zombie'/474, l='MpServer', x=-745.85, y=24.00, z=897.08], EntityZombie['Zombie'/475, l='MpServer', x=-745.44, y=23.00, z=893.48], EntityZombie['Zombie'/476, l='MpServer', x=-745.70, y=23.77, z=898.70], EntityZombie['Zombie'/478, l='MpServer', x=-744.10, y=23.51, z=895.47], EntityZombie['Zombie'/479, l='MpServer', x=-747.65, y=23.00, z=895.88], EntityZombie['Zombie'/480, l='MpServer', x=-744.81, y=24.00, z=899.34], EntityZombie['Zombie'/481, l='MpServer', x=-747.70, y=23.00, z=896.70], EntityZombie['Zombie'/482, l='MpServer', x=-745.73, y=23.44, z=894.98], EntityTreasureSlime['Treasure Slime'/483, l='MpServer', x=-738.38, y=11.69, z=922.63], EntityZombie['Zombie'/484, l='MpServer', x=-744.34, y=24.00, z=900.36], EntityZombie['Zombie'/12009, l='MpServer', x=-745.75, y=22.00, z=890.81], EntityClientPlayerMP['MrBibliophile'/240, l='MpServer', x=-745.67, y=75.62, z=949.66]]
     Retry entities: 0 total; []
     Server brand: fml,forge
     Server type: Integrated singleplayer server
    Stacktrace:
     at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
     at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
     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)[/p]
    [p]-- System Details --
    Details:
     Minecraft Version: 1.7.10
     Operating System: Windows 7 (amd64) version 6.1
     Java Version: 1.8.0_25, Oracle Corporation
     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
     Memory: 744864408 bytes (710 MB) / 1810636800 bytes (1726 MB) up to 4268163072 bytes (4070 MB)
     JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn256M
     AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
     IntCache: cache: 0, tcache: 276, allocated: 13, tallocated: 100
     FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 Optifine OptiFine_1.7.10_HD_U_C1 130 mods loaded, 130 mods active
     States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
     UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) 
     UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar) 
     UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar) 
     UCHIJAAAA AM2-Preloader{0.0.2} [AMCore] (minecraft.jar) 
     UCHIJAAAA appliedenergistics2-core{rv1-stable-1} [AppliedEnergistics2 Core] (minecraft.jar) 
     UCHIJAAAA CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar) 
     UCHIJAAAA ivtoolkit{IvToolkit} [1.2] (minecraft.jar) 
     UCHIJAAAA NotEnoughItems{1.0.5.111} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.111-universal.jar) 
     UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) 
     UCHIJAAAA WitchingGadgetsCore{1.1.9} [Witching Gadgets Core] (minecraft.jar) 
     UCHIJAAAA OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar) 
     UCHIJAAAA mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar) 
     UCHIJAAAA gilded-games-util{1.7.10-1.1} [Gilded Games Utility] (gilded-games-util.jar) 
     UCHIJAAAA CustomOreGen{1.2.19} [Custom Ore Generation] (CustomOreGen-1.7.10-1.2.19.jar) 
     UCHIJAAAA HardLib{3.9.0a} [HardLib] (1.7.10-ReasonableRealism-3.9.0c.jar) 
     UCHIJAAAA HarderUnderground{3.9.0a} [HarderUnderground] (1.7.10-ReasonableRealism-3.9.0c.jar) 
     UCHIJAAAA ExpandedIndustry{3.9.0a} [ExpandedIndustry] (1.7.10-ReasonableRealism-3.9.0c.jar) 
     UCHIJAAAA HarderOres{3.9.0c} [HarderOres] (1.7.10-ReasonableRealism-3.9.0c.jar) 
     UCHIJAAAA HarderWildlife{3.9.0a} [HarderWildlife] (1.7.10-ReasonableRealism-3.9.0c.jar) 
     UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar) 
     UCHIJAAAA arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar) 
     UCHIJAAAA aether{Alpha 1.7.10-1.4} [Aether II] (aether.jar) 
     UCHIJAAAA AM2PlantFix{1.0} [Ars Magica 2 Plant Fix] (AM2PlantFix-1.0.jar) 
     UCHIJAAAA antiqueatlas{4.2.4-1.7.10} [Antique Atlas] (antiqueatlas-4.2.4-1.7.10.jar) 
     UCHIJAAAA AppleCore{1.0.1} [AppleCore] (AppleCore-mc1.7.10-1.0.1.jar) 
     UCHIJAAAA appliedenergistics2{rv1-stable-1} [Applied Energistics 2] (appliedenergistics2-rv1-stable-1.jar) 
     UCHIJAAAA MovingWorld{1.7.10-1.7.12B} [Moving World] (movingworld-1.7.10-1.7.12B.jar) 
     UCHIJAAAA ArchimedesShipsPlus{1.7.10-1.7.12} [Archimedes' Ships Plus] (archimedesshipsplus-1.7.10-1.7.12.jar) 
     UCHIJAAAA ATG{0.10.0} [Alternate Terrain Generation] (ATG-1.7.10-0.12.0.jar) 
     UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) 
     UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) 
     UCHIJAAAA Automagy{0.26.2} [Automagy] (Automagy-1.7.10-0.26.2.jar) 
     UCHIJAAAA betterstorage{0.13.1.126} [BetterStorage] (BetterStorage-1.7.10-0.13.1.126.jar) 
     UCHIJAAAA BetterTitleScreen{1.7.10-1.1} [Better Title Screen] (BetterTitleScreen-1.7.10-1.1.jar) 
     UCHIJAAAA BiblioCraft{1.10.4} [BiblioCraft] (BiblioCraft[v1.10.4][MC1.7.10].jar) 
     UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) 
     UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) 
     UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1057-universal.jar) 
     UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-11.jar) 
     UCHIJAAAA Botania{r1.7-208} [Botania] (Botania r1.7-208.jar) 
     UCHIJAAAA CarpentersBlocks{3.3.3} [Carpenter's Blocks] (Carpenter's Blocks v3.3.3 - MC 1.7.10.jar) 
     UCHIJAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar) 
     UCHIJAAAA Railcraft{9.6.1.0} [Railcraft] (Railcraft_1.7.10-9.6.1.0.jar) 
     UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar) 
     UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) 
     UCHIJAAAA chisel{2.3.10.37} [Chisel 2] (Chisel2-2.3.10.37.jar) 
     UCHIJAAAA chunkgen{1.7.10-1.1} [ChunkGen] (chunkgen-1.7.10-1.2.jar) 
     UCHIJAAAA BuildMod{v1.0} [Build Mod] (coroutil-1.1.3 for MC v1.7.10.jar) 
     UCHIJAAAA CoroPets{v1.0} [CoroPets] (coroutil-1.1.3 for MC v1.7.10.jar) 
     UCHIJAAAA CoroAI{v1.0} [CoroAI] (coroutil-1.1.3 for MC v1.7.10.jar) 
     UCHIJAAAA ExtendedRenderer{v1.0} [Extended Renderer] (coroutil-1.1.3 for MC v1.7.10.jar) 
     UCHIJAAAA ConfigMod{v1.0} [Extended Mod Config] (coroutil-1.1.3 for MC v1.7.10.jar) 
     UCHIJAAAA CustomChestLoot{1.1.1} [Custom Chest Loot] (CustomChestLoot-1.7.10-1.1.1.jar) 
     UCHIJAAAA dimdoors{2.2.5-test} [Dimensional Doors] (DimensionalDoors-2.2.5-test10.jar) 
     UCHIJAAAA dlr{2.0.1} [Don's Lightning Rod] (Don's Lightning Rod-1.7.10-2.0.1.jar) 
     UCHIJAAAA EnderStorage{1.4.7.36} [EnderStorage] (EnderStorage-1.7.10-1.4.7.36-universal.jar) 
     UCHIJAAAA enhancedportals{3.0.9} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.9.jar) 
     UCHIJAAAA etfuturum{1.1.2} [Et Futurum] (Et Futurum-1.1.2.jar) 
     UCHIJAAAA ExtraUtilities{1.2.5} [Extra Utilities] (extrautilities-1.2.5.jar) 
     UCHIJAAAA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar) 
     UCHIJAAAA TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar) 
     UCHIJAAAA Metallurgy{4.0.6} [Metallurgy 4] (Metallurgy-1.7.10-4.0.6.80.jar) 
     UCHIJAAAA harvestcraft{1.7.10d} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10f.jar) 
     UCHIJAAAA ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar) 
     UCHIJAAAA farseek{1.0.8} [Farseek] (Farseek-1.0.8.jar) 
     UCHIJAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar) 
     UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar) 
     UCHIJAAAA ForbiddenMagic{1.7.10-0.57} [Forbidden Magic] (Forbidden Magic-1.7.10-0.57.jar) 
     UCHIJAAAA ganysnether{1.8.0} [Gany's Nether] (Ganys Nether-1.8.0.jar) 
     UCHIJAAAA GardenCore{1.7.10-1.6.3} [Garden Core] (GardenStuff-1.7.10-1.6.3.jar) 
     UCHIJAAAA GardenContainers{1.7.10-1.6.3} [Garden Containers] (GardenStuff-1.7.10-1.6.3.jar) 
     UCHIJAAAA GardenStuff{1.7.10-1.6.3} [Garden Stuff] (GardenStuff-1.7.10-1.6.3.jar) 
     UCHIJAAAA GardenTrees{1.7.10-1.6.3} [Garden Trees] (GardenStuff-1.7.10-1.6.3.jar) 
     UCHIJAAAA Growthcraft{2.1.0a} [Growthcraft] (growthcraft-core-1.7.10-2.1.0a.jar) 
     UCHIJAAAA Growthcraft|Cellar{2.1.0a} [Growthcraft Cellar] (growthcraft-cellar-1.7.10-2.1.0b.jar) 
     UCHIJAAAA Growthcraft|Apples{2.1.0} [Growthcraft Apples] (growthcraft-apples-1.7.10-2.1.0.jar) 
     UCHIJAAAA Growthcraft|Bamboo{2.1.0} [Growthcraft Bamboo] (growthcraft-bamboo-1.7.10-2.1.0.jar) 
     UCHIJAAAA Growthcraft|Bees{2.1.0} [Growthcraft Bees] (growthcraft-bees-1.7.10-2.1.0.jar) 
     UCHIJAAAA Growthcraft|Fishtrap{2.1.0a} [Growthcraft Fishtrap] (growthcraft-fishtrap-1.7.10-2.1.0a.jar) 
     UCHIJAAAA Growthcraft|Grapes{2.1.0} [Growthcraft Grapes] (growthcraft-grapes-1.7.10-2.1.0.jar) 
     UCHIJAAAA Growthcraft|Hops{2.1.0} [Growthcraft Hops] (growthcraft-hops-1.7.10-2.1.0.jar) 
     UCHIJAAAA Growthcraft|Rice{2.1.0a} [Growthcraft Rice] (growthcraft-rice-1.7.10-2.1.0a.jar) 
     UCHIJAAAA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar) 
     UCHIJAAAA HardcoreEnderExpansion{1.8.2} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.2.jar) 
     UCHIJAAAA HungerOverhaul{1.7.10-beta.2.jenkins30} [Hunger Overhaul] (HungerOverhaul-1.7.10-beta.2.jar) 
     UCHIJAAAA IguanaTweaks{2B} [Iguana Tweaks] (IguanaTweaks-1.7.10-2B.jar) 
     UCHIJAAAA ImmersiveEngineering{0.4.4} [Immersive Engineering] (ImmersiveEngineering-0.4.4.jar) 
     UCHIJAAAA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar) 
     UCHIJAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar) 
     UCHIJAAAA llibrary{0.3.2-1.7.10} [LLibrary] (LLibrary-0.3.2-1.7.10.jar) 
     UCHIJAAAA LookingGlass{0.1.2.00} [Looking Glass] (lookingglass-1.7.10-0.1.2.00.jar) 
     UCHIJAAAA MagiaNaturalis{0.1.1} [§2Magia Naturalis] (MagiaNaturalis-1.7.10-0.1.2c.jar) 
     UCHIJAAAA RadixCore{2.0.2} [RadixCore] (RadixCore-2.0.2-1.7.10-universal.jar) 
     UCHIJAAAA MCA{5.0.6} [Minecraft Comes Alive] (MCA-5.0.6-1.7.10-universal.jar) 
     UCHIJAAAA millenaire{6.0.0} [Millénaire] (millenaire-6.0.0.jar) 
     UCHIJAAAA MineTweaker3{3.0.9B} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9C.jar) 
     UCHIJAAAA MTRM{1.0} [MineTweakerRecipeMaker] (MineTweakerRecipeMaker-1.7.10-1.1.0.11.jar) 
     UCHIJAAAA testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.6.jar) 
     UCHIJAAAA mowziesmobs{1.1.2} [Mowzie's Mobs] (Mowzies Mobs-1.2.1.jar) 
     UCHIJAAAA Mystcraft{0.12.0.00} [Mystcraft] (mystcraft-1.7.10-0.12.0.00.jar) 
     UCHIJAAAA newdungeons{0.3} [New Dungeons] (NewDungeons-0.3(1.7.10).jar) 
     UCHIJAAAA OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar) 
     UCHIJAAAA OpenBlocks{1.4.3} [OpenBlocks] (OpenBlocks-1.7.10-1.4.3.jar) 
     UCHIJAAAA clayspawn{1.7.2a} [Pam's Clay Spawn] (Pam's Clay Spawn 1.7.2a.zip) 
     UCHIJAAAA primitivemobs{1.0} [Primitive Mobs] (primitivemobs-1.0c-1.7.10.jar) 
     UCHIJAAAA MrTJPCoreMod{1.1.0.29} [MrTJPCore] (MrTJPCore-1.1.0.29-universal.jar) 
     UCHIJAAAA ProjRed|Core{4.7.0pre6.90} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre6.90-Base.jar) 
     UCHIJAAAA ProjRed|Transmission{4.7.0pre6.90} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre6.90-Integration.jar) 
     UCHIJAAAA ProjRed|Compatibility{4.7.0pre6.90} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre6.90-Compat.jar) 
     UCHIJAAAA ProjRed|Integration{4.7.0pre6.90} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre6.90-Integration.jar) 
     UCHIJAAAA RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar) 
     UCHIJAAAA Revamp{1.3.0} [Revamp] (Revamp-1.3.0.jar) 
     UCHIJAAAA Sanguimancy{1.7.10-1.1.9-31} [Sanguimancy] (Sanguimancy-1.7.10-1.1.9-31.jar) 
     UCHIJAAAA ThaumcraftMobAspects{1.7.2-2A} [Thaumcraft Mob Aspects] (ThaumcraftMobAspects-1.7.2-2A.jar) 
     UCHIJAAAA thaumcraftneiplugin{1.7.10-1.6a} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.6a.jar) 
     UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-52.jar) 
     UCHIJAAAA ThaumicHorizons{1.1.5} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.6.jar) 
     UCHIJAAAA TMechworks{1.7.10-67.34d1d9b} [Tinkers' Mechworks] (TMechworks_mc1.7.10_0.2.8.jar) 
     UCHIJAAAA TravellersGear{1.16.4} [Traveller's Gear] (TravellersGear-1.7.10-1.16.4.jar) 
     UCHIJAAAA WaslieCore{1.1} [WaslieCore] (WaslieCore-1.1_B44.jar) 
     UCHIJAAAA weather2{v2.3.9} [Localized Weather & Storms] (weather2-2.3.9 for MC v1.7.10.jar) 
     UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar) 
     UCHIJAAAA WitchingGadgets{1.1.9} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.9.jar) 
     UCHIJAAAA yegamolchattels{1.1.2} [Ye Gamol Chattels] (YeGamolChattels-1.1.2.jar) 
     UCHIJAAAA ZAMod{v1.9.5} [Zombie Awareness] (ZombieAwareness-1.9.6.jar) 
     UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) 
     UCHIJAAAA denseores{1.0} [Dense Ores] (denseores-1.4.2.jar) 
     UCHIJAAAA IguanaTweaksTConstruct{1.7.10-2.1.5.140} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.5.jar) 
     UCHIJAAAA ModLister{1.1} [Mod Lister] (ModLister1.1.jar) 
     UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) 
     GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.4.13283 Compatibility Profile Context 14.501.1003.0' Renderer: 'AMD Radeon HD 7900 Series'
     OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
     Class transformer null safety: found misbehaving transformers: me.guichaguri.betterfps.transformers.MathTransformer(me.guichaguri.betterfps.transformers.MathTransformer@5eb79202) returned non-null result: 0,me.guichaguri.betterfps.transformers.EventTransformer(me.guichaguri.betterfps.transformers.EventTransformer@2354c7bd) returned non-null result: 0
     AE2 Version: stable rv1-stable-1 for Forge 10.13.0.1187
     Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
     TConstruct Environment: Environment healthy.
     Stencil buffer state: Function set: GL30, pool: internal, bits: 8
     AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:ON, BC:OFF, MJ6:ON, MJ5:ON, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:OFF, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:ON
     Hardcore Ender Expansion: CAUTION! Ars Magica 2 is not supported by HEE, if the crash is caused by a conflict of the two mods, it will very likely not be possible to fix.
     Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
     LWJGL: 2.9.1
     OpenGL: AMD Radeon HD 7900 Series GL version 4.4.13283 Compatibility Profile Context 14.501.1003.0, ATI Technologies Inc.
     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.[/p]
    [p]Is Modded: Definitely; Client brand changed to 'fml,forge'
     Type: Client (map_client.txt)
     Resource Packs: [AntiqueAtlasExtra.zip, Minecraft HD Font 32x.zip]
     Current Language: English (UK)
     Profiler Position: N/A (disabled)
     Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
     Anisotropic Filtering: Off (1)[/p]
    [p]


    Next, the sapling/crop auto-planting seems to have a tendency to replace blocks that it shouldn't when placing the plants, as I discovered when some sugarcane that I had missed punched a hole in my greenhouse wall. (Perhaps because the wall was wood planks? Don't know if it was coded to replace 'organic' blocks)


    If you need some more information - especially on that first one - just let me know, and I'll be happy to see what else I can figure out about it.

    Posted in: Minecraft Mods
  • 0

    posted a message on Reasonable Realism - It's a pack, its a mod, it makes things hard! Updated for 1.11 and 1.12!
    Quote from Draco18s»

    First question: there's a config in HarderWildlife called "collapse sideways." Set that to false.


    Second question: I have no idea. I didn't know BoP added a world type. Try using creative (and bonemeal) to force-grow some plants. Redstone is bloody everywhere (and shallow) and you should get some flame lilies quite easily. I wouldn't try more than two or three times per chunk, as while the growth does have a random factor, if you don't get any flowers at all after two or three tires, there's probably nothing in that chunk.


    Failing that, you could do /cogEnableDebugging and that will draw an overlay of all veins within your view.


    I was hoping for a way to alter it for only coastlines, because I rather liked the added effect/danger when tunneling underground, but if fully disabling it is the only way, then so be it.


    As to the ore gen, I guess it was just that world (Debug command said I didn't have permissions on that world, so I haven't been able to fully check yet) or the older version of RR. I launched a new BoP world, and almost immediately got Flame Lilies and Affine both with and without bonemeal. To be doubly sure, I also tried the debug command and...oh, my, colors. Colors everywhere. So I'll assume that's working properly as well.


    Thanks for the help, though. I'm looking forward to relaunching our server with this in it.

    Posted in: Minecraft Mods
  • 0

    posted a message on Reasonable Realism - It's a pack, its a mod, it makes things hard! Updated for 1.11 and 1.12!

    I'm absolutely loving this mod so far - I've been looking at mods like Enviromine and TerraFirmaCraft for quite a while, but they were always a bit too much on the hardcore/hyper-realistic side for use by my friends and I on our server. This, however, seems to strike the perfect balance so far, with the added bonus of awesome vein mining (supposedly, will be addressed with my second question.)


    I only have a couple questions/problems that I've found (I apologize if any of these have already been fixed, I just saw the updates today, and these were noted in ver. 2.8.0a):


    First, is it possible to lessen or disable the sand/gravel collapse feature on coastlines? They're triggering on worldgen and making some pretty ugly coasts, as seen in this screenshot.


    Second, and this is directed more at anyone rather than just Draco, because it's partially a mod compatibility question, how rare are the indicator flowers supposed to be? I've done a fair bit of exploring in my current world and haven't found any so far, and consequently have yet to find a vein of any ore to try my hand at the mining mechanic (I've done very little caving, but haven't seen any telltale signs of veins in the ravines I've come across either). This brings me to the mod compatibility part of the question - does anyone know if the generation side of the mod works properly with the BoP world type, and if it doesn't, is there anything I can do to make it work?

    Posted in: Minecraft Mods
  • 0

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

    I know, so if I chisel a smooth stone block, which design do I choose?


    You want one of the four Modern Masonry variants: Nodern Neutral Masonry, Modern Felsic Masonry, Modern Mafic Masonry, or Modern Mixed Masonry. They all look and ctm roughly the same, but with different color variations.


    It might need to be mentioned that you need Chisel 2 for these blocks, not the original Chisel, which was released for 1.7.10 but is now outdated.

    Posted in: Minecraft Mods
  • 0

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

    If you had extraTIC installed before the big update and then updated, it adds any needed configs and it doesn't change any of your previous stuff, also look at this because there is a config:


    And thus I am proven mistaken. I hadn't even noticed that line (obviously); probably because I was too caught up in looking for a specifically Metallurgy 4 line.

    Posted in: WIP Mods
  • 0

    posted a message on Thaumic Horizons v1.1.9 (Thaumcraft 4 addon)

    Thaumic Horizons' Pocket Plane biome is assigned to id 69, which conflicts with (I believe it was) BoP's Bamboo Forest.

    Posted in: Minecraft Mods
  • 0

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

    You can still make Metallurgy 4 parts with this mod, but the ability to do so is disabled by default. You need to change your config to allow them.


    Um...What? ExtraTic should be perfectly compatible with Metallurgy 4 with no config changes. I just looked to make sure, and there isn't even an option referencing that.

    Posted in: WIP Mods
  • 0

    posted a message on [Thaumcraft Addon] Witching Gadgets

    Is the Mantle/Kama of the Raven intended to completely negate fall damage even when the gliding effect is currently disabled? While that was a rather pleasant surprise, that might also be noted in the Thaumonomicon entry if it is intended behavior.


    (Side note; I've only tried this with the Kama of the Raven. Haven't fully tested the Mantle.)

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