Devan-Kerman / ARRP

A fabric api for creating resources and assets at runtime
Mozilla Public License 2.0
101 stars 25 forks source link

Wrong javadoc: BEFORE_VANILLA cannot override vanilla resources but AFTER_VANILLA can #77

Open SolidBlock-cn opened 1 year ago

SolidBlock-cn commented 1 year ago

The JavaDoc in RRPCallback and SidedRRPCallback states that BEFORE_VANILLA is loaded with higher priority and can override vanilla resources. But this is actually wrong. It's AFTER_VANILLA that can override vanilla resources.