Skip to content

Commit

Permalink
Switch to Mapping-IO (#110)
Browse files Browse the repository at this point in the history
* Switch to Mapping IO

* Remove unused imports

* Don't hardcode reader to Tiny v1

* Handle null mappings correctly

* Switch to visitor-based approach

* Revert `TinyUtils#read` to private

* Update to MIO 0.5; fix method vars

* Fix copyright date

* Update Mapping-IO to release 0.5
  • Loading branch information
NebelNidas authored Nov 22, 2023
1 parent bbb4677 commit 3b98854
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 342 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies {
api 'org.ow2.asm:asm-commons:9.6'
implementation 'org.ow2.asm:asm-tree:9.6'
implementation 'org.ow2.asm:asm-util:9.6'
implementation "net.fabricmc:mapping-io:0.5.0"

testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'
}
Expand Down
Loading

0 comments on commit 3b98854

Please sign in to comment.