File tree 4 files changed +7
-6
lines changed
kotlin/com/mairwunnx/projectessentials/projectessentialsspawn
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ mappingsChannelVersion=20190719-1.14.3
14
14
kotlinJdkVersionTarget =jdk8
15
15
kotlinxSerializationVersion =0.12.0
16
16
kotlinVersion =1.3.50
17
- projectEssentialsVersion =1.14.4-1.0.1 .0
17
+ projectEssentialsVersion =1.14.4-1.1.0 .0
18
18
projectEssentialsName =Project Essentials Spawn
19
19
projectEssentialsId =project_essentials_spawn
20
20
projectEssentialsVendor =MairwunNx (Pavel Erokhin)
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class EntryPoint : EssBase() {
24
24
25
25
init {
26
26
modInstance = this
27
- modVersion = " 1.14.4-1.0.1 .0"
27
+ modVersion = " 1.14.4-1.1.0 .0"
28
28
logBaseInfo()
29
29
validateForgeVersion()
30
30
logger.debug(" Register event bus for $modName mod ..." )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ issueTrackerURL="https://github.com/ProjectEssentials/ProjectEssentials-Spawn/is
4
4
5
5
[[mods ]]
6
6
modId =" project_essentials_spawn"
7
- version =" 1.14.4-1.0 .0.2 "
7
+ version =" 1.14.4-1.1 .0.0 "
8
8
displayName =" Project Essentials Spawn"
9
9
updateJSONURL =" https://raw.githubusercontent.com/ProjectEssentials/ProjectEssentials-Spawn/MC-1.14.4/update.json"
10
10
displayURL =" https://github.com/ProjectEssentials/ProjectEssentials-Spawn"
Original file line number Diff line number Diff line change 1
1
{
2
- "homepage" : " https://github.com/ProjectEssentials/ProjectEssentials-Spawn/releases/tag/v1.14.4-1.0.1 .0" ,
2
+ "homepage" : " https://github.com/ProjectEssentials/ProjectEssentials-Spawn/releases/tag/v1.14.4-1.1.0 .0" ,
3
3
"1.14.4" : {
4
+ "1.14.4-1.1.0.0" : " - Added logging loaded spawn data.\n - Added ProjectEssentials-Cooldown dependencity.\n - Added assigning aliases for Cooldown module." ,
4
5
"1.14.4-1.0.1.0" : " - Small mod behavior improvements."
5
6
},
6
7
"promos" : {
7
- "1.14.4-latest" : " 1.14.4-1.0.1 .0" ,
8
- "1.14.4-recommended" : " 1.14.4-1.0.1 .0"
8
+ "1.14.4-latest" : " 1.14.4-1.1.0 .0" ,
9
+ "1.14.4-recommended" : " 1.14.4-1.1.0 .0"
9
10
}
10
11
}
You can’t perform that action at this time.
0 commit comments