aboutsummaryrefslogtreecommitdiff
path: root/versions
AgeCommit message (Collapse)Author
2022-07-16Kotlin Language Adapter (1.12-) (#56)Wyvest
"An adapter for FML to allow for the use of Kotlin objects as a mod class. This is not required if you use a Kotlin class, only if you use a Kotlin object."
2022-07-15Release workflow (#53)DeDiamondPro
* release workflow * update normal version to hash * fix * fix naming * fix some stuff * fix version thing * switch to number from hash
2022-07-11epic fix for macos development because archloom bug yes yes (#50)Ethan
2022-07-07make egg 1 customizableWyvest
2022-07-07egg 1Wyvest
2022-07-06realWyvest
2022-07-05apiDump momentWyvest
2022-07-05fix OneConfigMixinPluginWyvest
2022-07-05Merge branch 'self' of https://github.com/nxtdaydelivery/OneConfig into ↵Wyvest
nextdaydelivery-self
2022-07-05aWyvest
2022-07-04intellij dumbDeDiamondPro
2022-07-04fix dropdownDeDiamondPro
2022-07-03little trollingWyvest
2022-07-03changes to ESC behaviornextdaydelivery
2022-07-03ignore test packageWyvest
allow enabled property in Config to be set at constructor
2022-07-02pass a UMatrixStack in HUD APIWyvest
From 1.17+, most matrix transformations can only be done with a MatrixStack instance, thus to prepare for a OneConfig 1.17+ port this has been done.
2022-07-02fix sources jarWyvest
2022-07-02ez 1.12 supportWyvest
2022-07-02add api validationWyvest
2022-07-02fix full jarsWyvest
2022-07-02Separate Minecraft dependant and non-dependant codeWyvest
2022-05-27dsstore bruhDeDiamondPro
2022-05-27universal eventsWyvest
add mixinextras and keventbus
2022-05-21vigilance compat (#15)Wyvest
* vigilance compat reorganize ASM * remove non-RenderManager nanovg usage wherever possible fix build generalize utils * setupGradle task * migrate to kotlin gradle use essential gradle toolkit shade new gson * Small changes * Update .gitignore * fix natives * Fix all problems * null Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>