Commit Graph

41 Commits

Author SHA1 Message Date
Username404 fd502090c1
Use modImplementation instead of modRuntime and modCompile in the fabric/build.gradle.kts file 2021-10-26 23:25:00 +02:00
Username404 3c7d145ca8
Make a few overridden methods of ButtonImpl.kt final and rename the mixins .json files 2021-07-28 20:15:00 +02:00
Username404 93877b14cb
Move the okzoomer-related functions and variables to a new file named OkZoomerCompat.kt 2021-07-16 16:47:39 +02:00
Username404 735de8d0b7
Fix the Ok Zoomer compatibility on newer versions 2021-07-16 15:22:29 +02:00
Username404 4bc41e3b38
Add Ok Zoomer compatibility 2021-07-16 14:37:40 +02:00
Username404 56255825e2
Update the fabric zoom mixin to avoid compatibility issues 2021-07-15 21:01:51 +02:00
Username404 7c9e98bdc0
Don't use URLClassLoader instances on fabric 2021-07-15 17:10:50 +02:00
Username404 3290db57a9
Replace the reflections8 library (and therefore javassist) using FabricLoader 2021-07-15 16:50:53 +02:00
Username404 35775b98f2
Add a Zoom button 2021-06-27 19:17:52 +02:00
Username404 e618407a94
Assume that the modmenu screen is not null in ModMenuConf.kt 2021-06-05 16:37:08 +02:00
Username404 9f673b643e
Add the snowygui modrinth website as the homepage for fabric.mod.json 2021-06-04 18:16:45 +02:00
Username404 c69fd56838
Add a cloth config screen 2021-05-29 22:11:05 +02:00
Username404 6848b26797
Cast classes to ButtonImpl properly in Snowy.kt, FabricInit.kt and ForgeInit.kt 2021-05-27 21:29:11 +02:00
Username404 b1852f743e
Sort buttons alphabetically 2021-05-27 20:57:18 +02:00
Username404 c7729af67f
Add a @Ignore annotation, make Macro.command a jvm field and add a isValidForButtonCollection function to Snowy.kt 2021-05-20 14:24:39 +02:00
Username404 de98500a3a
Begin adding a macro system 2021-05-18 22:14:35 +02:00
Username404 8f16eae53b
Search annotations in a specific package, add a MACROS category and a GREEN color 2021-05-18 18:25:12 +02:00
Username404-59 f9fd9222ef
Fix the ButtonImpl.initialize() method producing null, use reflections8 only on fabric and shadow kotlinx.serialization on forge 2021-05-16 14:44:26 +02:00
Username404-59 44f5b41c29
Target Java 14 2021-05-12 17:24:00 +02:00
Username404-59 25a5380166
Update the kotlin libraries 2021-05-07 10:33:35 +02:00
Username404-59 4e1453b94b
Update architectury-loom 2021-05-04 22:07:06 +02:00
Username404-59 c8a55f8774
Make FabricInit a class again 2021-05-03 13:12:06 +02:00
Username404-59 481ebb1b60
Setup fabric-language-kotlin and kotlinforforge 2021-05-03 10:40:27 +02:00
Username404-59 7fb904246e
Fix the fabric-api-base dependency 2021-04-28 13:45:34 +02:00
Username404-59 f352f16e46
Exclude the fabric-api-base artifact from modmenu 2021-04-28 12:35:03 +02:00
Username404-59 eb95454313
Depend on fabric-rendering-v1 (+ fabric-api-base) and handle hud rendering on fabric too 2021-04-28 12:30:59 +02:00
Username404-59 c19b2ce735
Flatten package hierarchy in the gradle proguard task and set the subprojects groups 2021-04-27 18:59:30 +02:00
Username404-59 6175158225
Put the base minecraft version in mod files during processing 2021-04-18 17:01:05 +02:00
Username404-59 20fc1fd80d
Downgrade the fabric-resource-loader version to support versions older than 1.16.2 on fabric and add the minotaur plugin to publish to modrinth in the future 2021-04-15 17:17:49 +02:00
Username404-59 e087f1d1b8
Don't set a specific build for the fabricloader dependency in fabric.mod.json. 2021-04-12 22:45:12 +02:00
Username404-59 941a6143c0
Move a few dependencies from the "recommends" category to the "suggests" one in the fabric.mod.json file 2021-04-11 13:32:54 +02:00
Username404-59 3b55558ca4
Add a logger to CommonSnow.kt, and rename it to Snowy.kt. 2021-04-09 14:30:24 +02:00
Username404-59 47f5c9369d
Also fix the class name used as an entrypoint by fabric. 2021-04-08 15:12:05 +02:00
Username404-59 59cb29b104
Fix the class name used by modmenu in the fabric.mod.json file 2021-04-08 15:07:28 +02:00
Username404-59 f1d769fd96
Move a comment from a class to another 2021-04-08 14:18:10 +02:00
Username404-59 2b785ee9a2
Add a Jenkinsfile and a few other things 2021-04-08 14:13:37 +02:00
Username404-59 184d1f7f8f
Specify the mappings dependency only in the root project, and don't shadow every dependency. 2021-04-08 13:23:45 +02:00
Username404-59 3439da3e6b
Use a shadowC configuration, make an info window instead of an "installer", and include fabric-resource-loader-v0. 2021-04-08 12:55:20 +02:00
Username404-59 6771734add
Change a few packages and fix the fabric.mod.json file 2021-04-08 11:28:14 +02:00
Username404-59 f0fe913d7c
Add mod information files for fabric and forge. 2021-04-08 10:52:22 +02:00
Username404-59 08f0a50a55
Initial commit. 2021-04-08 10:18:46 +02:00