Skip to content

Commit

Permalink
Port more tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Aug 14, 2024
1 parent a22fde9 commit 40c0e74
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 20 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ dependencies {
implementation "org.ow2.asm:asm-tree:${project.asm_version}"
implementation "net.fabricmc.unpick:unpick-format-utils:${project.unpick_version}"
implementation "net.fabricmc:mapping-io:0.5.1"
implementation "cuchaz:enigma-cli:${project.enigma_version}"
implementation "net.fabricmc:name-proposal:${project.name_proposal_version}"
implementation "net.fabricmc:fabric-filament:0.7.1"
implementation("net.fabricmc:fabric-loader:0.15.6")
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
Expand Down
6 changes: 4 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
multi_filament_version=0.3.0
multi_filament_version=0.4.0

asm_version=9.6
unpick_version=2.3.0
unpick_version=2.3.0
enigma_version=2.4.1
name_proposal_version=0.2.0
Loading

0 comments on commit 40c0e74

Please sign in to comment.