Code Monkey home page Code Monkey logo

iblis's People

Contributors

foghrye4 avatar seanchengn avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

iblis's Issues

Compatibility request for 'Realbench'

Compatibility request for 'Realbench' https://minecraft.curseforge.com/projects/realbench?gameCategorySlug=mc-mods&projectID=237414 'Realbench' adds a feature to vanilla workbench to hold ingredients if one walks away without taking them. 'Iblis' is not compatible with that particular behavior, upon returning to the workbench, 'Iblis' does not see the tool, weapon, or armor that was left on the bench. Currently, upon returning to the bench, one has to pick up one of the ingredients and set it back down for 'Iblis' to see it. Otherwise, 'Iblis' works fine with 'Realbench' mod.

Edit: It is the 'practice' part of 'Iblis' that does not see the item upon return to the workbench.

Compatibility Request

Would it be possible to make your mod compatible with Apple Core (and by extension Spice of Life and Spice of Life: Carrot Edition)? At the moment it crashes to desktop on loading world if Apple Core is present.

possible bug

in Minecraft you can add two tools together to get a third with a bit better durability. Such as make two axes, use each for a while, put both damaged axes in crafting table to get a third with a bit better durability than those two had left. Iblis doesn't seem to cover this situation. If it does then the pop-up info box for the tool doesn't reflect it.

Missing Documentation Gluttony Attribute

Gluttony is listed as an stat attribute to increase amount of food a player can eat however the skill has no + icon to spend points to increase it the wiki does not provide proper documentation on how to utilize or improve this attribute

[Crash Report] Possible AttributeInstance problem

java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(Unknown Source)
at java.util.HashMap$KeyIterator.next(Unknown Source)
at java.util.AbstractCollection.addAll(Unknown Source)
at net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_111122_c(SourceFile:62)
at net.minecraft.network.play.server.SPacketEntityProperties.(SourceFile:26)
at net.minecraft.entity.EntityTrackerEntry.func_111190_b(EntityTrackerEntry.java:327)
at net.minecraft.entity.EntityTrackerEntry.func_73122_a(EntityTrackerEntry.java:273)
at net.minecraft.entity.EntityTracker.func_72788_a(EntityTracker.java:292)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:777)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:239)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
at java.lang.Thread.run(Unknown Source)

Using latest Iblis (0.3.8) and Minecraft Forge 2491 (1.12.2)
I've disabled the Jumping ability, but I think the mod is still "listening" to the jumping attribute, hence the AtributeInstance error

Problem with shooting another player with shotgun.

---- Minecraft Crash Report ----

WARNING: coremods are present:
PassableLeavesCore (PassableLeavesCore-1.12.2-1.0.0.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.15-universal.jar)
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
LucraftCoreCoreMod (LucraftCore-1.12.2-2.3.4.jar)
Contact their authors BEFORE contacting forge

// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 2/6/19 2:28 AM
Description: Unexpected error

java.lang.ClassCastException: net.minecraft.client.entity.EntityPlayerSP cannot be cast to net.minecraft.entity.player.EntityPlayerMP
at iblis.item.ItemShotgun.shoot(ItemShotgun.java:80)
at iblis.item.ItemFirearmsBase.onShoot(ItemFirearmsBase.java:109)
at iblis.item.ItemFirearmsBase.func_77644_a(ItemFirearmsBase.java:67)
at net.minecraft.item.ItemStack.func_77961_a(ItemStack.java:366)
at net.minecraft.entity.player.EntityPlayer.func_71059_n(EntityPlayer.java:1421)
at bettercombat.mod.client.handler.EventHandlersClient.onMouseLeftClick(EventHandlersClient.java:100)
at bettercombat.mod.client.handler.EventHandlersClient.onMouseEvent(EventHandlersClient.java:52)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_516_EventHandlersClient_onMouseEvent_MouseEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.client.ForgeHooksClient.postMouseEvent(ForgeHooksClient.java:273)
at net.minecraft.client.Minecraft.func_184124_aB(Minecraft.java:2275)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1800)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
at net.minecraft.client.main.Main.main(SourceFile:123)
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:497)
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 --
Thread: Client thread
Stacktrace:
at iblis.item.ItemShotgun.shoot(ItemShotgun.java:80)
at iblis.item.ItemFirearmsBase.onShoot(ItemFirearmsBase.java:109)
at iblis.item.ItemFirearmsBase.func_77644_a(ItemFirearmsBase.java:67)
at net.minecraft.item.ItemStack.func_77961_a(ItemStack.java:366)
at net.minecraft.entity.player.EntityPlayer.func_71059_n(EntityPlayer.java:1421)
at bettercombat.mod.client.handler.EventHandlersClient.onMouseLeftClick(EventHandlersClient.java:100)
at bettercombat.mod.client.handler.EventHandlersClient.onMouseEvent(EventHandlersClient.java:52)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_516_EventHandlersClient_onMouseEvent_MouseEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.client.ForgeHooksClient.postMouseEvent(ForgeHooksClient.java:273)
at net.minecraft.client.Minecraft.func_184124_aB(Minecraft.java:2275)

-- Affected level --
Details:
Level name: MpServer
All players: 2 total; [EntityPlayerSP['starwolf62'/151, l='MpServer', x=297.75, y=63.00, z=283.04], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=296.30, y=62.00, z=285.70]]
Chunk stats: MultiplayerChunkCache: 441, 441
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (176,64,256), Chunk: (at 0,4,0 in 11,16; contains blocks 176,0,256 to 191,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 4155884 game time, 749409 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: 102 total; [EntityPlayerSP['starwolf62'/151, l='MpServer', x=297.75, y=63.00, z=283.04], EntityItem['item.item.batwing'/12291, l='MpServer', x=-114.66, y=28.00, z=332.35], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=302.81, y=52.00, z=282.53], EntityItem['item.item.egg'/26884, l='MpServer', x=356.71, y=66.00, z=224.38], EntityItem['item.item.arrow'/26639, l='MpServer', x=292.07, y=20.00, z=219.59], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=305.66, y=52.00, z=284.64], EntityItem['item.item.arrow'/26640, l='MpServer', x=293.01, y=20.00, z=220.78], EntityItem['item.item.bone'/26641, l='MpServer', x=293.32, y=20.00, z=219.75], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=293.42, y=65.17, z=242.70], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=305.75, y=52.00, z=283.34], EntityXPOrb['Experience Orb'/27697, l='MpServer', x=306.13, y=63.00, z=282.74], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=309.37, y=50.52, z=285.21], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=303.73, y=52.00, z=281.67], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=305.30, y=52.00, z=283.11], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=298.62, y=54.11, z=276.30], EntityItem['item.item.dyePowder.black'/25399, l='MpServer', x=247.13, y=32.00, z=264.45], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=299.13, y=56.23, z=276.30], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=300.50, y=58.06, z=276.30], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=300.90, y=59.02, z=276.30], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=306.81, y=52.00, z=282.86], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=309.72, y=50.52, z=285.70], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=306.42, y=52.00, z=282.99], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=296.30, y=62.00, z=285.70], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=311.07, y=37.05, z=285.08], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=309.19, y=35.05, z=283.17], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=309.54, y=52.00, z=281.28], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=307.72, y=52.00, z=280.85], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=307.57, y=52.00, z=282.49], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=308.18, y=52.00, z=284.91], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=300.69, y=63.00, z=287.02], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=310.03, y=49.20, z=284.55], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=300.69, y=63.00, z=287.02], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=296.30, y=62.00, z=285.70], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=300.69, y=63.00, z=287.02], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=264.36, y=59.12, z=264.86], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=300.69, y=63.00, z=287.02], EntityItem['item.item.spiderleg'/26710, l='MpServer', x=282.88, y=28.00, z=323.75], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=300.69, y=63.00, z=287.02], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=306.13, y=52.00, z=283.17], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=308.18, y=52.00, z=284.91], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=305.53, y=52.00, z=283.04], EntityItem['item.item.dyePowder.black'/25947, l='MpServer', x=248.76, y=33.00, z=263.60], EntityItem['item.item.string'/26715, l='MpServer', x=280.53, y=27.00, z=325.02], EntityItem['item.tile.gravel'/26717, l='MpServer', x=279.13, y=28.00, z=326.08], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=305.13, y=52.00, z=283.32], EntityItem['item.tile.gravel'/26719, l='MpServer', x=280.09, y=28.00, z=324.90], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=306.55, y=52.00, z=283.10], EntityItem['item.tile.gravel'/26720, l='MpServer', x=282.06, y=28.00, z=324.28], EntityItem['item.item.flint'/26721, l='MpServer', x=278.13, y=29.00, z=324.50], EntityItem['item.item.chestplateGold'/27745, l='MpServer', x=238.03, y=25.77, z=233.28], EntityItem['item.tile.gravel'/26722, l='MpServer', x=281.27, y=27.00, z=323.14], EntityItem['item.tile.stonebrick'/26724, l='MpServer', x=279.13, y=28.00, z=323.14], EntityItem['item.tile.oreIron'/26725, l='MpServer', x=287.42, y=33.00, z=324.10], EntityItem['item.tile.gravel'/26726, l='MpServer', x=281.88, y=28.00, z=326.04], EntityItem['item.tile.gravel'/26727, l='MpServer', x=277.13, y=30.00, z=326.52], EntityItem['item.tile.stonebrick'/26728, l='MpServer', x=280.10, y=29.00, z=326.73], EntityItem['item.item.flint'/26729, l='MpServer', x=281.77, y=28.00, z=324.01], EntityItem['item.tile.stonebrick'/26731, l='MpServer', x=282.15, y=28.00, z=324.74], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=270.55, y=62.70, z=255.89], EntityItem['item.item.rottenFlesh'/26733, l='MpServer', x=310.17, y=20.00, z=264.32], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=308.18, y=52.00, z=284.91], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=308.34, y=52.00, z=285.02], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=303.67, y=52.00, z=283.64], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=300.68, y=57.50, z=276.59], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=300.83, y=59.05, z=276.30], EntityXPOrb['Experience Orb'/26485, l='MpServer', x=268.73, y=56.00, z=252.78], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=307.56, y=52.00, z=284.61], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=301.44, y=59.00, z=276.31], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=269.77, y=62.41, z=254.85], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=295.37, y=62.01, z=284.41], EntityItem['item.item.sulphur'/27029, l='MpServer', x=284.01, y=32.00, z=323.32], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=301.71, y=52.00, z=280.50], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=299.07, y=54.05, z=277.53], EntityItem['item.item.arrow'/25246, l='MpServer', x=313.37, y=18.00, z=274.77], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=300.70, y=58.00, z=276.31], EntityItem['item.item.bone'/25247, l='MpServer', x=312.72, y=18.00, z=274.33], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=296.30, y=62.00, z=285.70], EntityItem['item.item.cyberware.brain_upgrades.matrix'/25248, l='MpServer', x=313.00, y=18.00, z=274.12], EntityItem['item.item.coal'/25249, l='MpServer', x=313.83, y=18.00, z=273.12], EntityItem['item.item.bone'/25250, l='MpServer', x=313.88, y=18.00, z=273.22], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=300.11, y=57.75, z=277.85], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=302.99, y=52.00, z=281.43], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=302.63, y=52.00, z=283.72], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=301.40, y=59.00, z=276.30], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=303.70, y=59.00, z=276.47], EntityItem['item.item.bone'/26291, l='MpServer', x=332.75, y=39.00, z=226.24], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=306.68, y=52.10, z=285.17], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=303.70, y=59.00, z=276.47], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=306.75, y=52.00, z=282.59], EntityItem['item.tile.dirt.default'/26039, l='MpServer', x=293.08, y=61.00, z=241.88], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=305.61, y=52.00, z=282.38], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=304.71, y=60.87, z=276.50], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=305.61, y=52.00, z=282.38], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=303.83, y=52.00, z=280.27], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=305.57, y=52.00, z=280.50], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=305.55, y=61.14, z=276.70], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=301.63, y=63.00, z=288.01], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=301.63, y=63.00, z=288.02], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=306.88, y=52.00, z=283.81], EntityItem['item.item.batwing'/27094, l='MpServer', x=325.39, y=22.00, z=278.66], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=301.63, y=63.00, z=288.02], EntityOtherPlayerMP['Harlaus'/12863, l='MpServer', x=301.27, y=63.00, z=286.27]]
Retry entities: 14 total; [EntityItem['item.item.batwing'/12291, l='MpServer', x=-114.66, y=28.00, z=332.35], EntityItem['item.item.batwing'/12549, l='MpServer', x=-106.88, y=32.00, z=228.58], EntityItem['item.item.spiderleg'/12839, l='MpServer', x=-39.53, y=70.00, z=270.95], EntityItem['item.item.arrow'/12426, l='MpServer', x=-96.68, y=31.00, z=322.26], EntityItem['item.item.bone'/12427, l='MpServer', x=-97.94, y=18.00, z=321.26], EntityItem['item.tile.stonebrick'/11471, l='MpServer', x=-101.45, y=48.00, z=225.88], EntityItem['item.tile.stonebrick'/11472, l='MpServer', x=-99.45, y=48.00, z=224.79], EntityItem['item.item.batwing'/12528, l='MpServer', x=-67.42, y=17.00, z=231.88], EntityItem['item.tile.stonebrick'/11473, l='MpServer', x=-102.26, y=48.00, z=223.90], EntityItem['item.item.rottenFlesh'/12372, l='MpServer', x=-108.56, y=30.00, z=328.78], EntityMinecartChest['Minecart with Chest'/152, l='MpServer', x=-91.50, y=61.06, z=278.50], EntityItem['item.item.dyePowder.black'/11864, l='MpServer', x=-60.02, y=62.00, z=331.49], EntityItem['item.item.string'/12762, l='MpServer', x=-103.80, y=34.00, z=224.95], EntityItem['item.tile.dirt.default'/12797, l='MpServer', x=-129.13, y=64.00, z=224.13]]
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:427)
at net.minecraft.client.main.Main.main(SourceFile:123)
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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2498708264 bytes (2382 MB) / 5268045824 bytes (5024 MB) up to 8589934592 bytes (8192 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.42 Powered by Forge 14.23.5.2784 66 mods loaded, 66 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State  | ID                                   | Version                | Source                                                   | Signature                                |
|:------ |:------------------------------------ |:---------------------- |:-------------------------------------------------------- |:---------------------------------------- |
| LCHIJA | minecraft                            | 1.12.2                 | minecraft.jar                                            | None                                     |
| LCHIJA | mcp                                  | 9.42                   | minecraft.jar                                            | None                                     |
| LCHIJA | FML                                  | 8.0.99.99              | forge-1.12.2-14.23.5.2784.jar                            | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge                                | 14.23.5.2784           | forge-1.12.2-14.23.5.2784.jar                            | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | passableleavescore                   | 1.0.0                  | minecraft.jar                                            | None                                     |
| LCHIJA | armorsouls                           | 1.0.1                  | Armor+Souls+1.0.1+Forge.jar                              | None                                     |
| LCHIJA | badmobs                              | 1.1.36                 | BadMobs-1.12.2-1.1.36.jar                                | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | baubles                              | 1.5.2                  | Baubles-1.12-1.5.2.jar                                   | None                                     |
| LCHIJA | bettercombatmod                      | 1.5.6                  | BetterCombat-1.12.2-1.5.6.jar                            | None                                     |
| LCHIJA | bionisation3                         | 1.0.6                  | Bionisation3-1.12.2-1.0.6.jar                            | None                                     |
| LCHIJA | crafttweaker                         | 4.1.14                 | CraftTweaker2-1.12-4.1.14.jar                            | None                                     |
| LCHIJA | mantle                               | 1.12-1.3.3.39          | Mantle-1.12-1.3.3.39.jar                                 | None                                     |
| LCHIJA | jei                                  | 4.14.4.261             | jei_1.12.2-4.14.4.261.jar                                | None                                     |
| LCHIJA | tconstruct                           | 1.12.2-2.12.0.115      | TConstruct-1.12.2-2.12.0.115.jar                         | None                                     |
| LCHIJA | conarm                               | 1.2.3                  | conarm-1.12.2-1.2.3.jar                                  | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| LCHIJA | cosmeticarmorreworked                | 1.12.2-v4              | CosmeticArmorReworked-1.12.2-v4.jar                      | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| LCHIJA | toughasnails                         | 3.1.0.139              | ToughAsNails-1.12.2-3.1.0.139-universal.jar              | None                                     |
| LCHIJA | corpsecomplex                        | 1.0.3                  | corpsecomplex-1.12.2-1.0.3.jar                           | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| LCHIJA | cosmeticarmorreworked|tombmanygraves | 1.12.2-v4              | CosmeticArmorReworked-1.12.2-v4.jar                      | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| LCHIJA | ctgui                                | 1.0.0                  | CraftTweaker2-1.12-4.1.14.jar                            | None                                     |
| LCHIJA | crafttweakerjei                      | 2.0.2                  | CraftTweaker2-1.12-4.1.14.jar                            | None                                     |
| LCHIJA | modcurrency                          | 1.12-1.3.6             | Currency-1.12.0-1.3.6.jar                                | None                                     |
| LCHIJA | cyberware                            | 0.2.10.15              | cyberware-1.12.2-0.2.10.15.jar                           | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
| LCHIJA | cyclopscore                          | 1.0.1                  | CyclopsCore-1.12.2-1.0.1.jar                             | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHIJA | dawnoftime                           | 0.1                    | dawnoftime-alpha-1.0.0.jar                               | None                                     |
| LCHIJA | dynamicstealth                       | 1.12.2.044             | DynamicStealth-1.12.2.044.jar                            | None                                     |
| LCHIJA | enchantability                       | 0.0.1                  | enchantability-1.0.jar                                   | None                                     |
| LCHIJA | epicsiegemod                         | 13.163                 | EpicSiegeMod-13.163.jar                                  | None                                     |
| LCHIJA | fastleafdecay                        | v14                    | FastLeafDecay-v14.jar                                    | None                                     |
| LCHIJA | ftblib                               | 5.4.0.73               | FTBLib-5.4.0.73.jar                                      | None                                     |
| LCHIJA | ftbutilities                         | 5.3.0.68               | FTBUtilities-5.3.0.68.jar                                | None                                     |
| LCHIJA | gravestone                           | 1.10.2                 | gravestone-1.10.2.jar                                    | None                                     |
| LCHIJA | lucraftcore                          | 1.12.2-2.3.4           | LucraftCore-1.12.2-2.3.4.jar                             | None                                     |
| LCHIJA | heroesexpansion                      | 1.12.2-1.2.3           | HeroesExpansion-1.12.2-1.2.3.jar                         | None                                     |
| LCHIJA | howlingmoon                          | 0.9                    | howlingmooncustom.jar                                    | None                                     |
| LCHIJA | iblis                                | 0.5.3                  | iblis-0.5.3.jar                                          | None                                     |
| LCHIJA | iblis_headshots                      | 1.2.0                  | iblis-0.5.3.jar                                          | None                                     |
| LCHIJA | improvedbackpacks                    | 1.12.2-1.4.0.0         | ImprovedBackpacks-1.12.2-1.4.0.0.jar                     | None                                     |
| LCHIJA | infernalmobs                         | 1.7.5                  | InfernalMobs-1.12.2.jar                                  | None                                     |
| LCHIJA | jepb                                 | 1.2.1                  | jepb-1.12-1.2.1.jar                                      | None                                     |
| LCHIJA | livingenchantment                    | 3.1.5                  | living_enchantment-3.1.5.jar                             | None                                     |
| LCHIJA | locks                                | 2.2                    | Locks-2.2.jar                                            | None                                     |
| LCHIJA | radixcore                            | 1.12.x-2.2.1           | RadixCore-1.12.x-2.2.1-universal.jar                     | None                                     |
| LCHIJA | mca                                  | 1.12.2-5.3.1           | MCA-1.12.x-5.3.1-universal.jar                           | None                                     |
| LCHIJA | metallurgy                           | 0.0.5                  | Metallurgy-4-Reforged-0.0.5.jar                          | None                                     |
| LCHIJA | targeting_api                        | 0.12                   | targeting_api-0.12.jar                                   | None                                     |
| LCHIJA | mkultra                              | 0.80                   | MKUltra-0.80.jar                                         | None                                     |
| LCHIJA | moreplayermodels                     | 1.12.2                 | MorePlayerModels_1.12.2(18jan18).jar                     | None                                     |
| LCHIJA | morpheus                             | 1.12-3.3.2             | Morpheus-1.12-3.3.2.jar                                  | None                                     |
| LCHIJA | collapsingcolumns                    | @VERSION@              | nonerdpoles-1.12.2-2.0.4.jar                             | None                                     |
| LCHIJA | sandro                               | 1.2d                   | Redstone+++ver1.2d.jar                                   | None                                     |
| LCHIJA | redstoneplusplus                     | 1.2d                   | Redstone+++ver1.2d.jar                                   | None                                     |
| LCHIJA | redstonepaste                        | 1.7.5                  | redstonepaste-mc1.12-1.7.5.jar                           | None                                     |
| LCHIJA | rewired                              | 1.12.2                 | ReWIRED-1.0.4.jar                                        | None                                     |
| LCHIJA | sereneseasons                        | 1.2.15                 | SereneSeasons-1.12.2-1.2.15-universal.jar                | None                                     |
| LCHIJA | stg                                  | 1.12.2-1.2.3           | stg-1.12.2-1.2.3.jar                                     | None                                     |
| LCHIJA | tails                                | 1.12-1.10.0            | Tails-1.12-1.10.0.jar                                    | None                                     |
| LCHIJA | tinkersarsenal                       | 0.5                    | tinkersarsenal-0.5.jar                                   | None                                     |
| LCHIJA | tipthescales                         | 1.0.3                  | TipTheScales-1.12.2-1.0.3.jar                            | None                                     |
| LCHIJA | unhealthydying                       | 1.2.2.1                | Unhealthy-Dying-1.2.2.1.jar                              | None                                     |
| LCHIJA | vampire                              | 0.0.2B                 | vampire-0.0.2B.jar                                       | None                                     |
| LCHIJA | vampirism                            | 1.4.9                  | Vampirism-1.12.2-1.4.9.jar                               | None                                     |
| LCHIJA | teamlapen-lib                        | 1.4.9                  | Vampirism-1.12.2-1.4.9.jar                               | None                                     |
| LCHIJA | vampirism_integrations               | vampirism_integrations | VampirismIntegrations-1.12.2-1.1.0-alpha+12-09-22-44.jar | None                                     |
| LCHIJA | walljump                             | 1.12.2-1.2.1           | walljump-1.12.2-1.2.1.jar                                | None                                     |
| LCHIJA | passableleaves                       | 2.0.0                  | PassableLeaves-1.12.2-2.0.0.jar                          | None                                     |

Loaded coremods (and transformers): 

PassableLeavesCore (PassableLeavesCore-1.12.2-1.0.0.jar)
teamrtg.passableleaves.asm.PassableLeavesTransformer
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.15-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
net.fybertech.nwr.NWRTransformer
LucraftCoreCoreMod (LucraftCore-1.12.2-2.3.4.jar)
lucraft.mods.lucraftcore.core.LCTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 399.07' Renderer: 'GeForce GTX 1070/PCIe/SSE2'
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)

Launched Version: 1.12.2-forge1.12.2-14.23.5.2784
LWJGL: 2.9.4
OpenGL: GeForce GTX 1070/PCIe/SSE2 GL version 4.6.0 NVIDIA 399.07, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 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: 12x Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz

You ever come acrossed this weird issue?

When creating a new world with the most current Dissolution and Iblis with Forge 14.23.4.2759, the pause menu comes up immediately. Then, you can't exit it at all and are forced to click "Exit To Title".

you like to give me hopes on my Server

started Server. It worked.I Joined. New Error
java.lang.NoSuchMethodError: net.minecraft.util.FoodStats.func_75119_b(F)V
May i take a guess ? Gluttony has problems with applecore or other mods that affect hunger mechanic.
-same mods as before

This is the best i can offer you:
https://pastebin.com/e3SxJ1Gr

Training dummies!

basically, you can hit or shoot at these to increase your skills, maybe not as much as actual combat, but still nonetheless could be used to safely train.
Maybe put some variants too, like a classic target, straw dummy, wood dummy, and one of those martial arts training things

Crashes with crossbow and unable to use shotgun on server.

---- Minecraft Crash Report ----

WARNING: coremods are present:
PassableLeavesCore (PassableLeavesCore-1.12.2-1.0.0.jar)
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
LucraftCoreCoreMod (LucraftCore-1.12.2-2.3.4.jar)
HCASM (HammerCore-1.12.2-2.0.4.1.jar)
Contact their authors BEFORE contacting forge

// Don't do that.

Time: 2/5/19 1:42 AM
Description: Ticking entity

java.lang.NoSuchMethodError: net/minecraft/util/math/AxisAlignedBB.(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;)V (loaded from jar:file:/home/minecraft/servers/mine242876/minecraft_server.1.12.2.jar!/bhb.class by net.minecraft.launchwrapper.LaunchClassLoader@46dfc932) called from class iblis.entity.EntityCrossbowBolt (loaded from jar:file:/home/minecraft/servers/mine242876/./mods/1.12.2/iblis-0.5.2.jar!/iblis/entity/EntityCrossbowBolt.class by net.minecraft.launchwrapper.LaunchClassLoader@46dfc932).
at iblis.entity.EntityCrossbowBolt.func_184551_a(EntityCrossbowBolt.java:112)
at net.minecraft.entity.projectile.EntityArrow.func_70071_h_(EntityArrow.java:248)
at iblis.entity.EntityCrossbowBolt.func_70071_h_(EntityCrossbowBolt.java:78)
at net.minecraft.world.World.func_72866_a(World.java:1993)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1955)
at net.minecraft.world.World.func_72939_s(World.java:1759)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:813)

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

-- Head --
Thread: Server thread
Stacktrace:
at iblis.entity.EntityCrossbowBolt.func_184551_a(EntityCrossbowBolt.java:112)
at net.minecraft.entity.projectile.EntityArrow.func_70071_h_(EntityArrow.java:248)
at iblis.entity.EntityCrossbowBolt.func_70071_h_(EntityCrossbowBolt.java:78)
at net.minecraft.world.World.func_72866_a(World.java:1993)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1955)

-- Entity being ticked --
Details:
Entity Type: iblis:crossbow_bolt (iblis.entity.EntityCrossbowBolt)
Entity ID: 7
Entity Name: entity.CrossbowBolt.name
Entity's Exact location: -10.27, 37.38, 315.60
Entity's Block location: World: (-11,37,315), Chunk: (at 5,2,11 in -1,19; contains blocks -16,0,304 to -1,255,319), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.32, -0.64, 7.99
Entity's Passengers: []
Entity's Vehicle: ERROR NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1759)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)

-- Affected level --
Details:
Level name: map
All players: 1 total; [EntityPlayerMP['starwolf62'/192, l='map', x=-10.23, y=36.00, z=314.62]]
Chunk stats: ServerChunkCache: 778 Drop: 0
Level seed: 1652597312920824284
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (176,64,256), Chunk: (at 0,4,0 in 11,16; contains blocks 176,0,256 to 191,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 2818276 game time, 2875495 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 130551 (now: false), thunder time: 18894 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:813)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 4.9.120-xxxx-std-ipv6-64-hz1000
Java Version: 1.8.0_192, Eclipse OpenJ9
Java VM Version: Eclipse OpenJ9 VM (JRE 1.8.0 Linux amd64-64-Bit Compressed References 20181107_95 (JIT enabled, AOT enabled)
OpenJ9 - 090ff9dcd
OMR - ea548a66
JCL - b5a3affe73 based on jdk8u192-b12), Eclipse OpenJ9
Memory: 209306776 bytes (199 MB) / 674234368 bytes (643 MB) up to 4294967296 bytes (4096 MB)
JVM Flags: 9 total; -Xoptionsfile=/home/minecraft/java/1.8.0_192_openj9-0.11.0/jre/lib/amd64/compressedrefs/options.default -Xlockword:mode=default,noLockword=java/lang/String,noLockword=java/util/MapEntry,noLockword=java/util/HashMap$Entry,noLockword=org/apache/harmony/luni/util/ModifiedMap$Entry,noLockword=java/util/Hashtable$Entry,noLockword=java/lang/invoke/MethodType,noLockword=java/lang/invoke/MethodHandle,noLockword=java/lang/invoke/CollectHandle,noLockword=java/lang/invoke/ConstructorHandle,noLockword=java/lang/invoke/ConvertHandle,noLockword=java/lang/invoke/ArgumentConversionHandle,noLockword=java/lang/invoke/AsTypeHandle,noLockword=java/lang/invoke/ExplicitCastHandle,noLockword=java/lang/invoke/FilterReturnHandle,noLockword=java/lang/invoke/DirectHandle,noLockword=java/lang/invoke/ReceiverBoundHandle,noLockword=java/lang/invoke/DynamicInvokerHandle,noLockword=java/lang/invoke/FieldHandle,noLockword=java/lang/invoke/FieldGetterHandle,noLockword=java/lang/invoke/FieldSetterHandle,noLockword=java/lang/invoke/StaticFieldGetterHandle,noLockword=java/lang/invoke/StaticFieldSetterHandle,noLockword=java/lang/invoke/IndirectHandle,noLockword=java/lang/invoke/InterfaceHandle,noLockword=java/lang/invoke/VirtualHandle,noLockword=java/lang/invoke/PrimitiveHandle,noLockword=java/lang/invoke/InvokeExactHandle,noLockword=java/lang/invoke/InvokeGenericHandle,noLockword=java/lang/invoke/VarargsCollectorHandle,noLockword=java/lang/invoke/ThunkTuple -Xjcl:jclse7b_29 -XX:+IdleTuningGcOnIdle -Xdump:none -Xquickstart -Xtune:virtualized -Xmx4096M -Xms512M
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.42 Powered by Forge 14.23.5.2810 59 mods loaded, 59 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State  | ID                                   | Version                | Source                                                   | Signature                                |
|:------ |:------------------------------------ |:---------------------- |:-------------------------------------------------------- |:---------------------------------------- |
| LCHIJA | minecraft                            | 1.12.2                 | minecraft.jar                                            | None                                     |
| LCHIJA | mcp                                  | 9.42                   | minecraft.jar                                            | None                                     |
| LCHIJA | FML                                  | 8.0.99.99              | forge-1.12.2-14.23.5.2810.jar                            | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge                                | 14.23.5.2810           | forge-1.12.2-14.23.5.2810.jar                            | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | passableleavescore                   | 1.0.0                  | minecraft.jar                                            | None                                     |
| LCHIJA | badmobs                              | 1.1.36                 | BadMobs-1.12.2-1.1.36.jar                                | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | baubles                              | 1.5.2                  | Baubles-1.12-1.5.2.jar                                   | None                                     |
| LCHIJA | bettercombatmod                      | 1.5.6                  | BetterCombat-1.12.2-1.5.6.jar                            | None                                     |
| LCHIJA | bionisation3                         | 1.0.6                  | Bionisation3-1.12.2-1.0.6.jar                            | None                                     |
| LCHIJA | crafttweaker                         | 4.1.14                 | CraftTweaker2-1.12-4.1.14.jar                            | None                                     |
| LCHIJA | mantle                               | 1.12-1.3.3.39          | Mantle-1.12-1.3.3.39.jar                                 | None                                     |
| LCHIJA | jei                                  | 4.14.4.261             | jei_1.12.2-4.14.4.261.jar                                | None                                     |
| LCHIJA | tconstruct                           | 1.12.2-2.12.0.115      | TConstruct-1.12.2-2.12.0.115.jar                         | None                                     |
| LCHIJA | conarm                               | 1.2.3                  | conarm-1.12.2-1.2.3.jar                                  | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| LCHIJA | cosmeticarmorreworked                | 1.12.2-v4              | CosmeticArmorReworked-1.12.2-v4.jar                      | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| LCHIJA | cosmeticarmorreworked|tombmanygraves | 1.12.2-v4              | CosmeticArmorReworked-1.12.2-v4.jar                      | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| LCHIJA | crafttweakerjei                      | 2.0.2                  | CraftTweaker2-1.12-4.1.14.jar                            | None                                     |
| LCHIJA | cyberware                            | 0.2.10.15              | cyberware-1.12.2-0.2.10.15.jar                           | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
| LCHIJA | cyclopscore                          | 1.0.1                  | CyclopsCore-1.12.2-1.0.1.jar                             | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHIJA | dawnoftime                           | 0.1                    | dawnoftime-alpha-1.0.0.jar                               | None                                     |
| LCHIJA | dynamicstealth                       | 1.12.2.044             | DynamicStealth-1.12.2.044.jar                            | None                                     |
| LCHIJA | enchantability                       | 0.0.1                  | enchantability-1.0.jar                                   | None                                     |
| LCHIJA | epicsiegemod                         | 13.163                 | EpicSiegeMod-13.163.jar                                  | None                                     |
| LCHIJA | fastleafdecay                        | v14                    | FastLeafDecay-v14.jar                                    | None                                     |
| LCHIJA | ftblib                               | 5.4.0.73               | FTBLib-5.4.0.73.jar                                      | None                                     |
| LCHIJA | ftbutilities                         | 5.3.0.68               | FTBUtilities-5.3.0.68.jar                                | None                                     |
| LCHIJA | gravestone                           | 1.10.2                 | gravestone-1.10.2.jar                                    | None                                     |
| LCHIJA | hammercore                           | 2.0.4.1                | HammerCore-1.12.2-2.0.4.1.jar                            | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| LCHIJA | lucraftcore                          | 1.12.2-2.3.4           | LucraftCore-1.12.2-2.3.4.jar                             | None                                     |
| LCHIJA | heroesexpansion                      | 1.12.2-1.2.3           | HeroesExpansion-1.12.2-1.2.3.jar                         | None                                     |
| LCHIJA | howlingmoon                          | 0.9                    | howlingmooncustom.jar                                    | None                                     |
| LCHIJA | iblis                                | 0.5.2                  | iblis-0.5.2.jar                                          | None                                     |
| LCHIJA | iblis_headshots                      | 1.2.0                  | iblis-0.5.2.jar                                          | None                                     |
| LCHIJA | improvedbackpacks                    | 1.12.2-1.4.0.0         | ImprovedBackpacks-1.12.2-1.4.0.0.jar                     | None                                     |
| LCHIJA | infernalmobs                         | 1.7.5                  | InfernalMobs-1.12.2.jar                                  | None                                     |
| LCHIJA | jepb                                 | 1.2.1                  | jepb-1.12-1.2.1.jar                                      | None                                     |
| LCHIJA | livingenchantment                    | 3.1.5                  | living_enchantment-3.1.5.jar                             | None                                     |
| LCHIJA | locks                                | 2.2                    | Locks-2.2.jar                                            | None                                     |
| LCHIJA | radixcore                            | 1.12.x-2.2.1           | RadixCore-1.12.x-2.2.1-universal.jar                     | None                                     |
| LCHIJA | mca                                  | 1.12.2-5.3.1           | MCA-1.12.x-5.3.1-universal.jar                           | None                                     |
| LCHIJA | metallurgy                           | 0.0.5                  | Metallurgy-4-Reforged-0.0.5.jar                          | None                                     |
| LCHIJA | targeting_api                        | 0.12                   | targeting_api-0.12.jar                                   | None                                     |
| LCHIJA | mkultra                              | 0.80                   | MKUltra-0.80.jar                                         | None                                     |
| LCHIJA | moreplayermodels                     | 1.12.2                 | MorePlayerModels_1.12.2(18jan18).jar                     | None                                     |
| LCHIJA | collapsingcolumns                    | @VERSION@              | nonerdpoles-1.12.2-2.0.4.jar                             | None                                     |
| LCHIJA | sandro                               | 1.2d                   | Redstone+++ver1.2d.jar                                   | None                                     |
| LCHIJA | redstoneplusplus                     | 1.2d                   | Redstone+++ver1.2d.jar                                   | None                                     |
| LCHIJA | redstonepaste                        | 1.7.5                  | redstonepaste-mc1.12-1.7.5.jar                           | None                                     |
| LCHIJA | rewired                              | 1.12.2                 | ReWIRED-1.0.4.jar                                        | None                                     |
| LCHIJA | stg                                  | 1.12.2-1.2.3           | stg-1.12.2-1.2.3.jar                                     | None                                     |
| LCHIJA | tails                                | 1.12-1.10.0            | Tails-1.12-1.10.0.jar                                    | None                                     |
| LCHIJA | tinkersarsenal                       | 0.5                    | tinkersarsenal-0.5.jar                                   | None                                     |
| LCHIJA | unhealthydying                       | 1.2.2.1                | Unhealthy-Dying-1.2.2.1.jar                              | None                                     |
| LCHIJA | vampire                              | 0.0.2B                 | vampire-0.0.2B.jar                                       | None                                     |
| LCHIJA | vampirism                            | 1.4.9                  | Vampirism-1.12.2-1.4.9.jar                               | None                                     |
| LCHIJA | teamlapen-lib                        | 1.4.9                  | Vampirism-1.12.2-1.4.9.jar                               | None                                     |
| LCHIJA | vampirism_integrations               | vampirism_integrations | VampirismIntegrations-1.12.2-1.1.0-alpha+12-09-22-44.jar | None                                     |
| LCHIJA | walljump                             | 1.12.2-1.2.1           | walljump-1.12.2-1.2.1.jar                                | None                                     |
| LCHIJA | passableleaves                       | 2.0.0                  | PassableLeaves-1.12.2-2.0.0.jar                          | None                                     |

Loaded coremods (and transformers): 

PassableLeavesCore (PassableLeavesCore-1.12.2-1.0.0.jar)
teamrtg.passableleaves.asm.PassableLeavesTransformer
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
net.fybertech.nwr.NWRTransformer
LucraftCoreCoreMod (LucraftCore-1.12.2-2.3.4.jar)
lucraft.mods.lucraftcore.core.LCTransformer
HCASM (HammerCore-1.12.2-2.0.4.1.jar)
com.zeitheron.hammercore.asm.HammerCoreTransformer
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)

Hammer Core Information: FluidDictionary Info: Registered 2 fluids.

OreDictionary Info: Registered 1844 names; 588 stacks.
Configuration Info: IyBDb25maWd1cmF0aW9uIGZpbGUKCmNsaWVudCB7CiAgICAjIFNob3VsZCBIYW1tZXIgQ29yZSByZXBsYWNlIGVuY2hhbnRtZW50IGdsaW50IGNvbG9yIHdpdGggbW9yZSBtYXRjaGluZyBjb2xvcnMgZm9yIHNvbWUgdmFuaWxsYSBpdGVtcz8gW2RlZmF1bHQ6IHRydWVdCiAgICBCOiJDdXN0b20gRW5jaGFudG1lbnQgQ29sb3JzIGZvciBWYW5pbGxhIEl0ZW1zIj10cnVlCgogICAgIyBTaG91bGQgSGFtbWVyIENvcmUgcG9ydGZvcndhcmQgeW91ciBsb2NhbCB3b3JsZCB3aGVuIHlvdSBzaGFyZSB3aXRoIGl0IHRvIExBTj8KICAgICMgVGhpcyBmZWF0dXJlIGRvZXNuJ3Qgd29yayBvbiBhbGwgY2xpZW50cywgeW91IGFyZSBnb2luZyB0byBnZXQgYSBtZXNzYWdlIGluIGNoYXQgaWYgaXQgd2FzIHN1Y2Nlc3NmdWwvdW5zdWNjZXNzZnVsIFtkZWZhdWx0OiB0cnVlXQogICAgQjoiTEFOIFVQblAiPXRydWUKCiAgICAjIFJlcGxhY2UgdmFuaWxsYSBmdXJuYWNlIGFuZCBicmV3aW5nIHN0YW5kIHByb2dyZXNzIGJhcnMgdG8gdXNlIHNtb290aCByZW5kZXJpbmc/IFtkZWZhdWx0OiB0cnVlXQogICAgQjoiU21vb3RoIFZhbmlsbGEgR3VpcyI9dHJ1ZQp9CgoKaXdyZW5jaCB7CiAgICAjIFdoYXQgaXMgdGhlIGNvbG9yIHdoZW4gdGhlIGhvdmVyZWQgYmxvY2sgaXMgd3JlbmNoYWJsZT8gKGNvbG9yIGVuY29kZWQgaW4gaGV4IGZvcm0gc3VjaCBhcyBSUkdHQkIpCiAgICBTOkdyZWVuPTIyRkYyMgoKICAgICMgV2hhdCBpcyB0aGUgY29sb3Igd2hlbiB0aGUgaG92ZXJlZCBibG9jayBpcyBOT1Qgd3JlbmNoYWJsZT8gKGNvbG9yIGVuY29kZWQgaW4gaGV4IGZvcm0gc3VjaCBhcyBSUkdHQkIpCiAgICBTOlJlZD1GRjIyMjIKfQoKCiJ2YW5pbGxhIGltcHJvdmVtZW50cyIgewogICAgIyBTaG91bGQgSGFtbWVyIENvcmUgZm9yY2Utc3Bhd24gRW5kZXIgRHJhZ29uIEVnZyBvbiBFbmRlciBEcmFnb24gZGVhdGg/IFtkZWZhdWx0OiB0cnVlXQogICAgQjoiQWx3YXlzIFNwYXduIERyYWdvbiBFZ2ciPXRydWUKfQoKCg==
Pastebin Connection: Okay.
Dependent Mods: None.

Profiler Position: N/A (disabled)
Player Count: 1 / 20; [EntityPlayerMP['starwolf62'/192, l='map', x=-10.23, y=36.00, z=314.62]]
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)

[Suggestion] Manually changing bonuses gained from skills

I like this mod and especially the skill tree and how you can train different skills, but the bonuses gained from training are too high.So i think that it would be a great idea for you to add configs to allow us to change the different bonuses gained from skills.Cause it ain't fun becoming a god after killing 10 dogs with my bare fists.Well at least for me.

Also thank you for this amazing mod.

New config option

Please make a config option for disabling custom 10+ heart overlay. For example certain mod (baubley heart canisters if i remember correctly) adds more aesthetical display of it, which i prefer.

Compatibility request for 'Pickletweaks'

I found a new mod to play with. 'Pickletweaks' https://www.curseforge.com/minecraft/mc-mods/pickle-tweaks The tools and weapons provided in the mod are compatible with 'Iblis'. However the 'Pickletweaks' mod allows weapon/tool/armor repair to be done in the crafting grid as opposed to the anvil. Damaged iron tool plus an iron ingot or two = repaired tool, etc. It also provides the ability to make repair kits to use. Question is, should I get weaponsmithing and armorsmithing xp when repairing items as opposed to making new ones. Would you be interested in adding that compatibility?

Figured I'd let you know of a crash that occurs between two mods...

Your mod doesn't seem to like the Dissolution Mod. I think it has to do with the creation of a zombie entity. Keep in mind I said I think as even the crash log and Vanillafix Mod has no clue as to what causes the crash. I had to remove Iblis to get Dissolution to stop crashing my modpack. The crash happens during the load screen, not during gameplay. I'm reporting this to the maker of Dissolution as well in case there is something they can do on their end as well.

Messed Up HUD Elements

Your mod mashes the air meter down into the hunger meter and I've even tested it with just this mod in a pack by itself. When I remove this add the elements return to their proper places.

Server Issue with Iblis 0.4.0

After testing my 1.12.2 Server with the newest iblis version it crashes and i get this exception
java.lang.NoClassDefFoundError: net/minecraft/client/renderer/color/IBlockColor
Isnt that for the Client ? Why is your mod telling my Server to load it ?
Here the full list of my mods on my Server for replication:
-astralsorcery 1.9.4
-Baubles 1.5.2
-CustomStartingGear 1.2.0.9
-dissolution 0.6.1
-Doggy Talents 1.14.2.321
-EpicSiegeMod 13.162
-FastLeafDecay v14
-Forgelin 1.7.4
-howlingmoon 0.9
-iblis 0.4.0
-InfernalMobs 1.12.2
-IronBackpacks 3.0.8-12
-journeymap 5.5.2
-JRFTL 1.1
-LibEx 1.0.8
-librarianlib 4.12
-lostcities 2.0.10
-NetherEx 2.0.8
-Reskillable 1.9.3
-ScalingHealth 1.3.26-127
-SereneSeasons 1.2.6
-SilentLib 3.0.1-145
-SimpleIrontoSteel 1.1
-stg 1.2.3
-TickDynamic 1.0.1
-trumpetskeleton 1.0.2.1
-Vampirism 1.4.5
-Waddles 0.6.0
-wizardry 0.9.6

Crash report:
crash-2018-08-29_09.21.52-server.txt
Complete Console Output from startup
https://pastebin.com/EG4GHgqk

[Suggestion] Option to disable the items added by the mod

If possible, I'd love it if we could disable the weapons, tools and other items added by the mod.
This might sound rude but what attracted me to the mod was the skill and characteristic systems and I'd love it if I could keep only that.

Sudden Crash

Just got a sudden crash. Suspected mod is Iblis Headshots. Hopefully the report belongs here. I opened a shulker box with a helmet item in my inventory, and the game crashed. Weirdly, it has never crashed prior and didn't crash again afterwards. Note that when opening the shulker box, mouse pointer was directly over the item. Crash report below.

Steps to reproduce:

  1. place any helmet item in the top center slot of your inventory.
  2. Open any container GUI that also opens your inventory, like a chest. You'll know if it'll trigger the crash when the mouse pointer is over the helmet, highlighting it.
  3. Keep opening and closing the container until the crash happens. It's inconsistent but will crash at some point.

crash-2022-10-12_17.48.01-client.txt

Ilbis Gui Buttons

Posted this on CF comments, but not sure if it'll get looked at there. with the recipe book removed (FastWorkBench or No Recipe Book), your ui elements get pushed over and cover quark's "Deposit to nearby chests" button.

2019-09-28_03 17 08

Block Lag when mining blocks and digging

Hi,
Somehow the diamond shovel I use to dig dirt blocks/grass blocks has gotten to the point where minecraft sometimes doesn't notice I dug those blocks (the speed of the digging is what is causing the issue). When broken the blocks become invisible and I sometimes damage myself on them. Is there a way we can get a config option with the max speed we can have on an item and control that? I feel this is better than just disabling the certain skill areas.

Minecraft: 1.12.2
Forge: 14.23.5.2836
Iblis: 0.5.11

Attribute leveling is glitchy

When i open attribute GUI first time in a game session (or after dimension travel) it shows that i have basic level for all attributes, even if i have leveled it up. And when i'm starting to max attributes again, it falsely spending levels that rolls back when XP bar is getting updated. It happens until i reach my actual attribute level, then it works well. It happens on my own WIP modpack.

[suggestion] RPG style Iblis

It is for modpack makers. The point is on professional. The professional content is customized by pack maker.

In the RPG version, players will use the transfer book to gain a career when their experience reaches a certain level (configurable). In terms of martial arts, "swordsmanship" is changed to "melee wepon" players can raise it and archery, throwing, etc. by using the weapons specified by the profession . These weapons are registered in the configuration file. Throwing can increase the variety of throwing items as the level increases. Sharpshooting can be compatible with other mod guns
Players use the occupation book to get profession after reaching a certain level of experience
In addition to these, the experience needs of raise characteristics can be different for each professional, and the initial characteristics level can also be different. item recipe need the level of craftsmanship to unlock.

Crash on right clicking with book

Takes a few minutes for me to start up my modded minecraft, so I'll add which book in a bit.
beginners manual to Chemistry volume 12
The 2 I used before it worked just fine, being beginners manual to medical aid vol 2 & 14
Iblis 0.4.4
forge 14.23.4.2759
MC 1.12.2
And of course, a crash log for your perusal.
https://pastebin.com/hmBSBQgb

Feature/compatibility request

You have 'Level Up' mod advertised on your page. I am using that mod too. In that mod when you achieve 5 levels of xp you can choose a path(combat, crafting, mining) to achieve additional xp. When I choose the crafting path a situation comes up with 'Iblis' practice crafting. Currently 'Iblis' practice crafting does not give or hook into the 'crafting' xp given by the 'Level Up' mod. Would it be possible for 'Iblis' to detect that the 'crafting path' has been chosen and somehow allow xp to be gotten from the 'Level Up' mod when 'practice crafting'?

Construct's Armory compatibility

I was playing around with Tinkers and it's armor add-on(Construct's Armory), and found out that there isn't armor smiting exp gained from making armor from Construct's.

Cannot join a server with Iblis installed

Minecraft Version

1.12.2

Server Platform

Mohist

Log

https://paste.ubuntu.com/p/DkR7tDybXn/

Server-side Mod List

77 [kiwi, 113_water_mechanics, coralreef, mohist, binniecore, fantasticlib, hungeroverhaul, witherskelefix, jei, futuremc, universalbestiary, doggytalents, growthcraft_bamboo, bibliocraft, contenttweaker, initialinventory, mcp, cookingforblockheads, placebo, sakura, champions, forgelin, atum, harvestcraft, stg, creeperconfetti, foamfixcore, iblis, grimoireofgaia, extrabees, growthcraft_rice, traverse, crafttweaker, mysticalworld, akashictome, forge, mysticallib, chinjufumod, growthcraft_fishtrap, phosphor-lighting, growthcraft, growthcraft_hops, darkeffects, extratrees, minecraft, growthcraft_cellar, crafttweakerjei, botany, mtlib, attaineddrops2, roost, mm_lib, growthcraft_milk, applecore, rustic, growthcraft_apples, genetics, brewcraft, patchouli, spartanshields, gravestone, taoism, autoreglib, libraryex, growthcraft_bees, FML, iblis_headshots, cuisine, spartanweaponry, cfm, recipehandler, growthcraft_grapes, solcarrot, foamfix, dynamicstealth, aquaculture, netherex, forestry, binniedesign, base, morebees]
You will find AppleCore is present.

If any information is needed, I will provide you as soon as possible.
Thanks in advance for your kind-hearted help!

Config enhancement

Please add config option to disable that annoying pink quality tooltip.

[Crash Report] Crafting/Smithing ability being applied client-side

java.lang.IllegalStateException: Skills should be raised only at server side.
at iblis.player.PlayerSkills.raiseSkill(PlayerSkills.java:32)
at iblis.crafting.PlayerSensitiveRecipeWrapper.raiseSkill(PlayerSensitiveRecipeWrapper.java:96)
at iblis.crafting.CraftingHandler.onAnvilRepair(CraftingHandler.java:157)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_857_CraftingHandler_onAnvilRepair_AnvilRepairEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.common.ForgeHooks.onAnvilRepair(ForgeHooks.java:935)
at net.minecraft.inventory.ContainerRepair$2.func_190901_a(ContainerRepair.java:73)
at net.minecraft.inventory.Container.func_184996_a(Container.java:303)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_187098_a(PlayerControllerMP.java:565)
at net.minecraft.client.gui.inventory.GuiContainer.func_184098_a(GuiContainer.java:638)
at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:392)
at net.minecraft.client.gui.GuiRepair.func_73864_a(SourceFile:125)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1757)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)

Latest Iblis (0.3.16) and Forge (2512)

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.