Devan-Kerman / ARRP

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

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

Open SolidBlock-cn opened 2 years ago

SolidBlock-cn commented 2 years 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.