File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
kotlin/com/mairwunnx/projectessentials/core Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ kotlinx_serialization_version=0.14.0
1616dokka_version =0.10.0
1717permissions_version =v1.14.4-1.+
1818cooldown_version =v1.14.4-1.+
19- module_version =1.14.4-1.2.0
19+ module_version =1.14.4-1.2.1
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.2.0 "
24+ modVersion = " 1.14.4-1.2.1 "
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.2.0 "
8+ version =" 1.14.4-1.2.1 "
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