mirror of
https://github.com/barkeser2002/JMT-MCMT.git
synced 2026-09-25 04:29:52 +03:00
9 lines
435 B
Bash
Executable File
9 lines
435 B
Bash
Executable File
#!/bin/bash
|
|
# Setup files
|
|
###
|
|
find ./src/ -type f -exec sed -i "s@/\* 1\.16\.1 code; AKA the only thing that changed \*/@/\* 1\.16\.1 code; AKA the only thing that changed @" {} +
|
|
find ./src/ -type f -exec sed -i "s@/\* 1\.15\.2 code; AKA the only thing that changed @/\* 1\.15\.2 code; AKA the only thing that changed \*/@" {} +
|
|
###
|
|
# Build
|
|
##
|
|
./gradlew -Pmc_ver="1.15.2" -Pfg_ver="31.2.31" -Pmappings_ver="20200603-1.15.1" build |