Compare commits

...

5 commits
1.0.1 ... 1.0.2

Author SHA1 Message Date
Sergeant Acoustic a0bcbe2957 1.0.2 2025-12-22 01:19:44 +00:00
Sergeant Acoustic 57c9b1dfe5 Clean old build files when compiling mod 2025-12-15 21:03:02 +00:00
Sergeant Acoustic 85bc4a30af Disable glimmering weald generation 2025-12-15 19:41:37 +00:00
Sergeant Acoustic 97c797a0c8 Add spyglass of curios modrinth link to mod list
Same approach as used with enchancement, this is just out of courtesy to
increase the download count
2025-12-13 23:34:39 +00:00
patience 3c77d91b31 Update latest version 2025-12-13 18:16:58 +00:00
4 changed files with 20 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -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