This commit is contained in:
parent
ee4739474d
commit
d9a38abadb
@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
**Beta 0.0.5**
|
||||||
|
* Improve Fabric JSON
|
||||||
|
|
||||||
**Beta 0.0.4**
|
**Beta 0.0.4**
|
||||||
* Improve REI Plugin
|
* Improve REI Plugin
|
||||||
|
|
||||||
|
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -32,6 +32,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh './gradlew publish'
|
sh './gradlew publish'
|
||||||
|
withCredentials([usernameColonPassword(credentialsId: 'curseforge_key', variable: 'CURSEFORGE_KEY')]) {
|
||||||
|
sh './gradlew -Pcurseforge.api_key="${CURSEFORGE_KEY}" curseforge'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@ org.gradle.jvmargs = -Xmx1G
|
|||||||
fabric_loader_version = 0.9.0+build.204
|
fabric_loader_version = 0.9.0+build.204
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 0.0.4
|
mod_version = 0.0.5
|
||||||
maven_group = com.thebrokenrail
|
maven_group = com.thebrokenrail
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
@ -20,5 +20,5 @@ org.gradle.jvmargs = -Xmx1G
|
|||||||
cloth_config_version = 4.7.0-unstable
|
cloth_config_version = 4.7.0-unstable
|
||||||
autoconfig_version = 3.2.0-unstable
|
autoconfig_version = 3.2.0-unstable
|
||||||
libstructure_version = 1.4.1
|
libstructure_version = 1.4.1
|
||||||
roughlyenoughitems_version = 5.1.0-unstable
|
roughlyenoughitems_version = 5.2.0
|
||||||
jetbrains_annotations_version = 19.0.0
|
jetbrains_annotations_version = 19.0.0
|
||||||
|
@ -5,7 +5,9 @@
|
|||||||
"name": "EnergonRelics",
|
"name": "EnergonRelics",
|
||||||
"description": "This is a simple technology mod that adds a wireless energy system. It also adds several blocks and items to interact with and manipulate the energy system such as Solar Panels and Block Breakers.",
|
"description": "This is a simple technology mod that adds a wireless energy system. It also adds several blocks and items to interact with and manipulate the energy system such as Solar Panels and Block Breakers.",
|
||||||
"authors": [
|
"authors": [
|
||||||
"TheBrokenRail"
|
"TheBrokenRail",
|
||||||
|
"PoeticRainbow (Artist)",
|
||||||
|
"azazelthedemonlord (Artist)"
|
||||||
],
|
],
|
||||||
"contact": {
|
"contact": {
|
||||||
"homepage": "https://thebrokenrail.com/",
|
"homepage": "https://thebrokenrail.com/",
|
||||||
|
Reference in New Issue
Block a user