Compare commits
No commits in common. "1.0.2" and "1.0.1" have entirely different histories.
|
|
@ -7,7 +7,7 @@ This modpack contains a [custom mod](https://patience.nearmisses.xyz/patience/mc
|
|||
Packed in Modrinth format, because [Modrinth](https://modrinth.com) is the superior mod hosting platform.
|
||||
|
||||
# Installing
|
||||
1. Download the latest version [here](https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/releases/)
|
||||
1. Download the latest version [here](https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/releases/download/test-build/Tinker%27s%20tinkering.mrpack)
|
||||
2. Drag into your mod loader of choice
|
||||
|
||||
# Development
|
||||
|
|
|
|||
|
|
@ -23,12 +23,10 @@ pack_repo="$repo_prefix/SergeantAcoustic/mc_rebalance_datapack.git"
|
|||
git clone "$mod_repo" "$basedir/deps/mc_rebalance" || (cd "$basedir/deps/mc_rebalance"; git pull) || exit 1
|
||||
git clone "$pack_repo" "$basedir/overrides/global_packs/required_data/mc_rebalance_datapack/" || (cd "$basedir/overrides/global_packs/required_data/mc_rebalance_datapack/"; git pull) || exit 1
|
||||
|
||||
rm "$basedir/deps/mc_rebalance/build/libs/mc_rebalance-"*".jar"
|
||||
(cd "$basedir"/deps/mc_rebalance/ && ./gradlew build)
|
||||
|
||||
(cd "$basedir/overrides/global_packs/required_data/mc_rebalance_datapack/assets/minecraft/lang/" && ./gen-langs.sh)
|
||||
|
||||
rm "$basedir/overrides/mods/mc_rebalance-"*".jar"
|
||||
cp "$basedir/deps/mc_rebalance/build/libs/mc_rebalance-"*".jar" "$basedir/overrides/mods"
|
||||
|
||||
# Final path for the modpack
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"formatVersion": 1,
|
||||
"game": "minecraft",
|
||||
"name": "MC Rebalanced",
|
||||
"versionId": "1.0.2",
|
||||
"versionId": "1.0.1",
|
||||
"files": [
|
||||
{
|
||||
"downloads": [
|
||||
|
|
@ -1508,21 +1508,6 @@
|
|||
},
|
||||
"path": "mods/spyglass_of_curios-forge-1.20.1-1.7.3.jar"
|
||||
},
|
||||
{
|
||||
"downloads": [
|
||||
"https://cdn.modrinth.com/data/HmH1GVFY/versions/RZufy53V/spyglass_of_curios-forge-1.20.1-1.7.2.jar"
|
||||
],
|
||||
"env": {
|
||||
"client": "required",
|
||||
"server": "required"
|
||||
},
|
||||
"fileSize": 58007,
|
||||
"hashes": {
|
||||
"sha1": "33a2a73972bd8e73a7799a99491713026c99c473",
|
||||
"sha512": "a498cd593a90c8119a0541187d6cd74c2cbec2a026827e27b496186739bb4cb359b7aabf67cb46b2eb81c513e04ee6a25e17b0e058d2e9b707b83f14fab58529"
|
||||
},
|
||||
"path": "mods/spyglass_of_curios-forge-1.20.1-1.7.2.jar.disabled"
|
||||
},
|
||||
{
|
||||
"downloads": [
|
||||
"https://cdn.modrinth.com/data/4KjqhPc9/versions/He3qmLL0/surveyor-0.6.26%2B1.20.jar"
|
||||
|
|
|
|||
|
|
@ -774,7 +774,7 @@
|
|||
Corundum = false
|
||||
"Fairy Rings" = false
|
||||
"Fallen Logs" = true
|
||||
"Glimmering Weald" = false
|
||||
"Glimmering Weald" = true
|
||||
"Monster Box" = false
|
||||
"Nether Obsidian Spikes" = false
|
||||
"New Stone Types" = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue