mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 13:37:58 +01:00
Fix runtime crash due to romanizer not being loaded
This commit is contained in:
parent
940041e52c
commit
92d1c38127
3 changed files with 3 additions and 2 deletions
|
@ -37,6 +37,7 @@ reckon {
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
|
flatDir { dirs 'lib' }
|
||||||
maven { name 'entity-reach-attributes'; url 'https://maven.jamieswhiteshirt.com/libs-release' }
|
maven { name 'entity-reach-attributes'; url 'https://maven.jamieswhiteshirt.com/libs-release' }
|
||||||
maven { name 'trinkets'; url 'https://ladysnake.jfrog.io/artifactory/mods' }
|
maven { name 'trinkets'; url 'https://ladysnake.jfrog.io/artifactory/mods' }
|
||||||
maven { name 'mod-menu'; url 'https://maven.terraformersmc.com/' }
|
maven { name 'mod-menu'; url 'https://maven.terraformersmc.com/' }
|
||||||
|
@ -62,8 +63,8 @@ dependencies {
|
||||||
modApi "com.sollace:fabwork:${project.fabwork_version}"
|
modApi "com.sollace:fabwork:${project.fabwork_version}"
|
||||||
include "com.sollace:fabwork:${project.fabwork_version}"
|
include "com.sollace:fabwork:${project.fabwork_version}"
|
||||||
|
|
||||||
compileOnly files('lib/Romanizer-1.0.1.jar')
|
compileOnly "com.sollace:Romanizer:Romanizer:1.0.2"
|
||||||
include files('lib/Romanizer-1.0.1.jar')
|
include "com.sollace:Romanizer:Romanizer:1.0.2"
|
||||||
|
|
||||||
modCompileOnly "com.terraformersmc:modmenu:${project.modmenu_version}"
|
modCompileOnly "com.terraformersmc:modmenu:${project.modmenu_version}"
|
||||||
modCompileOnly "dev.emi:trinkets:${project.trinkets_version}"
|
modCompileOnly "dev.emi:trinkets:${project.trinkets_version}"
|
||||||
|
|
Binary file not shown.
BIN
lib/emi-fabric-dummy-1.0.0+1.19.3.jar
Normal file
BIN
lib/emi-fabric-dummy-1.0.0+1.19.3.jar
Normal file
Binary file not shown.
Loading…
Reference in a new issue