Hey guys, I'm having a problem with infusion. specifically, self-infusion.
I created a lab for the Vat, set up an essentia system through pipes, revived an effigy, placed stability underneath the floor, set up the pedestals with the items on them, warded jars with the needed essentia, but clicking the matrix on top of the vat does nothing.
I've made a few pictures.
If it helps, I set up a sort of "containment" around the vat consisting of an indentation with warding stones on the bottom. do these block infusion?
The essentia is piped through the walls and the floor, then through the pylons into the vat.
(by the way, does anyone know how to change the orientation of creatures in the vat?)
cant say i can help you but it does look all correct from what i know. i've never actually done any self infusions yet. but could you tell me what mod has those arcane stones in the floor with the black, white & purple runes are from? id love to use them in a future build.
so im trying to make a furnace type block that replicates ic2's macerator. i got the block, gui & tile entity working just fine but trying to add recipes to its custom recipe list isn't working. it doesn't look like it gives an error anywhere but nothing "smelts" when i try to use the recipe i added. is there something im overlooking or is it a bug? here's the line of recipe script that doesn't seem to be working.
I started having a problem where I could not generate a world, or enter a generated world. Through hours of grueling work adding in all of my mods one at a time, I came to this one and... world generation freezes, takes forever, then crashes.
This is the crash report.
Note that I know it was Thaumic Horizons, of the latest build, because even with a fresh download I still got this problem.
crashed right as i finished loading with build 4 & 5
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 10/22/16 9:23 AM
Description: Initializing game
java.lang.RuntimeException: Invalid shaped ore recipe: C, R , C , C, null, R, 1xitem.at.mercurialrod@0, 1xitem.null@0
at thaumcraft.api.crafting.ShapedArcaneRecipe.<init>(ShapedArcaneRecipe.java:119)
at thaumcraft.api.ThaumcraftApi.addArcaneCraftingRecipe(ThaumcraftApi.java:171)
at net.ixios.advancedthaumaturgy.items.ItemMercurialWand.register(ItemMercurialWand.java:136)
at net.ixios.advancedthaumaturgy.AdvThaum.postInit(AdvThaum.java:265)
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:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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: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 thaumcraft.api.crafting.ShapedArcaneRecipe.<init>(ShapedArcaneRecipe.java:119)
at thaumcraft.api.ThaumcraftApi.addArcaneCraftingRecipe(ThaumcraftApi.java:171)
at net.ixios.advancedthaumaturgy.items.ItemMercurialWand.register(ItemMercurialWand.java:136)
at net.ixios.advancedthaumaturgy.AdvThaum.postInit(AdvThaum.java:265)
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:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
They run off the vanilla format, I am assuming you mean that the recipes would only work for that specific furnace?
If not there is a furnace config file already, be sure to give it a look.
yea, that's exactly what i mean. trying to make a custom macerator/pulverizer. i did look through it but didn't see anything related to different recipe sets or the speed of the furnace.
really awesome. i kept hoping that Lycaon would update it to 1.7.10 but sadly that never happened. hopefully the port from 1.7.2 isnt too difficult. i really look forward to its release.
0
what's the difference between 4.4.0 and 4.4.4 for minecraft 1.7.10?
0
would it be possible to keep the Meteorology and Time foci & just make it a config option to have them available?
0
got a bug here. using the lumos wand foci on a warded jar destroys the jar leaving no trace of the jar ever existing.
Lumos Foci Destroys Warded Jar
0
im running the 9.12.2.1 for 1.7.10 and unlocking emblems seem to be broken. every emblem unlock code says failure.
0
is this still being worked on?
0
cant say i can help you but it does look all correct from what i know. i've never actually done any self infusions yet. but could you tell me what mod has those arcane stones in the floor with the black, white & purple runes are from? id love to use them in a future build.
0
so what was removed between 1.1.6.4 and 7.0? i only notice the croissants & the void seed bearing warpwood tree is gone.
0
so im trying to make a furnace type block that replicates ic2's macerator. i got the block, gui & tile entity working just fine but trying to add recipes to its custom recipe list isn't working. it doesn't look like it gives an error anywhere but nothing "smelts" when i try to use the recipe i added. is there something im overlooking or is it a bug? here's the line of recipe script that doesn't seem to be working.
mod.addSmeltingRecipeFor("GSgrinder", "IC2:itemDust:4 4", "NetherOres:tile.netherores.ore.ore.0:2");
any help would be greatly appreciated!
0
your crash doesn't have anything to do with Thaumic Horizons. its a problem with LLibrary.
0
is it ok to give suggestions & ideas here?
0
it works, thank you. can't wait for a stable release.
0
crashed right as i finished loading with build 4 & 5
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 10/22/16 9:23 AM
Description: Initializing game
java.lang.RuntimeException: Invalid shaped ore recipe: C, R , C , C, null, R, 1xitem.at.mercurialrod@0, 1xitem.null@0
at thaumcraft.api.crafting.ShapedArcaneRecipe.<init>(ShapedArcaneRecipe.java:119)
at thaumcraft.api.ThaumcraftApi.addArcaneCraftingRecipe(ThaumcraftApi.java:171)
at net.ixios.advancedthaumaturgy.items.ItemMercurialWand.register(ItemMercurialWand.java:136)
at net.ixios.advancedthaumaturgy.AdvThaum.postInit(AdvThaum.java:265)
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:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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: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 thaumcraft.api.crafting.ShapedArcaneRecipe.<init>(ShapedArcaneRecipe.java:119)
at thaumcraft.api.ThaumcraftApi.addArcaneCraftingRecipe(ThaumcraftApi.java:171)
at net.ixios.advancedthaumaturgy.items.ItemMercurialWand.register(ItemMercurialWand.java:136)
at net.ixios.advancedthaumaturgy.AdvThaum.postInit(AdvThaum.java:265)
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:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_71, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 5637147312 bytes (5376 MB) / 6442450944 bytes (6144 MB) up to 6442450944 bytes (6144 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms6144m -Xmx6144m -XX:MaxPermSize=512m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
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.1614 211 mods loaded, 211 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJ mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJ FML{7.10.99.99} [Forge Mod Loader] (modpack.jar)
UCHIJ Forge{10.13.4.1614} [Minecraft Forge] (modpack.jar)
UCHIJ BugfixMod{2.5.0} [BugfixMod] (minecraft.jar)
UCHIJ appliedenergistics2-core{rv2-stable-5} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJ CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJ Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJ NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHIJ technomCore{0.12.5} [Technomancy Core] (minecraft.jar)
UCHIJ ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJ <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJ DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar)
UCHIJ bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UCHIJ Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCHIJ ChickenShed{1.1.3} [Chicken Shed] ([1.7.2] ChickenShed (v1.1.3).jar)
UCHIJ CoFHCore{1.7.10R3.0.4B1} [CoFH Core] (CoFHCore-[1.7.10]3.0.4B1-308.jar)
UCHIJ BuildCraft|Core{6.4.18} [BuildCraft] (buildcraft-6.4.18.jar)
UCHIJ BuildCraft|Transport{6.4.18} [BC Transport] (buildcraft-6.4.18.jar)
UCHIJ BuildCraft|Silicon{6.4.18} [BC Silicon] (buildcraft-6.4.18.jar)
UCHIJ BuildCraft|Builders{6.4.18} [BC Builders] (buildcraft-6.4.18.jar)
UCHIJ BuildCraft|Energy{6.4.18} [BC Energy] (buildcraft-6.4.18.jar)
UCHIJ BuildCraft|Factory{6.4.18} [BC Factory] (buildcraft-6.4.18.jar)
UCHIJ Additional-Buildcraft-Objects{MC1.7.10-BC6.4release2.9.3} [Additional Buildcraft Objects] (ABO-MC1.7.10-BC6.4-release2.9.3.jar)
UCHIJ additionalpipes{4.4.0} [Additional Pipes] (additionalpipes-4.4.0.jar)
UCHIJ IC2{2.2.796-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.796-experimental.jar)
UCHIJ ImmibisCore{59.1.1} [Immibis Core] (immibis-core-59.1.1.jar)
UCHIJ AdvancedRepulsionSystems{59.0.4} [Advanced Repulsion Systems] (adv-repulsion-systems-59.0.4.jar)
UCHIJ AdvancedMachines{1.1.6} [IC2 Advanced Machines Addon] (AdvancedMachinesAS-1.7.10 1.1.6.jar)
UCHIJ Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJ Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIE AdvancedThaumaturgy{2.0} [Advanced Thaumaturgy] (AdvancedThaumaturgy-2.0-1.7.10-5.jar)
UCHIJ antiqueatlas{4.2.7-1.7.10} [Antique Atlas] (antiqueatlas-4.2.7-1.7.10.jar)
UCHIJ AntiqueAtlasOverlay{1.2} [Antique Atlas Overlay] (AntiqueAtlasOverlay-1.7.10-1.2-4.2.7.jar)
UCHIJ appliedenergistics2{rv2-stable-5} [Applied Energistics 2] (appliedenergistics2-rv2-stable-5.jar)
UCHIJ aquacreeper{1.0b} [Aqua Creeper] (AquaCreeper-1.0b.jar)
UCHIJ atum{0.6} [Atum] (Atum-1.7.10-0.6.77.jar)
UCHIJ MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJ Automagy{0.28.2} [Automagy] (Automagy-1.7.10-0.28.2.jar)
UCHIJ backlytra{1.7.10-0.0.3} [Backlytra] (Backlytra-1.7.10-0.0.3.jar)
UCHIJ Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCHIJ bookshelf{1.0.4.187} [Bookshelf] (Bookshelf-1.7.10-1.0.4.187.jar)
UCHIJ betterboat{1.1.0} [Better Boat] (BetterBoat-1.7.10-1.1.0.jar)
UCHIJ BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
UCHIJ Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJ Natura{2.2.0} [Natura] (natura-1.7.10-125.6f5b7fc.jar)
UCHIJ Forestry{3.6.11.2} [Forestry for Minecraft] (forestry_1.7.10-3.6.11.2.jar)
UCHIJ BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCHIJ BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCHIJ blastcraft{1.7.9.3} [Blastcraft] (blastcraft-universal-1.7.10-1.7.9.3-build.jar)
UCHIJ bonetorch{0.0.1.20151209052122} [Bone Torch Mod] (BoneTorch-1.7.10-0.0.1b1-universal.jar)
UCHIJ BuildCraft|Compat{6.4.0} [BuildCraft Compat] (buildcraft-compat-6.4.2.jar)
UCHIJ Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
UCHIJ TwilightForest{2.3.5} [The Twilight Forest] (twilightforest-1.7.10-2.3.5.jar)
UCHIJ ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJ chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar)
UCHIJ CarpentersBlocks{3.3.8.1_dev_r1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.1_dev_r1 - MC 1.7.10.jar)
UCHIJ kegare.caveworld{1.9.7} [Caveworld] (Caveworld_1.7.10-v1.9.7.jar)
UCHIJ CharacterOnGui{1.0} [CharacterOnGui] (CharacterOnGui-1.7.10-1.3.jar.zip)
UCHIJ chococraft{4.1.4} [Clienthax's ChocoCraft] (ChocoCraft-4.1.4.jar)
UCHIJ chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.1d.jar)
UCHIJ compactkineticgenerators{1.7.10-1.0} [Compact Kinetic Wind and Water Generators] (CompactKineticGenerators-1.7.10-1.0.jar)
UCHIJ CompactSolars{4.4.39.315} [Compact Solar Arrays] (CompactSolars-1.7.10-4.4.39.315-universal.jar)
UCHIJ ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
UCHIJ cosmeticarmorreworked{1.7.10-v6b} [CosmeticArmorReworked] (CosmeticArmorReworked-1.7.10-v6b.jar)
UCHIJ CustomStuff2{0.11.29} [Custom Stuff 2] (zCustomStuff2-0.11.29-MC1.7.10.jar.zip)
UCHIJ ghoulstuff{1.0.0} [Ghoul's Stuff] (CS2_ghoulstuff)
UCHIJ DimensionalAnchors{59.0.3} [Dimensional Anchors] (dimensional-anchor-59.0.3.jar)
UCHIJ dimdoors{2.2.5-test9} [Dimensional Doors] (DimensionalDoors-2.2.5-test9.jar)
UCHIJ DummyCore{1.13} [DummyCore] (DummyCore1.13.jar)
UCHIJ dungeonpack{1.7.10-1.0} [Dungeon Pack] (dungeonpack-1.7.10-1.0.jar.zip)
UCHIJ EMT{1.2.5} [Electro-Magic Tools] (ElectroMagicTools-1.2.5[1.7.10].jar)
UCHIJ GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.403.jar)
UCHIJ Mekanism{8.1.7} [Mekanism] (Mekanism-1.7.10-8.1.7.252.jar)
UCHIJ EnderIO{1.7.10-2.3.0.390_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.390_beta.jar)
UCHIJ EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCHIJ EnderZoo{1.7.10-1.0.13.30} [Ender Zoo] (EnderZoo-1.7.10-1.0.13.30.jar)
UCHIJ ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
UCHIJ ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
UCHIJ enhancedportals{3.0.12} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.12.jar)
UCHIJ etfuturum{1.5.5} [Et Futurum] (Et Futurum-1.5.5.jar)
UCHIJ extracarts{1.7.10-1.0.0} [Extra Carts] (ExtraCarts-1.7.10-1.0.0.jar)
UCHIJ TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJ ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
UCHIJ factorization.notify{1.0} [Factorization Notification System] (Factorization-1.7.10-0.8.99d.jar)
UCHIJ factorization.dimensionalSlice{0.8.99d} [Factorization Dimensional Slices] (Factorization-1.7.10-0.8.99d.jar)
UCHIJ factorization{0.8.99d} [Factorization] (Factorization-1.7.10-0.8.99d.jar)
UCHIJ factorization.misc{0.8.99d} [Factorization Miscellaneous Nonsense] (Factorization-1.7.10-0.8.99d.jar)
UCHIJ fz.scrap{0.8.99d} [Scrap] (Factorization-1.7.10-0.8.99d.jar)
UCHIJ factorization.truth{0.8.99d} [Truth] (Factorization-1.7.10-0.8.99d.jar)
UCHIJ falsefire{1.0.1} [False Fire] (falsefire-1.0.1.jar)
UCHIJ FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHIJ fognerf{1.7.10-0.3} [Fog Nerf] (fognerf-1.7.10-0.4.jar)
UCHIJ ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-494.jar)
UCHIJ ForbiddenMagic{1.7.10-0.573} [Forbidden Magic] (Forbidden Magic-1.7.10-0.573.jar)
UCHIJ gadomancy{1.0.7.2} [Gadomancy] (gadomancy-1.7.10-1.0.7.2.jar)
UCHIJ GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.403.jar)
UCHIJ GardenContainers{1.7.10-1.7.0} [Garden Containers] (GardenStuff-1.7.10-1.7.0.jar)
UCHIJ GardenCore{1.7.10-1.7.0} [Garden Core] (GardenStuff-1.7.10-1.7.0.jar)
UCHIJ GardenStuff{1.7.10-1.7.0} [Garden Stuff] (GardenStuff-1.7.10-1.7.0.jar)
UCHIJ GardenTrees{1.7.10-1.7.0} [Garden Trees] (GardenStuff-1.7.10-1.7.0.jar)
UCHIJ GraveStone{2.16.1} [GraveStone] (GraveStone-2.16.1.jar)
UCHIJ GregsLighting{1.11.2} [Greg's Lighting] (GregsLighting-1.11.2-mc1.7.10.jar)
UCHIJ headcrumbs{1.7.3} [Headcrumbs] (Headcrumbs-1.7.3.jar)
UCHIJ IC2CA{1.14.5.06} [IndustrialCraft 2 Combo Armors] (ic2ca-1.7.10-1.14.5.06.jar)
UCHIJ IC2NuclearControl{2.4.1a} [Nuclear Control 2] (IC2NuclearControl-2.4.1a.jar)
UCHIJ LunatriusCore{1.1.2.16} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.16-universal.jar.zip)
UCHIJ InGameInfoXML{2.8.1.67} [InGame Info XML] (InGameInfoXML-1.7.10-2.8.1.67-universal.jar.zip)
UCHIJ InGameInfoXML|simplyjetpacksIntegration{2.8.1.67} [InGame Info XML - Simply Jetpacks Integration] (InGameInfoXML-1.7.10-2.8.1.67-universal.jar.zip)
UCHIJ InGameInfoXML|ThaumcraftIntegration{2.8.1.67} [InGame Info XML - Thaumcraft Integration] (InGameInfoXML-1.7.10-2.8.1.67-universal.jar.zip)
UCHIJ inventorytweaks{1.59-dev-156-af3bc68} [Inventory Tweaks] (InventoryTweaks-1.59-dev-156.jar)
UCHIJ IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJ lootplusplus{0.19_for_1.7} [Loot++] (Loot++-0.19_for_1.7.jar)
UCHIJ LostBooks{1.2.2} [Lost Books] (LostBooks-1.7.10-1.2.2.jar)
UCHIJ magianaturalis{0.1.5b} [Magia Naturalis] (MagiaNaturalis-1.7.10-0.1.5b.jar)
UCHIJ magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.10_0.1.jar.zip)
UCHIJ mdeco{0.3.5} [Magical Decorations] (MagicalDecorations-0.3.5.jar)
UCHIJ RedstoneArsenal{1.7.10R1.1.1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.1-89.jar)
UCHIJ MagicBees{1.7.10-2.3.6} [Magic Bees] (magicbees-1.7.10-2.3.6.jar)
UCHIJ MagicCookie{1.0.7.1} [Magic Cookies, something yummy] (MagicCookies-1.0.7.1.jar)
UCHIJ MekanismGenerators{8.1.7} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.7.252.jar)
UCHIJ MekanismTools{8.1.7} [MekanismTools] (MekanismTools-1.7.10-8.1.7.252.jar)
UCHIJ is_mtc{1.6B} [Mine Trading Cards] (Mine Trading Cards-1.6B.jar)
UCHIJ MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatMagicalCrops{1.0beta} [MFR Compat: Magical Crops] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ Mystcraft{0.12.3.02} [Mystcraft] (mystcraft-1.7.10-0.12.3.02.jar)
UCHIJ MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MrTJPCoreMod{1.0.8.16} [MrTJPCore] (MrTJPCore-1.0.8.16-universal.jar)
UCHIJ ProjRed|Core{4.6.2.82} [ProjectRed] (ProjectRed-1.7.10-4.6.2.82-Base.jar)
UCHIJ ProjRed|Exploration{4.6.2.82} [ProjectRed-Exploration] (ProjectRed-1.7.10-4.6.2.82-World.jar)
UCHIJ MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ minestones{1.7.10-MS1.0.2} [Minestones] (minestones-1.7.10-MS1.0.2.jar)
UCHIJ MineTweaker3{3.0.9B} [MineTweaker 3] (zMineTweaker3-1.7.10-3.0.9C.jar)
UCHIJ MoarSigns{1.2.4} [MoarSigns] (MoarSigns-1.7.10-1.2.4.jar)
UCHIJ mochickens{1.6.2} [Mo Chickens] (MoChickens-1.7.10-1.6.2.jar)
UCHIJ modelcitizens{1.0.1} [Model Citizens] (ModelCitizens-mc1.7.10-1.0.1.jar)
UCHIJ movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1.jar.zip)
UCHIJ MusicFix{0.2} [Music Fix] (MusicFix-0.2.zip)
UCHIJ NEIAddons{1.12.12.37} [NEI Addons] (neiaddons-1.12.12.37-mc1.7.10.jar)
UCHIJ NEIAddons|Developer{1.12.12.37} [NEI Addons: Developer Tools] (neiaddons-1.12.12.37-mc1.7.10.jar)
UCHIJ NEIAddons|AppEng{1.12.12.37} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.12.37-mc1.7.10.jar)
UCHIJ NEIAddons|Botany{1.12.12.37} [NEI Addons: Botany] (neiaddons-1.12.12.37-mc1.7.10.jar)
UCHIJ NEIAddons|Forestry{1.12.12.37} [NEI Addons: Forestry] (neiaddons-1.12.12.37-mc1.7.10.jar)
UCHIJ NEIAddons|CraftingTables{1.12.12.37} [NEI Addons: Crafting Tables] (neiaddons-1.12.12.37-mc1.7.10.jar)
UCHIJ NEIAddons|ExNihilo{1.12.12.37} [NEI Addons: Ex Nihilo] (neiaddons-1.12.12.37-mc1.7.10.jar)
UCHIJ neiintegration{1.0.12} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.12.jar)
UCHIJ NetherOres{1.7.10R2.3.0RC4} [Nether Ores] (NetherOres-[1.7.10]2.3.0RC4-4.jar)
UCHIJ nhlib{2.0.11} [NHAVE's Library] (nhlib-1.7.10-2.0.11.jar)
UCHIJ nhwrench{3.1.6} [NHAVE's OmniWrench V3] (nhwrench-1.7.10-3.1.6.jar)
UCHIJ nhintegration{1.0.12} [NHWRENCH Integrations] (nhintegration-1.7.10-1.0.12.jar)
UCHIJ bt{1.0.2} [NotEnoughThaumcraftTabs] (NotEnoughThaumcraftTabs-1.0.2.jar)
UCHIJ OreSpider{2.2.0} [Ore Spider Mod] (OreSpider-mc1.7.10-2.2.0.jar)
UCHIJ playerrugs{0.0.1} [Player Rugs] (PlayerRugs-1.7.10-1.1.2.jar)
UCHIJ PowerConverters{1.7.10_3.3.0-jenkins.76} [Power Converters] (PowerConverters-1.7.10_3.3.0-jenkins.76.jar)
UCHIJ primitivemobs{1.0} [Primitive Mobs] (primitivemobs-1.0c-1.7.10.jar.zip)
UCHIJ projectbench{0.5.0} [Project Bench Updated] (ProjectBench-Update-1.7.10-0.5.jar)
UCHIJ ProjectE{1.7.10-PE1.10.0} [ProjectE] (ProjectE-1.7.10-PE1.10.0.jar)
UCHIJ ProjRed|Transmission{4.6.2.82} [ProjectRed-Transmission] (ProjectRed-1.7.10-4.6.2.82-Integration.jar)
UCHIJ ProjRed|Transportation{4.6.2.82} [ProjectRed-Transportation] (ProjectRed-1.7.10-4.6.2.82-Mechanical_beta.jar)
UCHIJ ProjRed|Compatibility{4.6.2.82} [ProjectRed-Compatibility] (ProjectRed-1.7.10-4.6.2.82-Compat.jar)
UCHIJ ProjRed|Integration{4.6.2.82} [ProjectRed-Integration] (ProjectRed-1.7.10-4.6.2.82-Integration.jar)
UCHIJ ProjRed|Illumination{4.6.2.82} [ProjectRed-Illumination] (ProjectRed-1.7.10-4.6.2.82-Lighting.jar)
UCHIJ ProjRed|Expansion{4.6.2.82} [ProjectRed-Expansion] (ProjectRed-1.7.10-4.6.2.82-Mechanical_beta.jar)
UCHIJ railcraft_cos{1.7.2} [Railcraft Cosmetic Additions] (Railcraft_Cosmetics-1.7.10-v1.7.2.jar)
UCHIJ RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
UCHIJ ReCubed{ANT:VERSION} [ReCubed] (ReCubed 1.1-4.jar)
UCHIJ RefinedRelocation{1.1.12} [Refined Relocation] (RefinedRelocation-mc1.7.10-1.1.12.jar)
UCHIJ ResourceLoader{1.2} [Resource Loader] (ResourceLoader-1.2.jar)
UCHIJ secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar)
UCHIJ shipwrecks{1.7.0} [Shipwrecks!] (shipwrecks-1.7.10-1.7.1.jar)
UCHIJ SlimeCarnage{1.0.4} [Slime Carnage] (SlimeCarnage-1.0.4.jar)
UCHIJ symcalc{0.14} [Symcalc] (symcalc-0.14.jar)
UCHIJ TaintedMagic{1.1.6.4} [Tainted Magic] (TaintedMagic-1.1.6.4.jar)
UCHIJ tcnodetracker{1.1.1} [TC Node Tracker] (tcnodetracker-1.7.10-1.1.1.jar)
UCHIJ TU{1.0} [Thaumic Upholstry] (Thaumic_Upholstery-1.2_1.7.10.jar)
UCHIJ thaumicbases{1.3.1710.2} [Thaumic Bases] (ThaumicBases-1.3.1710.4.jar)
UCHIJ thaumicenergistics{0.8.10.10} [Thaumic Energistics] (thaumicenergistics-0.8.10.10.jar)
UCHIJ ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-52.jar)
UCHIJ ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
UCHIJ ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCHIJ TMechworks{0.2.14.100} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.100.jar)
UCHIJ treeores{5.5} [treeores] (TreeOresMod-1.7.10-5.5.jar)
UCHIJ underphangables{1.0.1} [Underp Hangables] (underphangables-1.7.10-1.0.1.jar)
UCHIJ UsefulFood{1.4.5} [UsefulFood] (UsefulFood-1.7.10-1.4.5.jar.zip)
UCHIJ vending{1.2.3} [vending] (vending-v1.2.3.jar)
UCHIJ WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCHIJ wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
UCHIJ weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
UCHIJ worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
UCHIJ WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJ WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJ WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJ modtweaker2{0.7} [Mod Tweaker 2] (zModTweaker 2-0.7.5.jar)
UCHIJ McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJ technom{0.12.5} [Technomancy] (Technomancy - 0.12.5 - 1.7.10.jar)
UCHIJ ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 358.91' Renderer: 'GeForce GTX 970/PCIe/SSE2'
CoFHCore: -[1.7.10]3.0.4B1-308
AE2 Version: stable rv2-stable-5 for Forge 10.13.2.1291
MineFactoryReloaded: -[1.7.10]2.8.0-104
Mantle Environment: Environment healthy.
ThermalFoundation: -[1.7.10]1.2.0-102
ThermalExpansion: -[1.7.10]4.0.3B1-218
TConstruct Environment: Environment healthy.
RedstoneArsenal: -[1.7.10]1.1.1-89
NetherOres: Lacking version information.
ThermalDynamics: -[1.7.10]1.1.0-161
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:ON, 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.1614-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.5.0 NVIDIA 358.91, 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: []
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)
0
yea, that's exactly what i mean. trying to make a custom macerator/pulverizer. i did look through it but didn't see anything related to different recipe sets or the speed of the furnace.
0
would it be possible to add a custom set of recipes to custom furnaces added by loot++? running 1.7.10 btw.
0
really awesome. i kept hoping that Lycaon would update it to 1.7.10 but sadly that never happened. hopefully the port from 1.7.2 isnt too difficult. i really look forward to its release.