Skip to content

Commit

Permalink
first pass on 1.19.4 (it looks bad)
Browse files Browse the repository at this point in the history
  • Loading branch information
MBatt1 committed May 10, 2024
1 parent c7d8c9a commit 8d9f22f
Show file tree
Hide file tree
Showing 32 changed files with 955 additions and 101 deletions.
7 changes: 0 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ val loaderVersion: String by properties
val javaVersion: String by properties

val fabricApiVersion: String by properties
val incubusCoreVersion: String by properties
val customportalapiVersion: String by properties
val cardinalComponentsVersion: String by properties
val trinketsVersion: String by properties
Expand Down Expand Up @@ -128,12 +127,6 @@ dependencies {
version = fabricApiVersion,
)

modImplementation(
group = "com.github.devs-immortal",
name = "Incubus-Core",
version = incubusCoreVersion,
).also(::include)

modImplementation(
group = "com.jamieswhiteshirt",
name = "reach-entity-attributes",
Expand Down
13 changes: 6 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# suppress inspection "UnusedProperty" for whole file
org.gradle.jvmargs=-Xmx2G

paradiseLostVersion=2.2.1-beta+1.19.2
paradiseLostVersion=2.2.1-beta+1.19.4

minecraftVersion=1.19.2
yarnVersion=1.19.2+build.28
loaderVersion=0.15.7
minecraftVersion=1.19.4
yarnVersion=1.19.4+build.2
loaderVersion=0.15.11
javaVersion=17

fabricApiVersion=0.77.0+1.19.2
incubusCoreVersion=2.0.0
fabricApiVersion=0.87.2+1.19.4
customportalapiVersion=0.0.1-beta63.5-1.19.X
cardinalComponentsVersion=5.0.1
trinketsVersion=3.4.0
crowdinTranslateVersion=1.19.2
crowdinTranslateVersion=1.19.4
entityAttributesVersion=2.3.0
modmenuVersion=4.0.6
reiVersion=9.1.530
Expand Down
Loading

0 comments on commit 8d9f22f

Please sign in to comment.