All the Mods 9 - ATM9

All the Mods 9 - ATM9

9M Downloads

[ATM9 v0.2.28] no mob drops

henkoe opened this issue ยท 3 comments

commented

after testing i found out mobs are not droping items because of deap learner from Hostile Neural Networks had broke data models

broken data model

commented

The same here, Wither and dragon are broken.

commented

Same issue.
If you run /hostilenetworks datafix_all there is a difference in how color is represented which might be causing the issue:

Using warden as an example.
New: "name_color": "#05343F",
Old: "name_color": "0x05343F",

Gonna try replacing the kubejs files with the generated outputs and see if that fixes it.

Replacing the files with the new files generated by running the command did indeed fix the issue.

commented

Just thought I'd mention that #962 mentioned the fix, which is in PR #959 and I can confirm that making the changes to the files in kubejs/data/hostilenetworks/data_models fixes the issue