File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
kotlin/com/mairwunnx/projectessentialscore Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ mappingsChannelVersion=20190719-1.14.3
1414kotlinJdkVersionTarget =jdk8
1515kotlinxSerializationVersion =0.12.0
1616kotlinVersion =1.3.50
17- projectEssentialsVersion =1.14.4-1.0.0.0
17+ projectEssentialsVersion =1.14.4-1.0.0.1
1818projectEssentialsName =Project Essentials Core
1919projectEssentialsId =project_essentials_core
2020projectEssentialsVendor =MairwunNx (Pavel Erokhin)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import net.minecraftforge.fml.common.Mod
77internal class EntryPoint : EssBase () {
88 init {
99 modInstance = this
10- modVersion = " 1.14.4-1.0.0.0 "
10+ modVersion = " 1.14.4-1.0.0.1 "
1111 logBaseInfo()
1212 validateForgeVersion()
1313 }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ issueTrackerURL="https://github.com/ProjectEssentials/ProjectEssentials-Core/iss
44
55[[mods ]]
66 modId =" project_essentials_core"
7- version =" 1.14.4-1.0.0.0 "
7+ version =" 1.14.4-1.0.0.1 "
88 displayName =" Project Essentials Core"
99 updateJSONURL =" https://raw.githubusercontent.com/ProjectEssentials/ProjectEssentials-Core/MC-1.14.X/update.json"
1010 displayURL =" https://github.com/ProjectEssentials/ProjectEssentials-Core"
Original file line number Diff line number Diff line change 11{
2- "homepage" : " https://github.com/ProjectEssentials/ProjectEssentials-Core/releases/tag/v1.14.4-1.0.0.0 " ,
2+ "homepage" : " https://github.com/ProjectEssentials/ProjectEssentials-Core/releases/tag/v1.14.4-1.0.0.1 " ,
33 "1.14.4" : {
4- "1.14.4-1.0.0.0 " : " - Initial release ."
4+ "1.14.4-1.0.0.1 " : " - Fixed not existing dependencies in jar ."
55 },
66 "promos" : {
7- "1.14.4-latest" : " 1.14.4-1.0.0.0 " ,
8- "1.14.4-recommended" : " 1.14.4-1.0.0.0 "
7+ "1.14.4-latest" : " 1.14.4-1.0.0.1 " ,
8+ "1.14.4-recommended" : " 1.14.4-1.0.0.1 "
99 }
1010}
You can’t perform that action at this time.
0 commit comments