File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
src/main/kotlin/com/github/subat0m1c/hatecheaters/utils/odinwrappers Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ mcVersion = 1.8.9
55modid = hatecheaters
66version =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
99odinRepository = odtheking/Odin
1010useActions =true
Original file line number Diff line number Diff line change 11package com.github.subat0m1c.hatecheaters.utils.odinwrappers
22
3- import me.odinmain.utils.render.Color
43import me.odinmain.utils.render.RenderUtils.bind
54import me.odinmain.utils.render.Color as OdinColor
65import me.odinmain.utils.render.Colors as OdinColors
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package com.github.subat0m1c.hatecheaters.utils.odinwrappers
22
33import me.odinmain.utils.minus
44import me.odinmain.utils.noControlCodes
5+ import me.odinmain.utils.plus
56import me.odinmain.utils.ui.rendering.NVGRenderer
67
78object Text {
You can’t perform that action at this time.
0 commit comments