Skip to content

Commit

Permalink
1.0-pre5
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed May 14, 2021
1 parent a9cf951 commit ba1bc43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {

ext.kotlin_version = "1.5.0"

version = "1.0-pre4"
version = "1.0-pre5"
group = "skytils.skytilsmod"
archivesBaseName = "Skytils"

Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/skytils/skytilsmod/Skytils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class Skytils {
companion object {
const val MODID = "skytils"
const val MOD_NAME = "Skytils"
const val VERSION = "1.0-pre4"
const val VERSION = "1.0-pre5"

@JvmField
val gson: Gson = GsonBuilder().setPrettyPrinting().create()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/skytils/skytilsmod/core/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2140,7 +2140,7 @@ class Config : Vigilant(File("./config/skytils/config.toml"), "Skytils", sorting
registerListener(::darkModeMist) { mc.renderGlobal.loadRenderers() }
registerListener(::recolorCarpets) { mc.renderGlobal.loadRenderers() }

this.dataURL = "https://cdn.jsdelivr.net/gh/Skytils/SkytilsMod-Data@main/"
this.dataURL = "https://cdn.jsdelivr.net/gh/Skytils/SkytilsMod-Data/"

if (this.largerHeadScale > 2) {
this.largerHeadScale /= 100
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
package skytils.skytilsmod.tweaker

import org.spongepowered.asm.lib.tree.ClassNode
import org.spongepowered.asm.mixin.Mixins
import org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
import org.spongepowered.asm.mixin.extensibility.IMixinInfo

Expand Down

0 comments on commit ba1bc43

Please sign in to comment.