You might want to clear this up, but repair 5 on every armor piece does not, in fact, regenerate each item in inventory's durability by 20 each second.
I haven't modified the forum post in a while I changed how that worked when full release??(I think) it now repairs what ever is enchanted and only triggers at the speed specified in config I can't really tell exactly what it does since I'm coding something else and haven't looked at that code in a while
Ok so i saw spejismos' mod review and well thats pretty much the best enchants mod ever Ever! it just looks great but... it crashes
so do you still support the 1.7.10 version cause when i used it in 1.7.10 it just crashed and it was just the enchants mod and the core mod the core mod works fine alone but the enchantments mod just dosen't wan't to work
if you wan't to look at it here is the crash report:
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 6/30/15 9:34 PM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at HxCKDMS.HxCEnchants.Handlers.AOEEventHandler.init(AOEEventHandler.java:31)
at HxCKDMS.HxCEnchants.HxCEnchants.init(HxCEnchants.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at HxCKDMS.HxCEnchants.Handlers.AOEEventHandler.init(AOEEventHandler.java:31)
at HxCKDMS.HxCEnchants.HxCEnchants.init(HxCEnchants.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_31, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 159057568 bytes (151 MB) / 264663040 bytes (252 MB) up to 17166499840 bytes (16371 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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.1448 6 mods loaded, 6 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHI Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHI HxCCore-ASM{1.5.0} [HxCKDMS Core ASM] (minecraft.jar)
UCHI HxCCore{1.5.0} [HxC-Core] (HxCCore-1.7.10-1.5.0-universal.jar)
UCHE HxCEnchants{1.7.10-1.6.1} [HxC Enchants] (HxCEnchants-1.7.10-1.6.1.jar)
GL info: ' Vendor: 'Intel' Version: '4.2.0 - Build 10.18.10.3308' Renderer: 'Intel(R) HD Graphics 4600'
Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4600 GL version 4.2.0 - Build 10.18.10.3308, Intel
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: [BDcraft Musics Pack.zip, BDcraft Sounds Pack.zip]
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)
Ok so i saw spejismos' mod review and well thats pretty much the best enchants mod ever Ever! it just looks great but... it crashes
so do you still support the 1.7.10 version cause when i used it in 1.7.10 it just crashed and it was just the enchants mod and the core mod the core mod works fine alone but the enchantments mod just dosen't wan't to work
if you wan't to look at it here is the crash report:
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 6/30/15 9:34 PM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at HxCKDMS.HxCEnchants.Handlers.AOEEventHandler.init(AOEEventHandler.java:31)
at HxCKDMS.HxCEnchants.HxCEnchants.init(HxCEnchants.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at HxCKDMS.HxCEnchants.Handlers.AOEEventHandler.init(AOEEventHandler.java:31)
at HxCKDMS.HxCEnchants.HxCEnchants.init(HxCEnchants.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_31, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 159057568 bytes (151 MB) / 264663040 bytes (252 MB) up to 17166499840 bytes (16371 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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.1448 6 mods loaded, 6 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHI Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHI HxCCore-ASM{1.5.0} [HxCKDMS Core ASM] (minecraft.jar)
UCHI HxCCore{1.5.0} [HxC-Core] (HxCCore-1.7.10-1.5.0-universal.jar)
UCHE HxCEnchants{1.7.10-1.6.1} [HxC Enchants] (HxCEnchants-1.7.10-1.6.1.jar)
GL info: ' Vendor: 'Intel' Version: '4.2.0 - Build 10.18.10.3308' Renderer: 'Intel(R) HD Graphics 4600'
Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4600 GL version 4.2.0 - Build 10.18.10.3308, Intel
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: [BDcraft Musics Pack.zip, BDcraft Sounds Pack.zip] 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)
Of course I still support 1.7.10 ! I won't leave it behind until 1.9/1.10 (even higher if none of them fix their garbage) so don't worry 1.7.10 and 1.8 versions will be updated together THOUGH 1.8 is a back burner project so it may fall behind at times
"Chetados" Is not meaning that this is a cheat mod, it's like saying something like "Powerful". So the translation is like Super-Powerful enchantments ^^
Wanna go and update your spotlight and make some for my other mods
The Meaning of Life, the Universe, and Everything.
Join Date:
7/2/2014
Posts:
61
Member Details
I'm confused. Your latest changelog for 1.8 it has "Fixed compat with EPlus", but your enchantment IDs are higher than what EPlus can detect? Is there any way to have your enchants show up in EPlus? I appreciate your work and time replying to comments. Thank you.
I'm confused. Your latest changelog for 1.8 it has "Fixed compat with EPlus", but your enchantment IDs are higher than what EPlus can detect? Is there any way to have your enchants show up in EPlus? I appreciate your work and time replying to comments. Thank you.
Does it really matter how I fixed it?? Anyway after digging through the source code and debugging EPlus after a while I found out the array it was looking through was the vanilla array so I dug more and found out the reason my enchants bugged out on EPlus's table was because my enchants weren't blacklisted from theirselves on the can apply check so it was removed from the item... EPlus's system is stupid but effective when I feel like it and get permission to do so I'm rewritting it and making it work more sensibly...
The Meaning of Life, the Universe, and Everything.
Join Date:
7/2/2014
Posts:
61
Member Details
There seems to be an error in communication. I wasn't trying to imply anything. I just tried the newest version of HxCEnchants with Eplus and they didn't show up. Am I doing something wrong? Do I need to change "B:blackListFromEPlus=false" to true? Sorry if I somehow offended you. That was not my intention.
The Meaning of Life, the Universe, and Everything.
Join Date:
7/2/2014
Posts:
61
Member Details
I did a fresh install with MC 1.8 and tried Forge versions 1450 (recommended) and 1502 (latest). I only added EPlus 3.1.0a1, HxCCore 1.6.1, and HxCEnchants 2.0.2. None of the enchantments show up.
The Meaning of Life, the Universe, and Everything.
Location:
Hell
Join Date:
12/29/2012
Posts:
76
Minecraft:
KeldonSlayer
Xbox:
KeldonSlayer18
Member Details
Charges system:
Based on XP required to reach the level of which you infused into the item
XP Infuser insert item, slide the slider to amount of XP Levels you want to spend on the item
say 30 levels is 2.2k xp I think which is 2.2k charge
in order for enchants to trigger you need more charge on the item than it uses
There no longer is any issues between EPlus and my Enchants I made sure of it in code YOU MAY ban the enchants from the Enchanting table via either mods configs BUT default it is off
There is no keys for XP Infuser what so ever it's just a slider and button.
Between Enchants 1/2 New things in 2 is 19 new enchants, Charges system and I moved to my own Custom Enum instead of using vanilla's since it was too limited and stupidly setup
I've clearly installed the mod as you can see from the tooltip of the enchanted book. The config is untouched and the blacklist is set to false. I took a screenshot of all the enchantments shown in EPlus. None of HxCEnchants are there.
I did a fresh install with MC 1.8 and tried Forge versions 1450 (recommended) and 1502 (latest). I only added EPlus 3.1.0a1, HxCCore 1.6.1, and HxCEnchants 2.0.2. None of the enchantments show up.
Yeah I just found out it's not my fault at all that my enchants don't show in the table he doesn't show any mod enchants in his table I just tested with More Enchants + and with my old version that registered things the normal way normal enchants... Enchanting plus 1.8 is alpha and doesn't work anything like the old one it's going through a rewrite and doesn't currently show enchants from other mods just vanilla enchants it's hard coded what enchants show for which items
The reason this happens is the enchantment levels for EPlus need to be under 255 for the mod to register. I got the more enchanting ones working because they can be put under 255, however with this mod you can't because they can't go under 255 without crashing.
I haven't modified the forum post in a while I changed how that worked when full release??(I think) it now repairs what ever is enchanted and only triggers at the speed specified in config I can't really tell exactly what it does since I'm coding something else and haven't looked at that code in a while
Ok so i saw spejismos' mod review and well thats pretty much the best enchants mod ever Ever! it just looks great but... it crashes
so do you still support the 1.7.10 version cause when i used it in 1.7.10 it just crashed and it was just the enchants mod and the core mod the core mod works fine alone but the enchantments mod just dosen't wan't to work
if you wan't to look at it here is the crash report:
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 6/30/15 9:34 PM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at HxCKDMS.HxCEnchants.Handlers.AOEEventHandler.init(AOEEventHandler.java:31)
at HxCKDMS.HxCEnchants.HxCEnchants.init(HxCEnchants.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at HxCKDMS.HxCEnchants.Handlers.AOEEventHandler.init(AOEEventHandler.java:31)
at HxCKDMS.HxCEnchants.HxCEnchants.init(HxCEnchants.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_31, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 159057568 bytes (151 MB) / 264663040 bytes (252 MB) up to 17166499840 bytes (16371 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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.1448 6 mods loaded, 6 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHI Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHI HxCCore-ASM{1.5.0} [HxCKDMS Core ASM] (minecraft.jar)
UCHI HxCCore{1.5.0} [HxC-Core] (HxCCore-1.7.10-1.5.0-universal.jar)
UCHE HxCEnchants{1.7.10-1.6.1} [HxC Enchants] (HxCEnchants-1.7.10-1.6.1.jar)
GL info: ' Vendor: 'Intel' Version: '4.2.0 - Build 10.18.10.3308' Renderer: 'Intel(R) HD Graphics 4600'
Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4600 GL version 4.2.0 - Build 10.18.10.3308, Intel
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: [BDcraft Musics Pack.zip, BDcraft Sounds Pack.zip]
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)
Of course I still support 1.7.10 ! I won't leave it behind until 1.9/1.10 (even higher if none of them fix their garbage) so don't worry 1.7.10 and 1.8 versions will be updated together THOUGH 1.8 is a back burner project so it may fall behind at times
Wanna go and update your spotlight
and make some for my other mods 
Temporary until my actual site is finished http://txti.es/HxCEnchantsWiki
The latest version of HxC enchants for 1.8 can't be used because it requires your core mod to be 1.6.0, which is only available for 1.7.10
Thank you uploading fix now, as well as fix for HxCEnchants 2
You have to infuse xp into the item for any enchants to do anything
if you're using 2.0.x
My enchants in 1.8 shouldn't show in special enchanting tables since they're above the normal enchanting array size... 2 yes it's compatible
I'm confused. Your latest changelog for 1.8 it has "Fixed compat with EPlus", but your enchantment IDs are higher than what EPlus can detect? Is there any way to have your enchants show up in EPlus? I appreciate your work and time replying to comments. Thank you.
Does it really matter how I fixed it?? Anyway after digging through the source code and debugging EPlus after a while I found out the array it was looking through was the vanilla array so I dug more and found out the reason my enchants bugged out on EPlus's table was because my enchants weren't blacklisted from theirselves on the can apply check so it was removed from the item... EPlus's system is stupid but effective when I feel like it and get permission to do so I'm rewritting it and making it work more sensibly...
There seems to be an error in communication. I wasn't trying to imply anything. I just tried the newest version of HxCEnchants with Eplus and they didn't show up. Am I doing something wrong? Do I need to change "B:blackListFromEPlus=false" to true? Sorry if I somehow offended you. That was not my intention.
If you change it to true they will not show up in the menu what version are you using?
I did a fresh install with MC 1.8 and tried Forge versions 1450 (recommended) and 1502 (latest). I only added EPlus 3.1.0a1, HxCCore 1.6.1, and HxCEnchants 2.0.2. None of the enchantments show up.
Charges system:
Based on XP required to reach the level of which you infused into the item
XP Infuser insert item, slide the slider to amount of XP Levels you want to spend on the item
say 30 levels is 2.2k xp I think which is 2.2k charge
in order for enchants to trigger you need more charge on the item than it uses
There no longer is any issues between EPlus and my Enchants I made sure of it in code YOU MAY ban the enchants from the Enchanting table via either mods configs BUT default it is off
There is no keys for XP Infuser what so ever it's just a slider and button.
Between Enchants 1/2 New things in 2 is 19 new enchants, Charges system and I moved to my own Custom Enum instead of using vanilla's since it was too limited and stupidly setup
Since I guess my word isn't enough, here's some pictures showing that HxCEnchants are not showing up in EPlus on 1.8.
http://imgur.com/a/ZlFLD
I've clearly installed the mod as you can see from the tooltip of the enchanted book. The config is untouched and the blacklist is set to false. I took a screenshot of all the enchantments shown in EPlus. None of HxCEnchants are there.
Mkay I'll test it myself since I didn't even know EPlus was out for 1.8 XD
I'm gonna make a video on my enchants mod later
Yeah I just found out it's not my fault at all that my enchants don't show in the table he doesn't show any mod enchants in his table I just tested with More Enchants + and with my old version that registered things the normal way normal enchants... Enchanting plus 1.8 is alpha and doesn't work anything like the old one it's going through a rewrite and doesn't currently show enchants from other mods just vanilla enchants it's hard coded what enchants show for which items
Hmm.. I just tested the Craft++ mod and the enchantments from there showed up in EPlus and worked fine.
The reason this happens is the enchantment levels for EPlus need to be under 255 for the mod to register. I got the more enchanting ones working because they can be put under 255, however with this mod you can't because they can't go under 255 without crashing.