Gear Items cannot be crafted on servers
chris-wjn opened this issue ยท 5 comments
Versions
<silentgear 2.6.35>
- Silent Lib: 4.10
- Forge: 36.2.9
- Optifine Installed: No
Expected Behavior
item to be crafted in crafting window
(Description here)
Actual Behavior
server console throws recalculate stats error. Root of the issue is this line:
Caused by: java.lang.NoSuchMethodError: net.minecraft.util.math.MathHelper.func_180185_a(FF)Z
which I assume is some method in the tryRecalculateStats method
- (Link)
Steps to Reproduce the Problem
join a server with the specified versions of silentgear/silentlib and try crafting an item.
I just tested the last "release" version of silentgear, and the problem does not occur on these versions.
SilentGear 2.6.30
SilentLib 4.9.6
https://pastebin.com/LfzmbBUB
thats the full log, but everything apart from the actual error seems normal to me.