Bump up to 1.19.2
This commit is contained in:
@@ -108,4 +108,4 @@ task copyAllArtifacts(type: Copy) {
|
|||||||
include("*.jar")
|
include("*.jar")
|
||||||
}
|
}
|
||||||
|
|
||||||
build.finalizedBy(copyAllArtifacts);
|
build.finalizedBy(copyAllArtifacts)
|
||||||
|
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2021
|
Copyright (c) HypherionSA and Contributors 2022
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# CraterLib
|
# CraterLib
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'java'
|
id 'java'
|
||||||
id 'com.matyrobbrt.mc.registrationutils' version '1.19-1.0.0'
|
id 'com.matyrobbrt.mc.registrationutils' version '1.19-1.3.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
registrationUtils {
|
registrationUtils {
|
||||||
@@ -13,7 +13,6 @@ registrationUtils {
|
|||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
isSnapshot = false
|
isSnapshot = false
|
||||||
}
|
}
|
||||||
|
@@ -1,22 +1,22 @@
|
|||||||
# Project
|
# Project
|
||||||
version_major=1
|
version_major=0
|
||||||
version_minor=0
|
version_minor=0
|
||||||
version_patch=11d
|
version_patch=1d
|
||||||
group=me.hypherionmc.craterlib
|
group=me.hypherionmc.craterlib
|
||||||
|
|
||||||
# Common
|
# Common
|
||||||
minecraft_version=1.19.1
|
minecraft_version=1.19.2
|
||||||
common_runs_enabled=false
|
common_runs_enabled=false
|
||||||
common_client_run_name=Common Client
|
common_client_run_name=Common Client
|
||||||
common_server_run_name=Common Server
|
common_server_run_name=Common Server
|
||||||
|
|
||||||
# Forge
|
# Forge
|
||||||
forge_version=42.0.1
|
forge_version=43.1.25
|
||||||
forge_ats_enabled=true
|
forge_ats_enabled=true
|
||||||
|
|
||||||
# Fabric
|
# Fabric
|
||||||
fabric_version=0.58.5+1.19.1
|
fabric_version=0.61.0+1.19.2
|
||||||
fabric_loader_version=0.14.8
|
fabric_loader_version=0.14.9
|
||||||
|
|
||||||
# Mod options
|
# Mod options
|
||||||
mod_name=CraterLib
|
mod_name=CraterLib
|
||||||
@@ -28,4 +28,4 @@ org.gradle.jvmargs=-Xmx3G
|
|||||||
org.gradle.daemon=false
|
org.gradle.daemon=false
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
mod_menu_version=4.0.5
|
mod_menu_version=4.0.6
|
||||||
|
Reference in New Issue
Block a user