Skip to content

Commit

Permalink
Be more specific about bad implementations in the README [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt authored May 5, 2024
1 parent 3c04c91 commit e17c44d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ the following conditions are met**:
time. [Sinytra Connector](https://github.com/Sinytra/Connector) is a 3rd-party compatibility layer, so explicit
Forge support will be provided.
- Must not manually maintain overridden game options; implementations that look like
https://github.com/embeddedt/Mooz will not be accepted - no offense [embeddedt](https://github.com/embeddedt).
Direct ASM is fine as long as functionality is similar enough.
[Mooz's](https://github.com/embeddedt/Mooz/blob/92570f7449a7e71c1c0b988788027b10c00f1346/src/main/java/org/embeddedt/mooz/ClientProxy.java#L35-L56)
will not be accepted - no offense [embeddedt](https://github.com/embeddedt). Direct ASM is fine as long as functionality is similar enough.
- Must make a reasonable effort to be maximize compatibility with existing mods on target platforms - see use of
Neo/LexForge API over mixins in Neo/LexForge implementations, and use of `@WrapWithCondition` and
`@ModifyExpressionValue` and such from MixinExtras over `@Redirect` in most implementations.
Expand Down

0 comments on commit e17c44d

Please sign in to comment.