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
The GLM provider does not record the order of inserted entries, meaning modders have no way to control the order of their GLMs from within their own mod when using datagen.
The GLM provider does not record the order of inserted entries, meaning modders have no way to control the order of their GLMs from within their own mod when using datagen.
NeoForge/src/main/java/net/neoforged/neoforge/common/data/GlobalLootModifierProvider.java
Line 42 in 66ffb03
This
HashMap
should be aLinkedHashMap
.Realistically we should implement #697 but this is an issue with the current system as-is.
The text was updated successfully, but these errors were encountered: