Skip to content

Commit c21f27d

Browse files
Add AOA3 support
1 parent d89641d commit c21f27d

File tree

1,027 files changed

+30316
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,027 files changed

+30316
-4
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ runs {
6666
'--existing-mod', 'allthemodium',
6767
'--existing-mod', 'allthetweaks',
6868
'--existing-mod', 'ae2',
69+
'--existing-mod', 'aoa3',
6970
'--existing-mod', 'appflux',
7071
'--existing-mod', 'botania',
7172
'--existing-mod', 'enderio_base',
@@ -132,7 +133,7 @@ dependencies {
132133
runtimeOnly "curse.maven:allthemodium-364466:6117922"
133134
// implementation "curse.maven:all-the-tweaks-364120:5539047"
134135
runtimeOnly "com.thevortex.allthetweaks:AllTheTweaks:2.4.2"
135-
runtimeOnly "curse.maven:geckolib-388172:5605715" // required by allthemodium
136+
runtimeOnly "curse.maven:geckolib-388172:5874016" // required by allthemodium
136137
runtimeOnly "curse.maven:productivebees-377897:5633300"
137138
runtimeOnly "curse.maven:applied-energistics-2-223794:5729094"
138139
runtimeOnly "curse.maven:mega-cells-622112:5662141"
@@ -148,6 +149,7 @@ dependencies {
148149
runtimeOnly 'com.github.thedarkcolour:ModKit:4f83c92767'
149150
runtimeOnly "curse.maven:forbidden-arcanus-309858:5966516"
150151
runtimeOnly "curse.maven:valhelsia-core-416935:6296775"
152+
runtimeOnly "curse.maven:advent-of-ascension-nevermine-311054:5962976"
151153
// runtimeOnly fg.deobf("curse.maven:botania-225643:4900327")
152154
// runtimeOnly fg.deobf("curse.maven:curios-309927:4913335") // required by botania
153155
// runtimeOnly fg.deobf("curse.maven:patchouli-306770:4892162") // required by botania

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ minecraft_version=1.21.1
1616
# as they do not follow standard versioning conventions.
1717
minecraft_version_range=[1.21.1,1.21.2)
1818
# The Neo version must agree with the Minecraft version to get a valid artifact
19-
neo_version=21.1.58
19+
neo_version=21.1.71
2020
# The Neo version range can use any version of Neo as bounds
2121
neo_version_range=[21.1.1,)
2222
# The loader version range can only use the major version of FML as bounds
@@ -32,7 +32,7 @@ mod_name=AllTheCompressed
3232
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
3333
mod_license=MIT
3434
# The mod version. See https://semver.org/
35-
mod_version=4.3.0
35+
mod_version=4.4.0
3636
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
3737
# This should match the base package used for the mod sources.
3838
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html

src/generated/resources/assets/allthecompressed/blockstates/ancient_rock_1x.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/generated/resources/assets/allthecompressed/blockstates/ancient_rock_2x.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/generated/resources/assets/allthecompressed/blockstates/ancient_rock_3x.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/generated/resources/assets/allthecompressed/blockstates/ancient_rock_4x.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/generated/resources/assets/allthecompressed/blockstates/ancient_rock_5x.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/generated/resources/assets/allthecompressed/blockstates/ancient_rock_6x.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/generated/resources/assets/allthecompressed/blockstates/ancient_rock_7x.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/generated/resources/assets/allthecompressed/blockstates/ancient_rock_8x.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)