Skip to content

Commit

Permalink
⚗️ test for xearo map
Browse files Browse the repository at this point in the history
  • Loading branch information
LocusAzzurro committed Jul 24, 2024
1 parent 852ec05 commit f2d74bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ dependencies {
runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:${patchouli_version}")
runtimeOnly fg.deobf("curse.maven:just-enough-resources-jer-240630:${jer_version_id}")
runtimeOnly fg.deobf("curse.maven:worldedit-225608:${worldedit_version_id}")
runtimeOnly fg.deobf("curse.maven:journeymap-32274:${journeymap_version_id}")
//runtimeOnly fg.deobf("curse.maven:journeymap-32274:${journeymap_version_id}")
runtimeOnly fg.deobf("curse.maven:xaero-minimap-263420:${xearo_minimap_version_id}")

}

Expand All @@ -165,7 +166,8 @@ def replaceProperties = [
patchouli_version: patchouli_version,
jer_version_id: jer_version_id,
worldedit_version_id: worldedit_version_id,
journeymap_version_id: journeymap_version_id
journeymap_version_id: journeymap_version_id,
xearo_minimap_version_id: xearo_minimap_version_id
]
processResources {
inputs.properties replaceProperties
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ top_version_id=3965688
patchouli_version=1.18.2-71.1
jer_version_id=3831559
worldedit_version_id=3697298
journeymap_version_id=5208370
journeymap_version_id=5208370
xearo_minimap_version_id=5394765

0 comments on commit f2d74bf

Please sign in to comment.