You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
If some mod is foolish enough to call recipe.getPreviewInputs() on a RebornRecipe on a dedicated server, the game crashes with java.lang.NoSuchMethodError: 'net.minecraft.class_1856 net.minecraft.class_1856.method_8101(net.minecraft.class_1799[])'.
The culprit lies here: In StackIngredient#getPreview you call Ingredient.ofStacks(...) which is client-side only.
If some mod is foolish enough to call
recipe.getPreviewInputs()
on a RebornRecipe on a dedicated server, the game crashes withjava.lang.NoSuchMethodError: 'net.minecraft.class_1856 net.minecraft.class_1856.method_8101(net.minecraft.class_1799[])'
.The culprit lies here: In StackIngredient#getPreview you call
Ingredient.ofStacks(...)
which is client-side only.Full Log: https://hatebin.com/wddhwdbqvs
The text was updated successfully, but these errors were encountered: