yeelp / Distinct-Damage-Descriptions

Adding physical D&D-style damage types to Minecraft to deepen the combat
MIT License
8 stars 4 forks source link

Lycanitemobs compatibility issue #86

Closed asketmc closed 8 months ago

asketmc commented 1 year ago

Forge server stops at initialising DDD mod stage in case Lycanitemobs are present.

Confirmed on Lycanites versions: 2.0.7.2 and 2.0.8.5 DDD version: 1.4.2

Steps to reproduce: 1) Set up a forge server with DDD and Lycanitemobs mods 2) Launch server

Expected result: Server starts up

Actual results: Server crashes on mod init stage

Crash logs attached: https://pastebin.com/7Z1JLp2C

James103 commented 1 year ago

Converted paste to file as the paste was uploaded to Pastebin with an expiration date: crash.txt

yeelp commented 1 year ago

Simple side error. Client stuff being done server side. Should be a simple fix, which I will include in the next update when I get the time to work on it. Thank you!