CafeteriaGuild / DeepMobLearning-Refabricated

Rework of Deep Mob Learning mod for FabricMC
https://www.curseforge.com/minecraft/mc-mods/deep-mob-learning-refabricated
GNU Lesser General Public License v3.0
39 stars 10 forks source link

Appeared to fix #54 #98

Closed Kluzzio closed 2 years ago

Kluzzio commented 2 years ago

This allows for mcdw crossbows to fire. Functionality should be the same. Did not test with the glitch armor though because I do not understand how the armor is intended to work. Regardless, do let me know if this fixes it, thanks!

GabrielOlvH commented 2 years ago

It should be fine, you're effectively doing

this.user = ...;
if (this.user...)

Although you should rename the field user to something like dml_user to avoid any conflicts

NathanPB commented 2 years ago

@GabrielOlvH seems to be right, I will release this hotfix soon. Thanks for your contributions @Kluzzio @chronosacaria