Skip to content

Commit 779051f

Browse files
committed
whoopsies
1 parent 35da1a6 commit 779051f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ mcVersion = 1.8.9
55
modid = hatecheaters
66
version=0.2.2
77
# requiredOdin and the latest action must have the same name if useActions is true.
8-
requiredOdin=Odin-1.3.2.jar
8+
requiredOdin=Odin-1.3.3.jar
99
odinRepository = odtheking/Odin
1010
useActions=true

src/main/kotlin/com/github/subat0m1c/hatecheaters/utils/odinwrappers/Colors.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package com.github.subat0m1c.hatecheaters.utils.odinwrappers
22

3-
import me.odinmain.utils.render.Color
43
import me.odinmain.utils.render.RenderUtils.bind
54
import me.odinmain.utils.render.Color as OdinColor
65
import me.odinmain.utils.render.Colors as OdinColors

src/main/kotlin/com/github/subat0m1c/hatecheaters/utils/odinwrappers/Text.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package com.github.subat0m1c.hatecheaters.utils.odinwrappers
22

33
import me.odinmain.utils.minus
44
import me.odinmain.utils.noControlCodes
5+
import me.odinmain.utils.plus
56
import me.odinmain.utils.ui.rendering.NVGRenderer
67

78
object Text {

0 commit comments

Comments
 (0)