Skip to content

Commit

Permalink
fix snow block, more mod support
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahwinsley committed Oct 3, 2024
1 parent 974b99d commit 3a38dbc
Show file tree
Hide file tree
Showing 813 changed files with 17,103 additions and 35 deletions.
11 changes: 11 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,13 @@ runs {
'--existing-mod', 'alltheores',
'--existing-mod', 'allthemodium',
'--existing-mod', 'allthetweaks',
'--existing-mod', 'ae2',
'--existing-mod', 'appflux',
'--existing-mod', 'botania',
'--existing-mod', 'enderio',
'--existing-mod', 'extendedae',
'--existing-mod', 'megacells',
'--existing-mod', 'pneumaticcraft',
'--existing-mod', 'powah',
'--existing-mod', 'productivebees',
'--existing-mod', 'supplementaries'
Expand Down Expand Up @@ -112,6 +117,12 @@ dependencies {
runtimeOnly "com.thevortex.allthetweaks:AllTheTweaks:2.4.2"
runtimeOnly "curse.maven:geckolib-388172:5605715" // required by allthemodium
runtimeOnly "curse.maven:productivebees-377897:5633300"
runtimeOnly "curse.maven:applied-energistics-2-223794:5729094"
runtimeOnly "curse.maven:mega-cells-622112:5662141"
runtimeOnly "curse.maven:glodium-957920:5614731"
runtimeOnly "curse.maven:ex-pattern-provider-892005:5770608"
runtimeOnly "curse.maven:applied-flux-965012:5639620"
runtimeOnly "curse.maven:pneumaticcraft-repressurized-281849:5721690"
// runtimeOnly fg.deobf("curse.maven:supplementaries-412082:4591988")
// runtimeOnly fg.deobf("curse.maven:selene-499980:4591863") // required by supplementaries
implementation "curse.maven:powah-rearchitected-633483:5608949"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ minecraft_version=1.21.1
# as they do not follow standard versioning conventions.
minecraft_version_range=[1.21.1,1.21.2)
# The Neo version must agree with the Minecraft version to get a valid artifact
neo_version=21.1.1
neo_version=21.1.18
# The Neo version range can use any version of Neo as bounds
neo_version_range=[21.1.1,)
# The loader version range can only use the major version of FML as bounds
Expand All @@ -32,7 +32,7 @@ mod_name=AllTheCompressed
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=MIT
# The mod version. See https://semver.org/
mod_version=4.0.1
mod_version=4.0.2
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/certus_quartz_block_1x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/certus_quartz_block_2x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/certus_quartz_block_3x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/certus_quartz_block_4x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/certus_quartz_block_5x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/certus_quartz_block_6x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/certus_quartz_block_7x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/certus_quartz_block_8x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/certus_quartz_block_9x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/charged_redstone_block_1x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/charged_redstone_block_2x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/charged_redstone_block_3x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/charged_redstone_block_4x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/charged_redstone_block_5x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/charged_redstone_block_6x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/charged_redstone_block_7x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/charged_redstone_block_8x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/charged_redstone_block_9x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/compressed_iron_block_1x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/compressed_iron_block_2x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/compressed_iron_block_3x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/compressed_iron_block_4x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/compressed_iron_block_5x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/compressed_iron_block_6x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/compressed_iron_block_7x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/compressed_iron_block_8x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/compressed_iron_block_9x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/entro_block_1x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/entro_block_2x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/entro_block_3x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/entro_block_4x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/entro_block_5x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/entro_block_6x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/entro_block_7x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/entro_block_8x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/entro_block_9x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/fluix_block_1x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/fluix_block_2x"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "allthecompressed:block/fluix_block_3x"
}
}
}
Loading

0 comments on commit 3a38dbc

Please sign in to comment.