Compare commits

..
Author SHA1 Message Date
DraylarandGitHub a3cde2c8e7 JDK17 for JitPack.yml on 1.18 2021-12-13 20:39:14 -06:00
DraylarandGitHub 6fa8e58665 Merge pull request #7 from Luligabi1/1.17
Updates to 1.18.1
2021-12-13 20:37:46 -06:00
Luligabi1 ed4e9f6c19 Updates to 1.18.1 2021-12-11 15:09:18 -03:00
6 changed files with 20 additions and 19 deletions
+9 -10
View File
@@ -14,7 +14,7 @@ buildscript {
}
plugins {
id "fabric-loom" version "0.8-SNAPSHOT"
id "fabric-loom" version "0.10-SNAPSHOT"
id "maven-publish"
id "java-library"
}
@@ -154,8 +154,9 @@ allprojects {
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modRuntime "com.terraformersmc:modmenu:2.0.0-beta.4"
modCompileOnly "com.terraformersmc:modmenu:2.0.0-beta.4"
modRuntimeOnly "com.terraformersmc:modmenu:${project.modmenu_version}"
modCompileOnly "com.terraformersmc:modmenu:${project.modmenu_version}"
}
}
@@ -209,10 +210,10 @@ repositories {
}
dependencies {
implementation project(":omega-config-base")
implementation project(":omega-config-gui")
modRuntime "com.terraformersmc:modmenu:1.16.8"
modCompileOnly "com.terraformersmc:modmenu:1.16.8"
implementation project(path: ":omega-config-base", configuration: "namedElements")
implementation project(path: ":omega-config-gui", configuration: "namedElements")
modRuntimeOnly "com.terraformersmc:modmenu:${project.modmenu_version}"
modCompileOnly "com.terraformersmc:modmenu:${project.modmenu_version}"
afterEvaluate {
testmodImplementation sourceSets.main.output
@@ -222,9 +223,7 @@ dependencies {
publishing {
publications {
mavenJava(MavenPublication) {
artifact(file("${project.buildDir}/libs/${archivesBaseName}-${project.mod_version}.jar")) {
builtBy(remapJar)
}
from components.java
pom.withXml {
def depsNode = asNode().appendNode("dependencies")
+6 -4
View File
@@ -2,13 +2,15 @@
org.gradle.jvmargs=-Xmx2G
# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.17
yarn_mappings=1.17+build.7
loader_version=0.11.3
minecraft_version=1.18.1
yarn_mappings=1.18.1+build.2
loader_version=0.12.11
#Fabric api
fabric_version=0.34.10+1.17
fabric_version=0.44.0+1.18
# Mod Properties
mod_version=1.1.0
maven_group=draylar
archives_base_name=omega-config
modmenu_version=3.0.0
+1 -1
View File
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
+1 -1
View File
@@ -1,4 +1,4 @@
before_install:
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
- source install-jdk.sh --feature 16
- source install-jdk.sh --feature 17
- jshell --version
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "omega-config",
"version": "1.0.8",
"version": "1.1.0",
"name": "OmegaConfig",
"description": "The last config solution you will ever use.",
"authors": [
@@ -114,7 +114,7 @@ public class OmegaConfigScreen<T extends Config> extends Screen {
@Override
public void onClose() {
client.openScreen(parent);
client.setScreen(parent);
}
@Override