• 0

    posted a message on Stacksize

    Quick question, it's not clearly stated anywhere on the mod page if we're allowed to use this mod in our modpacks. Due to this, Technic and CurseForge are getting annoyed at me using it w/o permission (due to the Apache license saying All Rights Reserved). Do I have permission to use this in your modpack? If yes or no, it might be worth the effort in making a modpack statement on the CurseForge.


    Yes, you can include this mod in a modpack.
    Thanks for the suggestion too. I added a section allowing others to include this mod in their mod packs too.
    Posted in: Minecraft Mods
  • 0

    posted a message on AutoWalk
    Quote from InterPlay02»

    In 1.12.2 version of this mod I know I can keep walking even with my inventory onpened (After I press the altowalk key).

    This is possible in 1.7.10? If not, can you make it to be possible? This is a really good feature of this mod.

    I really like it! The whole mod itself!


    Really good work.


    Glad you like it. Thank you for the compliments!

    The latest autowalk-1.7.10-1.1.jar should now have the autowalk keeps walking with inventory open feature (assuming the game isn't paused... like in singleplayer some menus pause the game). Let me know if it is stopping you in any inventory menus.
    Posted in: Minecraft Mods
  • 0

    posted a message on AutoWalk
    Quote from YUKKKKCY»

    When I go to Curse.com the download dosent work.


    Are you still having issues?
    If you are still having issues maybe try the "Other Downloads" section and then select the version you want.

    https://mods.curse.com/mc-mods/minecraft/247759-autowalk#t1:other-downloads
    Posted in: Minecraft Mods
  • 0

    posted a message on AutoWalk
    Quote from Atricos»

    Hey wwrpg!

    I was wondering if I could ask for a permission to use your mod in a modpack that I'm creating.


    It's called Divine Journey, you can find a descrpition and pictures of it here:

    http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/mod-packs/2785708-divine-journey-1-0-still-need-mod-author


    And more information here:

    http://www.technicpack.net/modpack/divinejourney.954330


    Cheers,

    Atricos


    Sure!
    Looks fun
    Posted in: Minecraft Mods
  • 0

    posted a message on Stacksize

    The stacksize mod does a lookup on the name or item ID number, so you could try the ID and see if it works. I've always preferred the item name, because it tends to be more static while the Item ID can change as more mods are added to forge later.

    // itemName is the value in the stacksize config.
    Item.getByNameOrId(itemName);

    So "apple" or "260" would work

    Posted in: Minecraft Mods
  • 0

    posted a message on Stacksize
    Quote from Optimus1213»

    I want to make the modpack I'm playing harder. Is there a way for me to make it so that nothing stacks higher than 16 or would I have to manually change the stack size for every individual item in the modpack?


    There is already things that stack to 1, 4, and 16, but I just want to make it so that there is nothing higher than that.


    And just a question, (I haven't tested this) but would this still work with Applied Energistics? Or would that break everything.


    Unfortunately there is no "change all stackeable" items option currently. It wouldn't be too hard to add... like everything that has a stacksize of 2 or more, the mod would auto include in its list of items to update.

    Currently this mod changes the stacksize of only the items defined in the stacksize.cfg file. So you can change the max stacksize of every item to 16, but you would have to add every item into that stacksize.cfg file including items added by other mods.
    • stone
    • iron
    • arrow
    • torch
    • etc

    For the Applied Energistics, you can add any item to the stacksize.cfg from other mods. If the item is not currently stackable, making it stackable may cause undefined behavior (i.e. using 1 deletes the whole stack). But if you wish to decrease the max stacksize of items that go to 64 to 16 instead, this should work fine.

    Posted in: Minecraft Mods
  • 0

    posted a message on AutoWalk
    Quote from 099099099099»

    Will you be updating this mod?



    Uploading a 1.11 version now

    I still want to look into auto pick/mine/shovel as you walk.

    Posted in: Minecraft Mods
  • 0

    posted a message on AutoWalk
    Quote from 099099099099»

    Great mod.


    Have you considered adding an auto-tool function to the auto-pick? So it switches to the correct tool for the job as you mine.


    That isn't a bad idea...
    Like have a pick, axe, and shovel in your hotbar... and depending on the block, it auto-switches to that item.
    I'll have to look into that. That would be handy...
    Posted in: Minecraft Mods
  • 0

    posted a message on Stacksize

    Uploaded a new 1.10.2 version that does not include the potions in the stacksize.cfg by default.


    If there is an existing stacksize.cfg already present, either the potion item needs to be removed or just remove the whole file to regenerate a new config. This will allow potions to be used in the Brewing stand and behave like normal (without being stackable).


    Of course, you can still add potions back into the stacksize.cfg at any time... but then they won't work in the Brewing stand... until I can come up with a fix that is...

    Posted in: Minecraft Mods
  • 0

    posted a message on Stacksize

    I have not yet. I was hoping I could find a fix for the Brewing stand to allow stackable potions, but it is more tricky then I thought.


    I'll remove the potions from the default list and upload a new 1.10 version soon.

    In the mean time, you can just remove potions by editing the stacksize.cfg and remove potions from the list.

    Posted in: Minecraft Mods
  • 0

    posted a message on Stacksize
    Quote from VresiBerba»

    Latest i.e. 1.10.2. The water potions just don't go into the brewing stand, at all, never mind in stacks.


    Yeah, I see the problem. Good catch!
    I'll remove potions from the 1.10 since it isn't supported at this time.

    Looks like the new brewing stand in minecraft only allows potions with a max stacksize of 1.
    I'll see if I can update this mod to allow stackable potions in 1.10... but it might be awhile.

    Posted in: Minecraft Mods
  • 0

    posted a message on Stacksize
    Quote from VresiBerba»

    I can't put water bottles into the Brewing Stand using this mod. They just won't go in there.


    What version? I have not tested the 1.9 or 1.10 with the brewing stands yet, but I know it works with the 1.7.10 version. I'll try it out tonight.

    I do know with this mod, the brewing stand only allows 1 water bottle in each potion slot similar to vanilla.
    Posted in: Minecraft Mods
  • 0

    posted a message on Stacksize
    Quote from cattrfly»

    Great, thanks! Let me know if there's anything you need from me: logs, saves, etc.

    Just uploaded a new 1.10 Stacksize that should have the bucket crash fixed. Let me know if you still get a crash or weird buckets stacking.
    Posted in: Minecraft Mods
  • 0

    posted a message on Stacksize
    Quote from cattrfly»

    I've had a couple of issues since adding this mod. First one involved using a bucket to transfer lava from a Deep Resonance tank to an Ender IO tank - when I right-clicked the full bucket of lava on the Ender IO tank an undetermined number of stacks of lava buckets appeared from nowhere, filling my inventory and bobbing around on the ground. I can't say that this was definitely caused by Stacksize since I can't find any mention of the weird occurrence in the logs, but since lava buckets don't normally stack & this was the only new mod I'd added I thought there was a good chance the two things were related. I can provide game logs or a copy of my save from when this happened if needed. I ended up reverting to an earlier save backup, and the problem hasn't yet repeated.


    The second issue I had was crashing when I tried to empty a bucket of water into a lake. This happened 3 times, and stopped when I disabled Stacksize, which is mentioned in the crash log attached below. I hope you're able to figure out the problem so I can use the mod again - I find non-stacking & limited stack size items extremely annoying. ;) Thanks!


    ---- Minecraft Crash Report ----

    WARNING: coremods are present:
    IC2core (industrialcraft-2-2.6.16-ex110.jar)
    LoadingPlugin (RandomThings-MC1.10-3.7.4.jar)
    EnderCorePlugin (EnderCore-1.10.2-0.4.1.41-beta.jar)
    MDECore-Core (mdecore-1.10.2-1.0.jar)
    LoadingPlugin (Quark-beta-46.jar)
    FMLPlugin (InventoryTweaks-1.61-58.jar)
    CoreMod (Aroma1997Core-1.9.4-1.1.0.3.jar)
    ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)
    Contact their authors BEFORE contacting forge

    // Ouch. That hurt :(

    Time: 7/24/16 3:53 AM
    Description: Unexpected error

    java.lang.NullPointerException: Unexpected error
    at stacksize.MattsEvent.onUseBucket(MattsEvent.java:47)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_884_MattsEvent_onUseBucket_FillBucketEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
    at net.minecraftforge.event.ForgeEventFactory.onBucketUse(ForgeEventFactory.java:334)
    at net.minecraft.item.ItemBucket.func_77659_a(ItemBucket.java:40)
    at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:162)
    at net.minecraft.client.multiplayer.PlayerControllerMP.func_187101_a(PlayerControllerMP.java:495)
    at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1544)
    at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2184)
    at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:1961)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1749)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    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:498)
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
    at org.multimc.EntryPoint.listen(EntryPoint.java:170)
    at org.multimc.EntryPoint.main(EntryPoint.java:54)

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

    -- Head --
    Thread: Client thread
    Stacktrace:
    at stacksize.MattsEvent.onUseBucket(MattsEvent.java:47)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_884_MattsEvent_onUseBucket_FillBucketEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
    at net.minecraftforge.event.ForgeEventFactory.onBucketUse(ForgeEventFactory.java:334)
    at net.minecraft.item.ItemBucket.func_77659_a(ItemBucket.java:40)
    at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:162)
    at net.minecraft.client.multiplayer.PlayerControllerMP.func_187101_a(PlayerControllerMP.java:495)
    at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1544)
    at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2184)
    at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:1961)

    -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [PlayerOverride['FractiousAngel'/229, l='MpServer', x=215.49, y=63.00, z=1503.72]]
    Chunk stats: MultiplayerChunkCache: 625, 625
    Level seed: 0
    Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
    Level generator options:
    Level spawn location: World: (184,64,252), Chunk: (at 8,4,12 in 11,15; contains blocks 176,0,240 to 191,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 4087582 game time, 4316661 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: 29 total; [EntityBat['Bat'/599565, l='MpServer', x=163.95, y=47.26, z=1454.66], EntitySquid['Squid'/590481, l='MpServer', x=194.15, y=58.82, z=1499.00], EntityItem['item.item.dyePowder.black'/560036, l='MpServer', x=177.23, y=60.00, z=1489.29], EntityOwl['Owl'/281385, l='MpServer', x=219.49, y=70.00, z=1515.58], EntityBat['Bat'/597689, l='MpServer', x=204.74, y=30.23, z=1550.30], EntityOwl['Owl'/287926, l='MpServer', x=177.52, y=70.00, z=1521.51], EntityBat['Bat'/596656, l='MpServer', x=293.62, y=35.09, z=1503.66], EntityBat['Bat'/584499, l='MpServer', x=206.63, y=47.69, z=1496.20], EntityBat['Bat'/596658, l='MpServer', x=142.84, y=19.98, z=1480.60], EntityItem['item.item.owlEgg'/600119, l='MpServer', x=234.65, y=80.00, z=1569.04], EntitySheep['Sheep'/278212, l='MpServer', x=268.50, y=67.00, z=1547.50], EntitySheep['Sheep'/278213, l='MpServer', x=266.89, y=67.00, z=1550.45], EntitySheep['Sheep'/278214, l='MpServer', x=268.50, y=67.00, z=1549.50], EntitySheep['Sheep'/278215, l='MpServer', x=263.46, y=68.00, z=1554.35], EntitySheep['Sheep'/278220, l='MpServer', x=268.50, y=70.00, z=1503.50], EntityBat['Bat'/599747, l='MpServer', x=218.64, y=49.82, z=1525.20], PlayerOverride['FractiousAngel'/229, l='MpServer', x=215.49, y=63.00, z=1503.72], EntitySheep['Sheep'/278217, l='MpServer', x=269.50, y=69.00, z=1504.50], EntityBat['Bat'/597700, l='MpServer', x=284.46, y=47.52, z=1569.18], EntitySheep['Sheep'/278218, l='MpServer', x=266.50, y=70.00, z=1504.50], EntitySheep['Sheep'/278219, l='MpServer', x=266.50, y=69.00, z=1501.50], EntityBat['Bat'/592217, l='MpServer', x=200.48, y=40.01, z=1453.59], EntityBat['Bat'/597352, l='MpServer', x=153.60, y=39.81, z=1449.18], EntityBat['Bat'/595179, l='MpServer', x=205.71, y=35.40, z=1475.14], EntitySheep['Sheep'/278887, l='MpServer', x=253.50, y=71.00, z=1501.50], EntitySheep['Sheep'/278888, l='MpServer', x=253.50, y=70.00, z=1500.50], EntitySheep['Sheep'/278889, l='MpServer', x=251.50, y=73.00, z=1502.50], EntitySheep['Sheep'/278890, l='MpServer', x=253.50, y=70.00, z=1500.50], EntityBat['Bat'/595062, l='MpServer', x=163.08, y=44.21, z=1530.89]]
    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:496)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:400)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    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:498)
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
    at org.multimc.EntryPoint.listen(EntryPoint.java:170)
    at org.multimc.EntryPoint.main(EntryPoint.java:54)

    -- System Details --
    Details:
    Minecraft Version: 1.10.2
    Operating System: Mac OS X (x86_64) version 10.11.5
    Java Version: 1.8.0_91, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 536151056 bytes (511 MB) / 4702863360 bytes (4485 MB) up to 4702863360 bytes (4485 MB)
    JVM Flags: 2 total; -Xms1024m -Xmx4608m
    IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104
    FML: MCP 9.32 Powered by Forge 12.18.1.2018 Optifine OptiFine_1.10.2_HD_U_C1 117 mods loaded, 116 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.19} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2018-universal.jar)
    UCHIJAAAA Forge{12.18.1.2018} [Minecraft Forge] (forge-1.10.2-12.18.1.2018-universal.jar)
    UCHIJAAAA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.0.3.jar)
    UCHIJAAAA actuallyadditions{1.10.2-r55} [Actually Additions] (ActuallyAdditions-1.10.2-r55.jar)
    UCHIJAAAA ambientsounds{1.1.1} [AmbientSounds] (AmbientSounds v1.1.3 mc1.9.4.jar)
    UCHIJAAAA Aroma1997CoreHelper{1.1.0.3} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.0.3.jar)
    UCHIJAAAA AromaBackup{1.0.1.1} [AromaBackup] (AromaBackup-1.9.4-1.0.1.1.jar)
    UCHIJAAAA AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.9.4-1.0.1.1.jar)
    UCHIJAAAA mdecore{1.10.2-1.0} [MattDahEpic Core] (mdecore-1.10.2-1.0.jar)
    UCHIJAAAA autooredictconv{1.10.2-1.0} [Auto Ore Dictionary Converter] (autooredictconv-1.10.2-1.0.jar)
    UCHIJAAAA basemetals{2.3.2} [Base Metals] (BaseMetals_1.9.4-2.3.2.6.jar)
    UCHIJAAAA Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
    UCHIJAAAA bdlib{1.12.1.6} [BD Lib] (bdlib-1.12.1.6-mc1.10.2.jar)
    UCHIJAAAA BetterSprinting{1.1.5} [Better Sprinting] (BetterSprinting MC-1.10 v1.1.5.jar)
    UCHIJAAAA BiomesOPlenty{4.1.0.2052} [Biomes O' Plenty] (BiomesOPlenty-1.9.4-4.1.0.2052-universal.jar)
    UCHIJAAAA guideapi{@VERSION@} [Guide-API] (Guide-API-1.9.4-2.0.0-38.jar)
    UCHIJAAAA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.0.1.jar)
    UCHIJAAAA JEI{3.7.7.233} [Just Enough Items] (jei_1.10.2-3.7.7.233.jar)
    UCHIJAAAA BloodMagic{1.9.4-2.0.3-53} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.3-53.jar)
    UCHIJAAAA bookshelf{1.3.0.282} [Bookshelf] (Bookshelf-1.10.2-1.3.0.282.jar)
    UCHIJAAAA bookshelfapi{3.1.0} [Bookshelf] (Bookshelf-API-1.9.4-3.1.0.jar)
    UCHIJAAAA Botania{r1.8-313} [Botania] (Botania-unofficial.r1.8-313.jar)
    UCHIJAAAA Chameleon{1.9.4-2.1.6} [Chameleon] (Chameleon-1.9.4-2.1.6.jar)
    UCHIJAAAA mcmultipart{1.2.0} [MCMultiPart] (MCMultiPart-1.2.0-universal.jar)
    UCHIJAAAA CharsetLib{0.3.0-pre12} [‽] (Charset-0.3.0-pre12.jar)
    UCHIJAAAA CharsetAudio{0.3.0-pre12} [♫] (Charset-0.3.0-pre12.jar)
    UCHIJAAAA CharsetCarts{0.3.0-pre12} (Charset-0.3.0-pre12.jar)
    UCHIJAAAA CharsetDecoration{0.3.0-pre12} [�?] (Charset-0.3.0-pre12.jar)
    UCHIJAAAA CharsetDrama{0.3.0-pre12} [!] (Charset-0.3.0-pre12.jar)
    UCHIJAAAA CharsetFarming{0.3.0-pre12} [;] (Charset-0.3.0-pre12.jar)
    UCHIJAAAA CharsetGates{0.3.0-pre12} [&] (Charset-0.3.0-pre12.jar)
    UCHIJAAAA CharsetPipes{0.3.0-pre12} [|] (Charset-0.3.0-pre12.jar)
    UCHIJAAAA CharsetStorage{0.3.0-pre12} [#] (Charset-0.3.0-pre12.jar)
    UCHIJAAAA CharsetTweaks{0.3.0-pre12}
    (Charset-0.3.0-pre12.jar)
    UCHIJAAAA CharsetWires{0.3.0-pre12} [+] (Charset-0.3.0-pre12.jar)
    UCHIJAAAA CharsetWrench{0.3.0-pre12} [/] (Charset-0.3.0-pre12.jar)
    UCHIJAAAA chisel{MC1.9.4-0.0.6.33} [Chisel] (Chisel-MC1.9.4-0.0.6.33.jar)
    UCHIJAAAA chiselsandbits{11.6} [Chisels & Bits] (chiselsandbits-11.6.jar)
    UCHIJAAAA cookingforblockheads{3.1.26} [Cooking for Blockheads] (CookingForBlockheads-mc1.9.4-3.1.26.jar)
    UCHIJAAAA covers{0.3.0.4} [Simple Covers] (covers-0.3.0.4-mc1.10.2.jar)
    UCHIJAAAA MineTweaker3{3.0.10} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.10.jar)
    UCHIJAAAA ElecCore{1.5.292} [ElecCore] (ElecCore-1.9.4-1.5.292.jar)
    UCHIJAAAA deepresonance{1.2.0beta35} [DeepResonance] (deepresonance-1.9.4-1.2.0beta35.jar)
    UCHIJAAAA poweradvantage{2.2.1} [Power Advantage] (PowerAdvantage_1.9.4-2.2.1.jar)
    UCHIJAAAA electricadvantage{2.1.0} [Electric Advantage] (ElectricAdvantage_1.9-2.1.0.jar)
    UCHIJAAAA EnderBags{2.0.1} [EnderBags] (EnderBags-1.9.4-2.0.0.jar)
    UCHIJAAAA endercore{1.10.2-0.4.1.41-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.41-beta.jar)
    UCHIJAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
    UCHIJAAAA EnderIO{1.10.2-3.0.1.75_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.75_beta.jar)
    UCHIJAAAA shetiphiancore{3.3.0} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.0.jar)
    UCHIJAAAA endertanks{1.4.1} [EnderTanks] (endertanks-1.10.0-1.4.1.jar)
    UCHIJAAAA EnderZoo{1.10-1.2.3.43} [Ender Zoo] (EnderZoo-1.10-1.2.3.43.jar)
    UCHIJAAAA expandablebackpack{1.0} [Expandable Backpacks] (expandableBackpacks1.1.5-1.10.2.jar)
    UCHIJAAAA ezstorage{2.2.0} [EZStorage 2] (ezstorage-2.2.0.jar)
    UCHIJAAAA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
    UCHIJAAAA flatcoloredblocks{mc1.10-v4.1} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.1.jar)
    UCHIJAAAA IC2{2.6.16-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.16-ex110.jar)
    UCHIJAAAA forestry{5.2.3.212} [Forestry] (forestry_1.10.2-5.2.3.212.jar)
    UCHIJAAAA pressure{1.3.1.6} [Pressure Pipes] (pressure-1.3.1.6-mc1.10.2.jar)
    UCHIJAAAA advgenerators{0.9.20.9} [Advanced Generators] (generators-0.9.20.9-mc1.10.2.jar)
    UCHIJAAAA fishing{1.4} [Fishing Net Mod] (GiacomosFishingNet1.9.4-1.4.jar)
    UCHIJAAAA hopperducts{1.4.7} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.7.jar)
    UCHIJAAAA shadowmc{3.4.2} [ShadowMC] (ShadowMC-1.10.2-3.4.2.jar)
    UCHIJAAAA Tesla{1.2.1.40} [TESLA] (Tesla-1.10.2-1.2.1.40.jar)
    UCHIJAAAA InductionCharger{1.1.0} [Induction Charger] (InductionCharger-1.10.2-1.1.0.jar)
    UCHIJAAAA InventoryPets{1.4.8} [Inventory Pets] (inventorypets-1.10-1.4.8.jar)
    UCHIJAAAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
    UCHIJAAAA IronChest{7.0.7.795} [Iron Chest] (ironchest-1.10.2-7.0.7.795.jar)
    UCHIJAAAA journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar)
    UCHIJAAAA jeresources{0.4.6.42} [Just Enough Resources] (JustEnoughResources-1.10.2-0.4.6.42.jar)
    UCHIJAAAA llor{1.1.0-mc[1.9-1.10.2]} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.0-mc[1.9-1.10.2].jar)
    UCHIJAAAA LunatriusCore{1.1.2.36} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.36-universal.jar)
    UCHIJAAAA mantle{1.10-0.10.3.jenkins156} [Mantle] (Mantle-1.10-0.10.3.jar)
    UCHIJAAAA modtweaker2{2.0.0} [Mod Tweaker 2] (ModTweaker2-2.0.0.jar)
    UCHIJAAAA Morphtool{GRADLE:VERSION-GRADLE:BUILD} [Morph-o-Tool] (Morph-o-Tool-1.0-5.jar)
    UCHIJAAAA Neat{1.3-11} [Neat] (Neat 1.3-11.jar)
    UCHIJAAAA tconstruct{1.10-2.3.3a.jenkins271} [Tinkers' Construct] (TConstruct-1.10-2.3.3a.jar)
    UCHIJAAAA neotech{3.1.0} [NeoTech] (NeoTech-1.9.4-3.1.0.jar)
    UCHIJAAAA notenoughwands{1.3.5} [Not Enough Wands] (notenoughwands-1.9.4-1.3.5.jar)
    UCHIJAAAA OpenComputers{1.6.0.2-beta.4} [OpenComputers] (OpenComputers-MC1.10-1.6.0.2-beta.4.jar)
    UCHIJAAAA orespawn{1.0.3} [Ore Spawn] (OreSpawn_1.9.4-1.0.3.jar)
    UCHIJAAAA packingtape{0.5.2} [Packing Tape] (PackingTape-1.9.4-0.5.2.jar)
    UCHIJAAAA harvestcraft{1.9.4-pre} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2a.jar)
    UCHIJAAAA progressiveautomation{1.6.48} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.48.jar)
    UCHIJAAAA Psi{r1.0-36} [Psi] (Psi-r1.0-36.jar)
    UCHIJAAAA quantumflux{2.0.7} [QuantumFlux] (quantumflux-1.9.4-2.0.7.jar)
    UCHIJAAAA Quark{beta-46} [Quark] (Quark-beta-46.jar)
    UCHIJAAAA RandomUtilities{3.1.1} [Random Utilities] (Random Utilities-1.9.4-3.1.1-2.jar)
    UCHIJAAAA randomthings{3.7.4} [Random Things] (RandomThings-MC1.10-3.7.4.jar)
    UCHIJAAAA reborncore{2.5.5.3} [RebornCore] (RebornCore-1.10.2-2.5.5.3-universal.jar)
    UCHIJAAAA reborncore-mcmultipart{2.5.5.3} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.5.5.3-universal.jar)
    UCHIJAAAA recycler{1.3} [Corail Recycleur] (recycler-1.3.1-1.9.4.jar)
    UCHIJAAAA StorageDrawers{1.9.4-3.2.1} [Storage Drawers] (StorageDrawers-1.9.4-3.2.1.jar)
    UCHIJAAAA refinedstorage{0.8.12} [Refined Storage] (refinedstorage-0.8.12.jar)
    UCHIJAAAA xreliquary{1.10.2-1.3.2.434} [Reliquary] (Reliquary-1.10.2-1.3.2.434.jar)
    UCHIJAAAA rftools{5.06} [RFTools] (rftools-1.10-5.06.jar)
    UCHIJAAAA Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
    UCHIJAAAA AS_Ruins{16.2} [Ruins Spawning System] (Ruins-1.10.2.jar)
    UCHIJAAAA scenter{1.10.2-3.8.0} [Scenter] (scenter-1.10.2-3.8.0.jar)
    UCHIJAAAA SilentLib{1.0.11} [Silent Lib] (SilentLib-1.9.4-1.0.11-19.jar)
    UCHIJAAAA SilentGems{2.0.23} [Silent's Gems] (SilentsGems-1.10.2-2.0.23-52.jar)
    UCHIJAAAA SleepingBag{1.2.1} [Sleeping Bag] (SleepingBag-1.9.4-1.2.1.jar)
    UCHIJAAAA Stacksize{1.0} [Stacksize Mod] (stacksize-1.10.2-1.1.jar)
    UCHIJAAAA techreborn{1.3.4.11} [TechReborn] (TechReborn-1.10.2-1.3.4.11-universal.jar)
    UCHIJAAAA thutcore{3.2.3} [ThutCore] (thutcore-1.9.4-3.2.3.jar)
    UCHIJAAAA thuttech{3.0.6} [Thut's Tech] (thuttech-3.0.6.jar)
    UCHIJAAAA tombmanygraves{1.9.4_1.10.2-2.1.8} [Tomb Many Graves] (TombManyGraves-1.9.4_1.10.2-2.1.8.jar)
    UCHIJAAAA VeinMiner{0.34.0_1.9-58ffb13} [Vein Miner] (VeinMiner-0.34.0-1.9r565+58ffb13.jar)
    UCHIJAAAA VeinMinerModSupport{0.34.0_1.9-58ffb13} [Mod Support] (VeinMiner-0.34.0-1.9r565+58ffb13.jar)
    UCHIJAAAA WailaHarvestability{1.1.7} [Waila Harvestability] (WailaHarvestability-mc1.10-1.1.7.jar)
    UCHIJAAAA waterstrainer{1.1.0} [Water Strainer] (WaterStrainer-1.9.4-1.1.0.jar)
    UCHIJAAAA ICSE{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.0.197.jar)
    UCHIJAAAA wawla{2.3.0.194} [What Are We Looking At] (Wawla-1.10.2-2.3.0.197.jar)
    UCHIJAAAA worldedit{6.1.3} [WorldEdit] (worldedit-forge-mc1.9.4-6.1.3-dist.jar)
    UCHIJAAAA WorldEditCuiFe{1.0.2} [WorldEdit CUI Forge Edition] (WorldEditCuiFe-v1.0.4-mf-1.10.2-12.18.0.2010.jar)
    UD mdecore-core{1.0} [MDE Core - ASM Tweaks] (minecraft.jar)
    Loaded coremods (and transformers):
    IC2core (industrialcraft-2-2.6.16-ex110.jar)

    LoadingPlugin (RandomThings-MC1.10-3.7.4.jar)
    lumien.randomthings.asm.ClassTransformer
    EnderCorePlugin (EnderCore-1.10.2-0.4.1.41-beta.jar)
    com.enderio.core.common.transform.EnderCoreTransformer
    MDECore-Core (mdecore-1.10.2-1.0.jar)
    com.mattdahepic.mdecore.asm.TickrateTransformer
    LoadingPlugin (Quark-beta-46.jar)
    vazkii.quark.base.asm.ClassTransformer
    FMLPlugin (InventoryTweaks-1.61-58.jar)
    invtweaks.forge.asm.ContainerTransformer
    CoreMod (Aroma1997Core-1.9.4-1.1.0.3.jar)

    ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)
    shetiphian.core.asm.ClassTransformer
    Pulsar/tconstruct loaded Pulses:
    - TinkerCommons (Enabled/Forced)
    - TinkerWorld (Enabled/Not Forced)
    - TinkerTools (Enabled/Not Forced)
    - TinkerSmeltery (Enabled/Not Forced)
    - TinkerGadgets (Enabled/Not Forced)
    - TinkerOredict (Enabled/Forced)
    - TinkerIntegration (Enabled/Forced)
    - TinkerFluids (Enabled/Forced)
    - TinkerMaterials (Enabled/Forced)
    - chiselsandbitsIntegration (Enabled/Not Forced)
    - WailaIntegration (Enabled/Not Forced)

    List of loaded APIs:
    * actuallyadditionsapi (18) from ActuallyAdditions-1.10.2-r55.jar
    * AromaBackupAPI (1.0) from AromaBackup-1.9.4-1.0.1.1.jar
    * Baubles|API (1.1.1.0) from Baubles-1.9.4-1.2.1.0.jar
    * BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.0.3-53.jar
    * BotaniaAPI (79) from Botania-unofficial.r1.8-313.jar
    * CharsetAPI (0.1) from Charset-0.3.0-pre12.jar
    * CharsetAPI|Audio (0.0) from Charset-0.3.0-pre12.jar
    * CharsetAPI|Lib (0.2) from Charset-0.3.0-pre12.jar
    * CharsetAPI|Pipes (0.3) from Charset-0.3.0-pre12.jar
    * CharsetAPI|Storage (0.1) from Charset-0.3.0-pre12.jar
    * CharsetAPI|Tape (0.0) from Charset-0.3.0-pre12.jar
    * CharsetAPI|Wires (0.3) from Charset-0.3.0-pre12.jar
    * ChiselAPI (0.0.1) from Chisel-MC1.9.4-0.0.6.33.jar
    * ChiselAPI|Carving (0.0.1) from Chisel-MC1.9.4-0.0.6.33.jar
    * ChiselsAndBitsAPI (11.6.0) from chiselsandbits-11.6.jar
    * CoFHAPI (1.8.9R1.2.0B1) from refinedstorage-0.8.12.jar
    * CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.48.jar
    * CoFHAPI|energy (1.8.9R1.2.0B1) from ActuallyAdditions-1.10.2-r55.jar
    * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.48.jar
    * DR-API (1.0.4-Beta) from deepresonance-1.9.4-1.2.0beta35.jar
    * ElecCore|Abilities (#API_VER#) from ElecCore-1.9.4-1.5.292.jar
    * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.0.1.75_beta.jar
    * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.0.1.75_beta.jar
    * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.0.1.75_beta.jar
    * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.0.1.75_beta.jar
    * ForestryAPI|apiculture (4.8.0) from forestry_1.10.2-5.2.3.212.jar
    * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.3.212.jar
    * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.3.212.jar
    * ForestryAPI|core (5.0.0) from forestry_1.10.2-5.2.3.212.jar
    * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.3.212.jar
    * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.3.212.jar
    * ForestryAPI|fuels (2.0.1) from forestry_1.10.2-5.2.3.212.jar
    * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.3.212.jar
    * ForestryAPI|greenhouse (5.0.0) from forestry_1.10.2-5.2.3.212.jar
    * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.3.212.jar
    * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.3.212.jar
    * ForestryAPI|mail (3.0.0) from forestry_1.10.2-5.2.3.212.jar
    * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.3.212.jar
    * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.3.212.jar
    * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.3.212.jar
    * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.3.212.jar
    * Guide-API|API (1.9.4-2.0.0-38) from Guide-API-1.9.4-2.0.0-38.jar
    * IC2API (1.0) from industrialcraft-2-2.6.16-ex110.jar
    * jeresources|API (0.4.6.42) from JustEnoughResources-1.10.2-0.4.6.42.jar
    * journeymap|client-api (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * journeymap|client-api-display (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * journeymap|client-api-event (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * journeymap|client-api-model (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * journeymap|client-api-util (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * JustEnoughItemsAPI (4.0.0) from jei_1.10.2-3.7.7.233.jar
    * McJtyLib (1.10-1.9.8) from mcjtylib-1.10-1.9.8.jar
    * OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
    * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
    * OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
    * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
    * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
    * OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
    * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
    * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
    * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
    * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
    * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
    * pressureAPI (1.3.1.6) from pressure-1.3.1.6-mc1.10.2.jar
    * PsiAPI (2) from Psi-r1.0-36.jar
    * reborncoreAPI (2.5.5.3) from RebornCore-1.10.2-2.5.5.3-universal.jar
    * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
    * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
    * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
    * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
    * StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
    * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
    * StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
    * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
    * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
    * techrebornAPI (1.3.4.11) from TechReborn-1.10.2-1.3.4.11-universal.jar
    * thut|API (1.0.0) from thutcore-1.9.4-3.2.3.jar
    * VeinMinerApi (0.3) from VeinMiner-0.34.0-1.9r565+58ffb13.jar
    * WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
    EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker.):
    * Optifine is installed. This is NOT supported.
    This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
    Detailed RF API diagnostics:
    * RF API class 'EnergyStorage' is loaded from: jar:file:/Users/Vanessa/Documents/Game%20Stuff/Minecraft/Tools/MultiMC/MultiMC.app/Contents/MacOS/instances/1.10.2%20B/minecraft/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/EnergyStorage.class
    * RF API class 'IEnergyConnection' is loaded from: jar:file:/Users/Vanessa/Documents/Game%20Stuff/Minecraft/Tools/MultiMC/MultiMC.app/Contents/MacOS/instances/1.10.2%20B/minecraft/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyConnection.class
    * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/Users/Vanessa/Documents/Game%20Stuff/Minecraft/Tools/MultiMC/MultiMC.app/Contents/MacOS/instances/1.10.2%20B/minecraft/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyContainerItem.class
    * RF API class 'IEnergyHandler' is loaded from: jar:file:/Users/Vanessa/Documents/Game%20Stuff/Minecraft/Tools/MultiMC/MultiMC.app/Contents/MacOS/instances/1.10.2%20B/minecraft/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyHandler.class
    * RF API class 'IEnergyProvider' is loaded from: jar:file:/Users/Vanessa/Documents/Game%20Stuff/Minecraft/Tools/MultiMC/MultiMC.app/Contents/MacOS/instances/1.10.2%20B/minecraft/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyProvider.class
    * RF API class 'IEnergyReceiver' is loaded from: jar:file:/Users/Vanessa/Documents/Game%20Stuff/Minecraft/Tools/MultiMC/MultiMC.app/Contents/MacOS/instances/1.10.2%20B/minecraft/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyReceiver.class
    * RF API class 'IEnergyStorage' is loaded from: jar:file:/Users/Vanessa/Documents/Game%20Stuff/Minecraft/Tools/MultiMC/MultiMC.app/Contents/MacOS/instances/1.10.2%20B/minecraft/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyStorage.class
    * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/Users/Vanessa/Documents/Game%20Stuff/Minecraft/Tools/MultiMC/MultiMC.app/Contents/MacOS/instances/1.10.2%20B/minecraft/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/ItemEnergyContainer.class
    * RF API class 'TileEnergyHandler' is loaded from: jar:file:/Users/Vanessa/Documents/Game%20Stuff/Minecraft/Tools/MultiMC/MultiMC.app/Contents/MacOS/instances/1.10.2%20B/minecraft/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/TileEnergyHandler.class
    * RF API class 'TileEnergyHandler' is loaded from: jar:file:/Users/Vanessa/Documents/Game%20Stuff/Minecraft/Tools/MultiMC/MultiMC.app/Contents/MacOS/instances/1.10.2%20B/minecraft/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/TileEnergyHandler.class

    Launched Version: MultiMC5
    LWJGL: 2.9.1
    OpenGL: NVIDIA GeForce 9400M OpenGL Engine GL version 2.1 NVIDIA-10.0.48 310.90.10.05b12, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
    Using GL 1.3 texture combiners.
    Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
    Shaders are available because OpenGL 2.1 is supported.
    VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    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)
    CPU: 2x Intel(R) Core(TM)2 Duo CPU T9900 @ 3.06GHz
    OptiFine Version: OptiFine_1.10.2_HD_U_C1
    Render Distance Chunks: 12
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 2.1 NVIDIA-10.0.48 310.90.10.05b12
    OpenGlRenderer: NVIDIA GeForce 9400M OpenGL Engine
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 2


    Oooo I'll take a look.
    Hopefully can have a fix tonight or tomorrow
    Posted in: Minecraft Mods
  • 0

    posted a message on Stacksize
    Quote from JezzX»

    buckets of lava and water?


    Yes, those buckets are included by default too. I should updated that.

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