Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a0bcbe2957 | ||
|
|
57c9b1dfe5 | ||
|
|
85bc4a30af | ||
|
|
97c797a0c8 | ||
|
|
3c77d91b31 |
|
|
@ -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.
|
Packed in Modrinth format, because [Modrinth](https://modrinth.com) is the superior mod hosting platform.
|
||||||
|
|
||||||
# Installing
|
# Installing
|
||||||
1. Download the latest version [here](https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/releases/download/test-build/Tinker%27s%20tinkering.mrpack)
|
1. Download the latest version [here](https://patience.nearmisses.xyz/SergeantAcoustic/tinkers_tinkering/releases/)
|
||||||
2. Drag into your mod loader of choice
|
2. Drag into your mod loader of choice
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
|
|
|
||||||
|
|
@ -23,10 +23,12 @@ 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 "$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
|
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"/deps/mc_rebalance/ && ./gradlew build)
|
||||||
|
|
||||||
(cd "$basedir/overrides/global_packs/required_data/mc_rebalance_datapack/assets/minecraft/lang/" && ./gen-langs.sh)
|
(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"
|
cp "$basedir/deps/mc_rebalance/build/libs/mc_rebalance-"*".jar" "$basedir/overrides/mods"
|
||||||
|
|
||||||
# Final path for the modpack
|
# Final path for the modpack
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"formatVersion": 1,
|
"formatVersion": 1,
|
||||||
"game": "minecraft",
|
"game": "minecraft",
|
||||||
"name": "MC Rebalanced",
|
"name": "MC Rebalanced",
|
||||||
"versionId": "1.0.1",
|
"versionId": "1.0.2",
|
||||||
"files": [
|
"files": [
|
||||||
{
|
{
|
||||||
"downloads": [
|
"downloads": [
|
||||||
|
|
@ -1508,6 +1508,21 @@
|
||||||
},
|
},
|
||||||
"path": "mods/spyglass_of_curios-forge-1.20.1-1.7.3.jar"
|
"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": [
|
"downloads": [
|
||||||
"https://cdn.modrinth.com/data/4KjqhPc9/versions/He3qmLL0/surveyor-0.6.26%2B1.20.jar"
|
"https://cdn.modrinth.com/data/4KjqhPc9/versions/He3qmLL0/surveyor-0.6.26%2B1.20.jar"
|
||||||
|
|
|
||||||
|
|
@ -774,7 +774,7 @@
|
||||||
Corundum = false
|
Corundum = false
|
||||||
"Fairy Rings" = false
|
"Fairy Rings" = false
|
||||||
"Fallen Logs" = true
|
"Fallen Logs" = true
|
||||||
"Glimmering Weald" = true
|
"Glimmering Weald" = false
|
||||||
"Monster Box" = false
|
"Monster Box" = false
|
||||||
"Nether Obsidian Spikes" = false
|
"Nether Obsidian Spikes" = false
|
||||||
"New Stone Types" = true
|
"New Stone Types" = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue