File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
kotlin/com/mairwunnx/projectessentials/core Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ project_jvm_version_target=1.8
1414kotlin_version =1.3.61
1515kotlinx_serialization_version =0.14.0
1616dokka_version =0.10.0
17- permissions_version =v1.14.4-1.0.1.0
18- cooldown_version =v1.14.4-1.0.2.0
19- module_version =1.14.4-1.1.0 .0
17+ permissions_version =v1.14.4-1.+
18+ cooldown_version =v1.14.4-1.+
19+ module_version =1.14.4-1.2 .0
2020module_name =Project Essentials Core
2121module_id =project_essentials_core
2222module_vendor =MairwunNx (Pavel Erokhin)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ internal class EntryPoint : EssBase() {
2121
2222 init {
2323 modInstance = this
24- modVersion = " 1.14.4-1.1.0 .0"
24+ modVersion = " 1.14.4-1.2 .0"
2525 logBaseInfo()
2626 validateForgeVersion()
2727 MinecraftForge .EVENT_BUS .register(this )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ issueTrackerURL="https://github.com/ProjectEssentials/ProjectEssentials-Core/iss
55
66[[mods ]]
77 modId =" project_essentials_core"
8- version =" 1.14.4-1.1.0 .0"
8+ version =" 1.14.4-1.2 .0"
99 displayName =" Project Essentials Core"
1010 updateJSONURL =" https://raw.githubusercontent.com/ProjectEssentials/ProjectEssentials-Core/MC-1.14.4/update.json"
1111 displayURL =" https://github.com/ProjectEssentials/ProjectEssentials-Core"
You can’t perform that action at this time.
0 commit comments