GithubHelp home page GithubHelp logo

lootbags's People

Contributors

dycoldwind avatar emirhangg avatar gigabit101 avatar lorrampi avatar malorolam avatar shadowfacts avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

lootbags's Issues

Does your mod make exceptions for certain mod's NBT information

Trying to help figure out a many-mod issue, the concise version is as follows:

  • woot drops invalid everlasting abilities totems and enchanting plus scrolls. both mod's items are invalid but obviously have nbt associated.
  • lootbags however drops (it seems) invalid totems but VALID enchanting plus scrolls.

Wondering if you have already put some exceptions in your code for other mods? If so, this is one mod that needs that exception handled I guess (everlasting abilities). If you don't make exceptions, then possibly the problem is in the other mod(s).

Thanks for your time

Edit: this is associated to #39 which you closed already. Should have checked closed tickets first, but wondering if what I said above changes your thoughts on that?

Sorting Issue

I was storing loot bags in an Extra Utilities filing cabinet. Unopened bags stacked and opened ones did not, as expected. I was opening bags to look for a specific item and putting the bags that did not contain it back in the cabinet to deal with later. After finding the item and taking it out of the bag, I placed the bag back in the cabinet. My client and the server immediately crashed. There was only one filing cabinet in the world, which contained several bags.

crash-2016-04-07_15.56.23-client.txt

Bags crashing, custom config

So, i've been tinkering with this mod for a while, and while i was playing single-player normally, everything was working well and crash-less-ly... However, opening bags with a custom config somehow makes them crash.
---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 31/10/15 03:40
Description: Ticking memory connection

java.lang.IllegalArgumentException: bound must be positive
at java.util.Random.nextInt(Unknown Source)
at net.minecraftforge.common.ChestGenHooks.generateStacks(ChestGenHooks.java:111)
at mal.lootbags.LootMap.getRandomItem(LootMap.java:404)
at mal.lootbags.item.LootbagItem.getLootItem(LootbagItem.java:397)
at mal.lootbags.item.LootbagItem.getLootItem(LootbagItem.java:326)
at mal.lootbags.item.LootbagItem.generateInventory(LootbagItem.java:304)
at mal.lootbags.item.LootbagItem.func_77659_a(LootbagItem.java:524)
at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:146)
at net.minecraft.server.management.ItemInWorldManager.func_73085_a(ItemInWorldManager.java:316)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:539)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

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

-- Head --
Stacktrace:
at java.util.Random.nextInt(Unknown Source)
at net.minecraftforge.common.ChestGenHooks.generateStacks(ChestGenHooks.java:111)
at mal.lootbags.LootMap.getRandomItem(LootMap.java:404)
at mal.lootbags.item.LootbagItem.getLootItem(LootbagItem.java:397)
at mal.lootbags.item.LootbagItem.getLootItem(LootbagItem.java:326)
at mal.lootbags.item.LootbagItem.generateInventory(LootbagItem.java:304)
at mal.lootbags.item.LootbagItem.func_77659_a(LootbagItem.java:524)
at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:146)
at net.minecraft.server.management.ItemInWorldManager.func_73085_a(ItemInWorldManager.java:316)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:539)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)

-- Ticking connection --
Details:
Connection: net.minecraft.network.NetworkManager@4b146ff1
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_65, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 142100456 bytes (135 MB) / 619184128 bytes (590 MB) up to 1521483776 bytes (1451 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1536M -Xmn256M
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.1492 45 mods loaded, 45 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
UCHIJAAAA FML{7.10.99.99} Forge Mod Loader
UCHIJAAAA Forge{10.13.4.1492} Minecraft Forge
UCHIJAAAA PlayerAPI{1.2} Player API
UCHIJAAAA DamageIndicatorsMod{3.2.0} Damage Indicators
UCHIJAAAA MovingWorld{1.7.10-1.8} Moving World
UCHIJAAAA ArchimedesShipsPlus{1.7.10-1.8} Archimedes' Ships Plus
UCHIJAAAA armourersWorkshop{1.7.10-0.31.2.82} Armourer's Workshop
UCHIJAAAA Backpack{2.0.1} Backpack
UCHIJAAAA bettervillages{0.4} Better Villages Mod
UCHIJAAAA BuildCraft|Core{6.3.7} BuildCraft
UCHIJAAAA BuildCraft|Transport{6.3.7} BC Transport
UCHIJAAAA BuildCraft|Silicon{6.3.7} BC Silicon
UCHIJAAAA BuildCraft|Builders{6.3.7} BC Builders
UCHIJAAAA BuildCraft|Energy{6.3.7} BC Energy
UCHIJAAAA BuildCraft|Factory{6.3.7} BC Factory
UCHIJAAAA craftguide{1.6.8.2} CraftGuide
UCHIJAAAA exnihilo{1.38-48} Ex Nihilo
UCHIJAAAA MetallurgyCore{4.0.4} Metallurgy Core
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} Mantle
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} Tinkers' Construct
UCHIJAAAA Metallurgy{4.0.8} Metallurgy 4
UCHIJAAAA exastrisrebirth{MC1.7.10-1.01-45} Ex Astris Rebirth
UCHIJAAAA ExtraTiC{1.4.5} ExtraTiC
UCHIJAAAA rftl{1.7.10} [Rotten Flesh to Leather](Forge SSP SMP - Rotten Flesh 1.7.2 1.7.10.jar)
UCHIJAAAA iChunUtil{4.2.2} iChunUtil
UCHIJAAAA GraviGun{4.0.0-beta} GraviGun
UCHIJAAAA Hats{4.0.1} Hats
UCHIJAAAA levelup{0.10} Level Up!
UCHIJAAAA lootbags{1.8.1} Loot Bags
UCHIJAAAA RadixCore{2.1.0} RadixCore
UCHIJAAAA MCA{1.7.10-5.1.0} Minecraft Comes Alive
UCHIJAAAA mochickens{1.6.1} Mo Chickens
UCHIJAAAA Ping{%MOD_VERSION} Ping
UCHIJAAAA primitivemobs{1.0} Primitive Mobs
UCHIJAAAA quiverchevsky{b100} QuiverBow
UCHIJAAAA Roguelike{1.3.5} Roguelike Dungeons
UCHIJAAAA AS_Ruins{14.6} Ruins Spawning System
UCHIJAAAA secretroomsmod{4.7.1} The SecretRoomsMod
UCHIJAAAA SpecialMobs{3.0.3} Special Mobs
UCHIJAAAA SwordPedestal{1.1(1.7.10)} Sword Pedestal
UCHIJAAAA TKE{2.3} The Kappa Experience
UCHIJAAAA TooMuchTNT{2.9} [TooMuchTNT](TooMuchTNT v2.9.jar.zip)
UCHIJAAAA TragicMC{2.44.2776 Beta} TragicMC 2
UCHIJAAAA IguanaTweaksTConstruct{1.7.10-2.1.5.140} Iguana Tinker Tweaks
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['red3dred'/71, l='New World', x=249,01, y=4,00, z=-1090,57]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

Not an issue, a question

Hi! I'm attempting to figure out how to make a bag only pull from the whitelist. Is this possible? D:

Have a great day!
Ashakiwi

question regarding config(mc 1.10.2)

drop chances" {
# This is the resolution of the bag drop chances. Only change this if you want bags with rarity resolutions > 0.1%
I:"1 Weighting Resolution"=100

why was the config set to 1000 by default and what is 1000 in percentage chance?

Exploit Found

I'm sure someone has already found this exploit, but I still can use it in my version. Please patch it.

The bug (well, not a bug, an unpatched exploit) is that you can open a lootbag, optimally a legendary one, and leave a useless item in. You can then craft it back into four epic lootbags, craft those four back into the legendary lootbag, and get different loot every time. A simple fix for this would be to make a tag on the item that says it hasn't been opened, and require that for the crafting recipe.

Another note is I was using my own user-created modpack which uses version 1.10.2, and it uses the latest version of the modpack. I was using curse to launch and run my modpack. If you have fixed this in 1.11.2, please fix it in earlier versions, because many modpacks still use them.

Thanks,

--Cactus

No Loot Table

When i downloaded the mod Loot bags weren't dropping, so I went into creative and looked at the loot bags. When I did it said there was no loot table, I went into the config and couldn't really understand anything in there. I am playing on a mac in minecraft version 1.10.2

Feature Request: Removing Loot Value Increase for Non-Stackable Items

Is it possible to allow a config option to turn off the bonus value from non-stacking items?

Because of this boost, I can use certain non-stacking items like leather boots to get loot bags with only 5 sets of boots in my particular weighting setup. This is almost 4 times greater than items with equal weighting and can be highly exploited for a a large number of loot bags. I'd rather these items keep the same value as their stacking counterparts.

Thank you!
Darkosto

Config file?

Hello, i downloaded and installed your lootbag mod in to my modpack. But i cant seem to find the config file with all items possible drops. Because now it drops magicalculture´ rare seeds in common bags. -_- So i would like to ask if its possible to change the drops and drops-rates from the bags? I couldn't seem to find the config file or any commands in-game.

dup glitch with recycler

in skyfactory 2 beta 1.3. When shift clicking an item out of the recycler back to your inventory if you don't have any of that item in your inventory already you will end up with twice the amount you should

Major flaw in bags.

Please check Curseforge PM's as i don't want to leak the bug as it could have harmful effects.

Thanks.

No lootbags on server

Hi Maloralam

We have your mod in a Curse pack we put together and it was working fine in SSP but when we use it in our server we get no lootbags at all. We are using 1.10.2 in Rith's Pack on Curse. Checked configs and I see no conflicts so not sure what is going on...

Whitelist parsing assumes too much about record names

My mod, customthings, allows pack makers to add records to the game. Your special code for ItemRecord (which I'm not even sure of the purpose of) breaks if the record does not start with "record.". You could fix this probably by doing .replace("record.", "records."). But really I don't get why the code has to be there at all.

Exploit of bag content

You are able to open and see the content of the loot bag without using it if you press escape after opening it. It allows you to decide whether or not you should use it to craft or take the loot. This bug is (I believe) really not intended.

EDIT :
You actually can take one or more items out but you need to leave at least one item in the bag. That allows you to take whatever loot you want and still be able to use the bag to craft the next tier with it. FYI you can take an epic loot bag and loot everything (except one item). Then you take the bag to make 4 rare bags and take the loot. After that you craft it back to epic. You can keep repeating those step to dupe stuff.

After further testing it prevent the use of the bag in the crafting process.

Question about weighting.

I wasn't sure where to put this since, but I had a question about weighting. I've added things to my whitelist and I'm not sure it worked properly.

As you can see from the list below, it's a mix of things. I've applied "50" to all because I have no idea what things need. I used to have "3" for the platinum items and they appeared sometimes, but not often. I changed it to 50 thinking it might be more frequent...it wasn't. Right now, the only things that show up from the list are the Ender IO Capacitor Bank and Thermal Expansion Capacitor. Nothing else is appearing.

Is there anyway you can make it easier to figure out the weight for each item? It's really confusing and I'd like to use the mod more, but the problem with weighting is frustrating me. :/

"whitelisted items" {
# Adding a modid and internal item name to this list will add the item to the Loot Bag drop table. The entry must be in the form ::::::[<nbt data (seriously don't try to make this by hand)> (optional)] Example to whitelist up to 16 iron ingots with a weight of 50: minecraft:iron_ingot:0:1:16:50.
S:"Global Whitelist" <
minecraft:golden_pickaxe:0:1:1:50
minecraft:golden_sword:0:1:1:50
minecraft:golden_shovel:0:1:1:50
minecraft:golden_axe:0:1:1:50
EnderIO:blockCapBank:3:1:1:50
thermalexpansion:Frame:5:1:16:50
ThermalExpansion:capacitor:5:1:1:50
thermalfoundation:tool.swordPlatinum:0:1:1:50
thermalfoundation:tool.pickaxePlatinum:0:1:1:50
thermalfoundation:tool.shovelPlatinum:0:1:1:50
thermalfoundation:tool.hoePlatinum:0:1:1:50
thermalfoundation:tool.swordLead:0:1:1:50
thermalfoundation:tool.pickaxeLead:0:1:1:50
thermalfoundation:tool.shovelLead:0:1:1:50
thermalfoundation:tool.hoeLead:0:1:1:50
thermalfoundation:tool.swordTin:0:1:1:50
thermalfoundation:tool.pickaxeTin:0:1:1:50
thermalfoundation:tool.shovelTin:0:1:1:50
thermalfoundation:tool.hoeTin:0:1:1:50
thermalfoundation:tool.swordCopper:0:1:1:50
thermalfoundation:tool.pickaxeCopper:0:1:1:50
thermalfoundation:tool.shovelCopper:0:1:1:50
thermalfoundation:tool.hoeCopper:0:1:1:50
thermalfoundation:tool.swordSilver:0:1:1:50
thermalfoundation:tool.pickaxeSilver:0:1:1:50
thermalfoundation:tool.shovelSilver:0:1:1:50
thermalfoundation:tool.hoeSilver:0:1:1:50
thermalfoundation:tool.swordNickel:0:1:1:50
thermalfoundation:tool.pickaxeNickel:0:1:1:50
thermalfoundation:tool.shovelNickel:0:1:1:50
thermalfoundation:tool.hoeNickel:0:1:1:50

1.10.2 Crash

Hey Mal,

I just got this crash:
http://pastebin.com/f6qMCFpT

I'm not sure if this is related, but the game seems to throw a fit when you right click a loot bag into a storage drawer, too. Your armor and items are all randomized in your inventory and a restart of the world is required to get it back to normal.

Forge: 2094
Loot Bags: 2.1.2

Minecraft loading crash

---- Minecraft Crash Report ----
// Why did you do that?

Time: 3/7/17 10:19 AM
Description: Initializing game

java.lang.NullPointerException: Initializing game
at cpw.mods.fml.common.registry.GameRegistry$UniqueIdentifier.(GameRegistry.java:389)
at cpw.mods.fml.common.registry.GameData.getUniqueName(GameData.java:239)
at cpw.mods.fml.common.registry.GameRegistry.findUniqueIdentifierFor(GameRegistry.java:462)
at mal.lootbags.loot.LootItem.(LootItem.java:45)
at mal.lootbags.loot.LootMap.addLootCategory(LootMap.java:300)
at mal.lootbags.loot.LootMap.populateGeneralMap(LootMap.java:262)
at mal.lootbags.LootBags.postInit(LootBags.java:203)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at 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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at 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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

-- Head --
Stacktrace:
at cpw.mods.fml.common.registry.GameRegistry$UniqueIdentifier.(GameRegistry.java:389)
at cpw.mods.fml.common.registry.GameData.getUniqueName(GameData.java:239)
at cpw.mods.fml.common.registry.GameRegistry.findUniqueIdentifierFor(GameRegistry.java:462)
at mal.lootbags.loot.LootItem.(LootItem.java:45)
at mal.lootbags.loot.LootMap.addLootCategory(LootMap.java:300)
at mal.lootbags.loot.LootMap.populateGeneralMap(LootMap.java:262)
at mal.lootbags.LootBags.postInit(LootBags.java:203)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at 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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at 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)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1510951488 bytes (1440 MB) / 3789029376 bytes (3613 MB) up to 7158628352 bytes (6827 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7680m -Xms256m -XX:PermSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 196 mods loaded, 187 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] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJ Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJ da3dsoulASMFix{0.1.0} [DA3DSOUL ASM Fixes] (minecraft.jar)
UCHIJ appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJ Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCHIJ CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJ LambdaLib|Core{1.1.1} [LambdaLib|Core] (minecraft.jar)
UCHIJ OldModelLoader{1.0} [OldModelLoader] (minecraft.jar)
UCHIJ NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHIJ ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJ WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar)
UCHIJ {000} [CoFH ASM] (minecraft.jar)
UCHIJ FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
UCHIJ dynamicswordskills{1.7.10-1.7} [Dynamic Sword Skills] (1.7.10-dynamicswordskills-1.7.jar)
UCHIJ battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar)
UCHIJ particlelib{1} [Particle Library] (ParticleLib - 1.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)
UCHIJ CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
UCHIJ appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCHIJ thaumicadditions{0.35} [Thaumic Additions] ([1.7.10] Thaumic Additions - 0.35.jar)
UCHIJ fusionutil{0.1} [FusionUtil] ([1.7.10]FusionUtil-0.1.0.jar)
UCHIJ rpgloot{1.0} [RPG Loot] ([1.7.10]RPGLoot-1.0.7.jar)
UCHIJ bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCHIJ Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCHIJ heart{2.0.0} [Heart Health] ([MC1.7.X]Hearts-2.0.0.jar)
UCHIJ abm{0.4} [Anime Battle Mod] (ABM 0.4 for 1.7.10.jar)
UCHIJ BuildCraft|Core{7.1.18} [BuildCraft] (buildcraft-7.1.18.jar)
UCHIJ BuildCraft|Transport{7.1.18} [BC Transport] (buildcraft-7.1.18.jar)
UCHIJ BuildCraft|Silicon{7.1.18} [BC Silicon] (buildcraft-7.1.18.jar)
UCHIJ BuildCraft|Energy{7.1.18} [BC Energy] (buildcraft-7.1.18.jar)
UCHIJ BuildCraft|Factory{7.1.18} [BC Factory] (buildcraft-7.1.18.jar)
UCHIJ BuildCraft|Builders{7.1.18} [BC Builders] (buildcraft-7.1.18.jar)
UCHIJ ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar)
UCHIJ ThermalExpansion{1.7.10R4.1.4} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.4-247.jar)
UCHIJ Additional-Buildcraft-Objects{MC1.7.10-BC7.1release4.0.9} [Additional Buildcraft Objects] (ABO-MC1.7.10-BC7.1release4.0.9.jar)
UCHIJ LambdaLib{1.1.1} [LambdaLib] (LambdaLib-1.1.1.jar)
UCHIJ academy-craft{1.0pr3_1} [Academy Craft] (AcademyCraft-1.0pr3_1.jar)
UCHIJ adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8c.jar)
UCHIJ AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
UCHIJ AncientWarfare{2.4.114-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJ AncientWarfareAutomation{2.4.114-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJ AncientWarfareNEIPlugin{2.4.114-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJ AncientWarfareNpc{2.4.114-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJ AncientWarfareStructure{2.4.114-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJ AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCHIJ AppleCore{1.3.0} [AppleCore] (AppleCore-mc1.7.10-1.3.0.jar)
UCHIJ MovingWorld{1.7.10-1.8.1} [Moving World] (movingworld-1.7.10-1.8.1.jar)
UCHIJ ArchimedesShipsPlus{1.7.10-1.8.1} [Archimedes' Ships Plus] (archimedesshipsplus-1.7.10-1.8.1.jar)
UCHIJ Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCHIJ AromaBackup{0.1.0.0} [AromaBackup] (AromaBackup-1.7.10-0.1.0.0.jar)
UCHIJ AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.7.10-0.1.0.0.jar)
UCHIJ MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJ MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJ Automagy{0.28.2} [Automagy] (Automagy-1.7.10-0.28.2.jar)
UCHIJ BattleTowers{1.5.1} [Battle Towers] (BattleTowers-1.7.10.jar)
UCHIJ baublesstuff{2.1.2} [Baubles Stuff] (baublesstuff-2.1.2.jar)
UCHIJ bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
UCHIJ betterloadingscreen{1.3.9} [Better Loading Screen] (BetterLoadingScreen-1.3.9.jar)
UCHIJ betterquesting{1.0.155} [Better Questing] (BetterQuesting-1.0.155.jar)
UCHIJ BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCHIJ BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCHIJ BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1832-universal.jar)
UCHIJ BiomeTweaker{1.2.128} [BiomeTweaker] (BiomeTweaker-1.7.10-1.2.128.jar)
UCHIJ AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCHIJ bookshelf{1.0.4.187} [Bookshelf] (Bookshelf-1.7.10-1.0.4.187.jar)
UCHIJ Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCHIJ BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UCHIJ BuildCraft|Robotics{7.1.18} [BC Robotics] (buildcraft-7.1.18.jar)
UCHIJ CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCHIJ celestialcraft{1.0.7} [Celestial Craft] (CelestialCraft 1.7.10-1.0.7.jar)
UCHIJ chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
UCHIJ ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
UCHIJ cookiecore{1.4.0} [Cookie Core] (CookieCore-1.7.10-1.4.0-11.jar)
UCHIJ CustomMainMenu{1.9.2} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.9.2.jar)
UCHIJ customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(21feb16).jar)
UCHIJ CustomPets{1.0.5} [Custom Pets] (custompets-1.7.10-1.0.5-universal.jar)
UCHIJ PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.5_1.7.10.jar)
UCHIJ props{2.3.4} [Decocraft] (Decocraft-2.3.5_1.7.10.jar)
UCHIJ doggystyle{1.1.3.99} [Doggy Style] (DoggyStyle-1.1.3.99.jar)
UCHIJ DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
UCHIJ DummyCore{1.13} [DummyCore] (DummyCore1.13.jar)
UCHIJ DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.7.10.jar)
UCHIJ DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
UCHIJ DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
UCHIJ DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
UCHIJ DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
UCHIJ DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
UCHIJ DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
UCHIJ DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
UCHIJ DynamicLights_otherPlayers{1.0.8} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
UCHIJ DynamicLights_thePlayer{1.1.4} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
UCHIJ endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
UCHIJ EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar)
UCHIJ EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCHIJ EE3{0.3.507} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.3.507.jar)
UCHIJ ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJ ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJ MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
UCHIJ ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
UCHIJ Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJ TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJ Metallurgy{4.0.8} [Metallurgy 4] (Metallurgy-1.7.10-4.0.8.97.jar)
UCHIJ harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCHIJ MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
UCHIJ TSteelworks{1.7.10-1.1.2} [Tinkers' Steelworks] (TSteelworks-1.7.10-1.1.2-20.jar)
UCHIJ ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCHIJ ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
UCHIJ ForbiddenMagic{1.7.10-0.574} [Forbidden Magic] (Forbidden Magic-1.7.10-0.574.jar)
UCHIJ HardcoreEnderExpansion{1.8.6} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.6.jar)
UCHIJ Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar)
UCHIJ Steamcraft{0.29.1} [Flaxbeard's Steam Power] (FSP-1.7.10-0.29.1.jar)
UCHIJ FTBL{1.0.18.2} [FTBLib] (FTBLib-1.7.10-1.0.18.3.jar)
UCHIJ FTBU{1.0.18.2} [FTBUtilities] (FTBUtilities-1.7.10-1.0.18.3.jar)
UCHIJ GraveStone{2.16.1} [GraveStone] (GraveStone-2.16.1.jar)
UCHIJ hardcoremapreset{2.2.0} [HardcoreMapReset] (HardCoreMapReset-2.2.0.jar)
UCHIJ InfernalMobs{1.6.0} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
UCHIJ InventoryPets{1.4.8.1} [Inventory Pets] (inventorypets-1.7.10-1.4.8.1-universal.jar)
UCHIJ inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJ IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
UCHIJ JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCHIJ journeymap{@Jmversion@} [JourneyMap] (journeymap-1.7.10-5.1.0-fairplay.jar)
UCHIJ lmmx{1.0} [lmmx] (littleMaidMobX-1.7.x_0.1.1.jar)
UCHIJ MMMLibX{1.7.x-srg-1} [MMMLibX] (littleMaidMobX-1.7.x_0.1.1.jar)
UCHIJ zabuton{1.0} [zabuton] (littleMaidMobX-1.7.x_0.1.1.jar)
UCHIJ LomLib{3.2.1} [LomLib] (LomLib-1.7.10-3.2.1-universal.jar)
UCHIE lootbags{2.0.16} [Loot Bags] (LootBags-1.7.10-2.0.16.jar)
UCHIJ Mekanism{9.1.0} [Mekanism] (Mekanism-1.7.10-9.1.0.281.jar)
UCHIJ magicalcrops{4.0.0_PUBLIC_BETA_3} [Magical Crops] (magicalcrops-4.0.0_PUBLIC_BETA_3.jar)
UCHIJ RadixCore{2.1.1} [RadixCore] (RadixCore-1.7.10-2.1.1-universal.jar)
UCHIJ MCA{1.7.10-5.1.2} [Minecraft Comes Alive] (MCA-1.7.10-5.1.2-universal.jar)
UCHIJ MekanismGenerators{9.1.0} [MekanismGenerators] (MekanismGenerators-1.7.10-9.1.0.281.jar)
UCHIJ MekanismTools{9.1.0} [MekanismTools] (MekanismTools-1.7.10-9.1.0.281.jar)
UCHIJ MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJ MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJ MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJ MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJ MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJ MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJ TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJ MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJ MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJ MTRM{1.0} [MineTweakerRecipeMaker] (MineTweakerRecipeMaker-1.7.10-1.1.0.11.jar)
UCHIJ testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.7.10-1.9.jar)
UCHIJ NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
UCHIJ neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-122.jar)
UCHIJ bq_npc_integration{1.0.10} [NPC Integration] (NPCIntegration-1.0.10.jar)
UCHIJ questbook{1.0.1} [Better Questing Quest Book] (questbook-1.0.1.jar)
UCHIJ row{1.7.10-5.8-RC4} [Rails of War] (RailsOfWar-1.7.10-5.8-RC4.jar)
UCHIJ ResourceLoader{1.3} [Resource Loader] (ResourceLoader-MC1.7.10-1.3.jar)
UCHIJ bq_rf{1.0.5} [RF Expansion] (RFExpansion-1.0.5.jar)
UCHIJ Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar)
UCHIJ RPGAdvMod{1.0.0} [RPGAdvMod] (RPGAdvMod-1.0.0_1.7.10.jar)
UCHIJ RTG{0.7.0} [Realistic Terrain Generation] (RTG-1.7.10-0.7.0.jar)
UCHIJ saoui{1.5a} [Sword Art Online UI] (saoui-1.7.10-1.5a.jar)
UCHIJ shincolle{1.7.10.rv26} [Shinkeiseikan Collection] (ShinColle-1.7.10.rv26.jar)
UCHIJ ShingekiNoMC{1.3.0} [ShingekiNoMC] (Shingeki no Minecraft 1.3 [1.7.10].zip)
UCHIJ simplecondenser{1.2.0} [Simple Condensers] (Simple Condensers-1.7.10-1.2.0-universal.jar)
UCHIJ bq_standard{1.0.108} [Standard Expansion] (StandardExpansion-1.0.108.jar)
UCHIJ StorageDrawers{1.7.10-1.9.7} [Storage Drawers] (StorageDrawers-1.7.10-1.9.7.jar)
UCHIJ sco{1.5} [Official Sword Craft Online Mod] (SwordCraftOnlineMod1.4.jar)
UCHIJ SCOTeleCrystals{1.5} [SCO - TeleCrystals] (SwordCraftOnlineMod1.4.jar)
UCHIJ TaintedMagic{r7.6} [Tainted Magic] (Tainted-Magic-r7.6.jar)
UCHIJ tcinventoryscan{1.0.11} [TC Inventory Scanning] (tcinventoryscan-mc1.7.10-1.0.11.jar)
UCHIJ benway_knowledge{0.1.5.1} [Thaumaturgical Knowledge] (Thaumaturgical Knowledge-0.1.5.2 - 1.7.10.jar)
UCHIJ thaumcraftneiplugin{@Version@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCHIJ thaumicbases{1.3.1710.2} [Thaumic Bases] (ThaumicBases-1.3.1710.4.jar)
UCHIJ ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
UCHIJ ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
UCHIJ alfheimwings{30} [The Wings of Alfheim] (The Wings of Alfheim-1.7.10-30.jar)
UCHIJ ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar)
UCHIJ TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCHIJ Translocator{1.1.2.15} [Translocator] (Translocator-1.7.10-1.1.2.15-universal.jar)
UCHIJ TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)
UCHIJ VeinMiner{0.31.4_build.unknown} [Vein Miner] (VeinMiner-1.7.10_0.31.4.unknown.jar)
UCHIJ VeinMinerModSupport{0.31.4_build.unknown} [Mod Support] (VeinMiner-1.7.10_0.31.4.unknown.jar)
UCHIJ weaponcaseloot{1.1.8} [WeaponCaseLoot] (weaponcaseloot-1.1.8.jar)
UCHIJ WIT{1.0.8} [WIT] (WIT-1.7.10-1.0.8-1.jar)
UCHIJ witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJ WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar)
UCHIJ WTP{1.7.10-1.0.29} [What's This Pack] (WTP-1.7.10-1.0.29.1.jar)
UCHIJ Ztones{1.7.10} [Ztones] (Ztones-1.7.10-2.2.1.jar)
UCHIJ McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJ aobd{2.9.1} [Another One Bites The Dust] (AOBD-2.9.1.jar)
UCHIJ IguanaTweaksTConstruct{1.7.10-2.1.6.163} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.6.jar)
UCHIJ ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UD BiomeTweakerCore{1.2.128} [BiomeTweaker Core] (minecraft.jar)
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
CoFHCore: -[1.7.10]3.1.3-327
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
ThermalFoundation: -[1.7.10]1.2.5-115
ThermalExpansion: -[1.7.10]4.1.4-247
MineFactoryReloaded: -[1.7.10]2.8.1-174
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.1-22
ThermalDynamics: -[1.7.10]1.2.0-171
List of loaded APIs:
* AgriCraftAPI (1.0) from AgriCraft-1.7.10-1.5.0.jar
* AncientWarfareAPI (1.0) from ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar
* AppleCoreAPI (1.2.0) from AppleCore-mc1.7.10-1.3.0.jar
* appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-164.jar
* AromaBackupAPI (1.0) from AromaBackup-1.7.10-0.1.0.0.jar
* BattlePlayer (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
* Baubles|API (1.0.1.10) from inventorypets-1.7.10-1.4.8.1-universal.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1832-universal.jar
* BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
* BotaniaAPI (76) from Botania r1.8-249.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.18.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|core (1.0) from extrautilities-1.2.12.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|events (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|items (1.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|lists (1.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.1.18.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|robotics (3.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|statements (1.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.1.18.jar
* BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar
* BuildCraftAPI|transport (4.1) from buildcraft-7.1.18.jar
* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.7 - MC 1.7.10.jar
* CoFHAPI (1.7.10R1.0.13) from EnderCore-1.7.10-0.2.0.39_beta.jar
* CoFHAPI|block (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|core (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|energy (1.7.10R1.0.2) from BrandonsCore-1.0.0.12.jar
* CoFHAPI|fluid (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|inventory (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar
* CoFHAPI|item (1.7.10R1.0.10) from Mekanism-1.7.10-9.1.0.281.jar
* CoFHAPI|modhelpers (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|tileentity (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|transport (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|world (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|audio (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|container (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|element (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|element|listbox (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|slot (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|inventory (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|render (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|render|particle (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|util (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|util|helpers (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|util|position (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|world (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|world|feature (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* ComputerCraft|API (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|FileSystem (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Lua (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Media (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Peripheral (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Permissions (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Redstone (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Turtle (1.75) from ComputerCraft1.75.jar
* CSLib|API (0.3.0) from Decocraft-2.3.5_1.7.10.jar
* DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2h.jar
* DualWield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
* DynamicSkillsAPI (1.7.10-1.0) from 1.7.10-dynamicswordskills-1.7.jar
* EE3-API|array (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|core (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|event (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|exchange (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|knowledge (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|recipe (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|util (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
* ForestryAPI|apiculture (2.6.0) from GraveStone-2.16.1.jar
* ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|core (2.6.1) from GraveStone-2.16.1.jar
* ForestryAPI|farming (1.1.0) from GraveStone-2.16.1.jar
* ForestryAPI|food (1.1.0) from GraveStone-2.16.1.jar
* ForestryAPI|fuels (2.0.1) from GraveStone-2.16.1.jar
* ForestryAPI|genetics (2.7.0) from GraveStone-2.16.1.jar
* ForestryAPI|hives (4.0.0) from GraveStone-2.16.1.jar
* ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|mail (3.0.0) from GraveStone-2.16.1.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|storage (2.3.0) from GraveStone-2.16.1.jar
* ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.16.64.jar
* Heraldry (alpha) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
* IC2API (1.0) from [1.7.10] Thaumic Additions - 0.35.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.7.jar
* LookingGlass|API (1.0) from [1.7.10] Thaumic Additions - 0.35.jar
* MekanismAPI|core (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar
* MekanismAPI|energy (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar
* MekanismAPI|gas (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar
* MekanismAPI|infuse (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar
* MekanismAPI|laser (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar
* MekanismAPI|reactor (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar
* MekanismAPI|recipe (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar
* MekanismAPI|transmitter (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar
* MekanismAPI|util (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar
* MetallurgyAPI (2.0.1) from Metallurgy-1.7.10-4.0.8.97.jar
* neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0-122.jar
* Quiver (0.2) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
* RailcraftAPI|crafting (1.0.0) from ImmersiveEngineering-0.7.7.jar
* Shield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
* STAPI (1.7.10-1.3) from [1.7.10] Thaumic Additions - 0.35.jar
* STAPI|power (1.7.10-1.3) from [1.7.10] Thaumic Additions - 0.35.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* Thaumcraft|API (4.2.2.0) from Thaumaturgical Knowledge-0.1.5.2 - 1.7.10.jar
* TravellersGear|API (1.0) from TravellersGear-1.7.10-1.16.6.jar
* TSteelworksAPI (1.2) from TSteelworks-1.7.10-1.1.2-20.jar
* VeinMinerApi (0.1) from VeinMiner-1.7.10_0.31.4.unknown.jar
* WailaAPI (1.0) from [1.7.10] Thaumic Additions - 0.35.jar
* Weapons (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar
* WIT-API (1) from WIT-1.7.10-1.0.8-1.jar
EnderIO: No known problems detected.
AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:OFF, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:OFF, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF
Launched Version: forge-10.13.4.1614
LWJGL: 2.9.1
OpenGL: AMD Radeon(TM) R7 Graphics GL version 4.5.13397 Compatibility Profile Context 15.200.1055.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.

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)

WARN console spam

I got tired of spammy console output. I've noted every single WARN and STDERR(just a single one, from Lootbags) during server startup. I've decided that I will not be making 63 separate issue descriptions, so I've added line numbers to each mod name which correspond to the server startup log line numbers.

Some mods have more problems, so there will be numbers separated by a comma.

I do realize that a lot of those are warnings when transitioning to 1.11, but it still throws a WARN now.

Forge 2092
Modlist: http://pastebin.com/aXWf0Cuq
Server launch: http://pastebin.com/gsyQ3YSb

Actually Additions: 1324
aroma1997 Core: 7, 86
Aroma1997sDimension: 96, 947
AromaBackup: 105
AutoRegLib: 126
AutoSapling: 135
AppleCore: 75-84
Baubles: 145
BetterAchievements: 163
BetterBedrockGen: 154
BetterFoliage: 8, 172
BetterSprinting: 182
BiomesOPlenty: 192
BloodMagic: 201
Botania: 210
Calculator: 219
Chameleon: 228
ChickenChunks: 237
Chisel: 1182
codechicken.core, codechicken.lib: 10 - 13
EnderIO: 249, 696, 1368, 1575
EnderStorage: 258
enchiridion: 1972
Evilcraft: 1179, 1382, 1970(actually cyclops core)
ExtraUtils2: 268
FloodLights: 278
Fluxed Redstone: 14
Forestry: 743 - might be TC fault
HoloInventory: 288
immersiveengineering: 578 - might be TC fault
Inventory Tweaks: 15
IngameAccountSwitcher: 298
InGameInfoXML: 308
IvToolkit: 16
JEI: 318
jurassicraft: 1969
LootBags: 1710 - STDERR - xxxKB of error logs, 1973
LunatriusCore: 328
MCA: 337
Morphtool: 348
Morpheus: 357
Neat: 366
nethercore: 375
OfflineSkins: 17, 376
OpenComputers: 378
OpenFM: 18
powerinventory: 386
Psi: 388
Quark: 19, 397
RadixCore: 406
Random Things: 20
roots: 1980
Roguelike: 415
SonarCore: 424, 980, 984
StorageDrawers: 433
Tconstruct: 578 - might be IE fault
TechReborn: 904
TinkersAddons: 442
trashslot: 450
UniDict: 452
VeinMiner: 461
Waila: 479, 1598
WailaHarvestability: 488
waystones: 497

Nothing but more loot bag

ok so i am playing this mod on 1.7.10 and when a mob drops a lootbag all i get i more loot bags, no random item in game, or material, its just all loot bags any ideas how i can fix this?

Common Lootbags issue

Common lootbags just disappear after opening them, they do not give any items. Every other Lootbag works. I am using MC 1.10.2

Lootbags don't roll the quantity of items

The items obtained from loot bags don't seem to roll for the amount given, so you always get one item per rolled item slot. The items added in the whitelist in the config appear to roll normally for the item quantities.
Tested with version 1.10.2-2.3.2 anf Forge 12.18.3.2202

Loot Recycler Destroying Bags

Not sure if this was intended, but if there are loot bags in the Loot Recycle when you break it, they get destroyed.

Using the most recent version.

When i open lootbag it dissappears..

so I was intrested in SkyFactory at this point and i downloaded and installed the mods. LootBag was there. and i said. "oh cool loot bags" but theres one problem..

everytime i open a loot bag it disappears :(
pls halp i need lootbags. loootbags are luv loot bags are lyfe

Localised name for Custom Lootbags

In the config word document it says the language file needs to be updated, does this mean the one inside the jar, or is there a way to do this without recompiling everything (pretty new at that sort of thing)

Crafting bag upgrades.

So it would seem that you can remove all but one item from a loot bag, And still use it for crafting the next tier items. Not sure if this was meant to be like this or not.

Possible Crafting Request

Heya Mal,

Is it possible to add an option to allow crafting downwards with loot bags, with the same option to now allow opened bags to be crafted with? For example 1 tier 4 bag crafts into 4 tier 3 bags?

Thank you :)
Darkosto

Whitelists not working properly?

I've tried to add items to the white list a few times now and it's not working. I've tried adding things that stack and things that don't stack. I did the "lootbags_itemdump", got the list, but things are laid out differently. I can't figure out a way to get them to work. :/

Here is a pastebin of my crash and below is what I have for my whitelisted section.

"whitelisted items" {
# Adding a modid and internal item name to this list will add the item to the Loot Bag drop table. The entry must be in the form ::::::[<nbt data (seriously don't try to make this by hand)> (optional)] Example to whitelist up to 16 iron ingots with a weight of 50: minecraft:iron_ingot:0:1:16:50.
S:"Global Whitelist" <
minecraft:gold_pickaxe:0:1:1:3
minecraft:gold_sword:0:1:1:3
minecraft:gold_shovel:0:1:1:3
minecraft:gold_axe:0:1:1:3
minecraft:gold_helmet:0:1:1:5
minecraft:gold_chestplate:0:1:1:5
minecraft:gold_boots:0:1:1:5
minecraft:gold_leggings:0:1:1:5
minecraft:redstone:0:1:7:5
>
}

No crafting recipe

For some reason, I don't have a crafting recipe for lootbags, and I haven't touched any of the config files. I tried setting some options to true and back to false to see if it did anything, but they didn't. Is their a fix for this or is my files bugged?

OpenComputers Support

Lootbag: v2.0.15
OpenComputers: 1.6.0.7-rc.1

It seems that Lootbags has issues with correctly generating loot from OpenComputers. Not once has lootbags been able to generate a disk that isn't a standard disk.

When I did a /lootbags_pullnbt this is what was in the dump file;
OpenComputers:item:4:1:64:20:31|-117|8|0|0|0|0|0|0|0|45|-115|-79|10|-62|64|16|68|7|21|61|18|-80|-78|-79|75|-87|-115|31|-112|86|72|105|-118|124|-63|122|57|37|-80|-105|61|-18|-42|-30|-2|-34|21|-84|-26|49|-68|97|26|-96|-63|65|124|63|-109|-110|67|107|-12|42|55|-90|103|96|-20|37|-123|85|10|-74|112|86|123|97|-55|0|54|-26|-49|75|73|76|-43|97|-9|-96|24|112|30|77|28|-89|-18|98|-103|73|-105|-11|-35|77|-75|104|-120|87|56|28|109|-53|34|58|-112|87|-55|21|-89|-97|124|-105|-104|62|26|114|-23|-1|31|95|44|18|-82|108|-120|0|0|0

Using Minetweakers /mt hand shows the following:
<OpenComputers:item:4>.withTag({"oc:data": {"oc:fs.label": "openos"}, "oc:color": 2, display: {Name: "OpenOS (Operating System)"}, "oc:lootFactory": "OpenComputers:openos"})

It seems Lootbags has issues with generating the extra NBT data.

This is an excerpt from the OpenComputers config file that I think that should also be of note:

    # The probability (or rather, weighted chance) that a program disk is
    # spawned as loot in a treasure chest. For reference, iron ingots have
    # a value of 10, gold ingots a value of 5 and and diamonds a value of 3.
    # This is the chance *that* a disk is created. Which disk that will be
    # is decided in an extra roll of the dice.
    lootProbability=5

Loot Bag Duplication Bug

Hello,

While testing, I've discovered the loot bags can be duplicated. The way to make this happen is:

  1. Open a loot bag GUI
  2. Have a machine/block pull the loot bag from your inventory

You'll be able to pull the items from the loot bag and a copy of that exact loot bag has been duplicated by the machine you had pull from your inventory. This is not the fault of the machine, such as Steve's Factory Manager, but loot bags not checking whether or not the bag is still in the player inventory when the GUI is open. Botania, Extra Utils, and a number of other mods simply close the GUI and transfer the bag when moved by the factory block.

Thanks!

Command error for "/lootbags_itemdump"

The command "/lootbags_itemdump" causes the server to return an error. This error occurs in 2.0.4 and in 2.0.8. I've tried to manually create the "dumps" folder with the "LootBagsItemDump.txt" file inside of it (in the servers' root and in the clients' root), but there was no change.

Error message from in-game chat:

An unknown error occurred while attempting to perform this command

Error message from server console:
[16:33:08] [Server thread/ERROR]: Couldn't process command: 'lootbags_itemdump' java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft at mal.lootbags.handler.ItemDumpCommand.func_71515_b(ItemDumpCommand.java:98) ~[ItemDumpCommand.class:?] at net.minecraft.command.CommandHandler.func_71556_a(CommandHandler.java:94) [z.class:?] at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:739) [nh.class:?] at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:718) [nh.class:?] at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(SourceFile:37) [ir.class:?] at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(SourceFile:9) [ir.class:?] at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?] at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [MinecraftServer.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) [lt.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]

1.7.10 Loot Bags crash in crafting 3x3

Each time I try to craft common loot bags into 1 uncommon loot bag in a 3x3 crafting grid the client crashes, I tested this crash on 4 different 3x3 crafting grids (Vanilla, Natura, Tinkers' Construct, and Applied Energistics 2). The internal 2x2 crafting grid works fine however.
Here is my config file: http://pastebin.com/awcZ7xw2
Vanilla crash: http://pastebin.com/MqK16TxG
TConstruct crash: http://pastebin.com/SHwE9SXU
AE2 crash: http://pastebin.com/B421aFHi
Natura crash: http://pastebin.com/Riy4Rnbu

Blacklist for Loottable is not working

Hello,

my problem is that I have tried to add the Enchanting Scrolls from "Enchanting Plus" mod to the loottable.
My options was:
S:"Global Blacklist" < eplus:scroll >

And I have tried it with the ID 6389, also with eplus:scroll:0.

The cfg file is not crashing and the Enchanting Scrolls are still in the loottable of the LootBags.

Best Regards
ManuXz
-Unitedworldmienrs Team-

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.