aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
AgeCommit message (Collapse)Author
2023-10-15Fix missing resource loader dependencyJuuz
Fixes #213.
2023-10-15Update GradleJuuz
2023-09-27Merge branch 'unstable/9.0'Juuz
# Conflicts: # src/main/resources/fabric.mod.json
2023-09-25Update publishing details to be more genericJuuz
2023-09-09Update Gradle, Loom and VFLJuuz
2023-06-04Update to 1.20 RC 1Juuz
2023-05-25Add pom metadata (#199)Roman / Linnea Gräf
2023-05-15Add workaround for FabricMC/fabric-loom#890Juuz
2023-05-14Simplify source/target compatibility settingJuuz
The build has to use Java 17 because of the Loom version.
2023-05-14Move test mod to root projectJuuz
2023-05-14Move javadoc taglet classes to root projectJuuz
2023-05-14Apply checkstyle to every Gradle projectJuuz
2023-03-18Update Checkstyle and fix code formatJuuz
2023-02-02Update to Loom 1.1, LQF 1.8.0Juuz
2022-09-22Filter Cotton repo to only include io.github.cottonmcJuuz
2022-09-22Use api instead of modApi for LNPJuuz
2022-09-22Update LoomJuuz
2022-09-06Add back links to Yarn javadoc in LibGui javadocJuuz
2022-08-16Only apply runtime ModMenu to the test subprojectJuuz
2022-06-16Update to 1.19 and bump version to 6.0.0Juuz
2022-04-07Update Loom to 0.11 and LQF to 1.7.0Juuxel
2022-03-22Mark fabric-api-base and fabric-networking-api-v1 as modApi depsJuuz
2022-03-22Fix indentation in build.gradleJuuz
Why does IDEA insist on throwing spaces everywhere???
2022-03-22Only depend on specific Fabric API modulesJuuz
2021-11-25Update to 1.18-rc1Juuz
2021-11-22Use java toolchainsJuuxel
2021-11-16Update to Minecraft 1.18-pre2 and Java 17Juuz
2021-11-16* Updated to 1.18 (#142)biom4st3r
* Updated Jankson-Fabric
2021-09-12Update Yarn and LQFJuuz
2021-09-11Link to jetbrains annotations in javadocJuuz
2021-09-11Revert "Loom 0.10!"Juuz
This reverts commit 11321463. Apparently it's not stable enough to use yet :sob:
2021-09-11Loom 0.10!Juuz
2021-09-11Add observable properties and narration support (#136)Juuxel
* Add focused narration support * yes! * More work on hovering and observables * Fix WWidget.setHovered javadoc * Document ObservableProperty.add/removeListener * Add observable views * Fix ObservableView.ChangeListener javadoc * More JD! * Add taglet for listing observable properties Overkill? Yep. Still fancy? Absolutely! * Fix narration element indices and more JD tricks * Add slot hovering narration * WItemSlot.getExtraNarrationMessage -> getNarrationName, make public API * Remove the binding functionality of observable properties This is required for having proper change listeners. * Add ObservableView.hasValue * Add some utility methods to ObservableView * Clarify ObservableView.ChangeListener parameters * Remove properties tag from WButton javadoc
2021-07-16Update LQF to 1.1.2Juuxel
2021-07-11Fix broken AW by yeeting it, bump version to 4.1.44.1.4Juuz
2021-07-09Update to 1.17.1 stable and bump to 4.1.2Juuz
2021-07-01Update to 1.17.1-rc1, bump to 4.1.14.1.1Juuxel
2021-06-16Revert "Add loom-quiltflower"Juuz
This reverts commit 780f073d. Adding LQF somehow breaks mod dependency remapping, which shouldn't be possible... This just shows that Loom is *really* fragile.
2021-06-16Add loom-quiltflowerJuuz
2021-06-05Update Mod Menu supportJuuz
2021-06-05Switch from accessor to AW, fixes #113Juuz
Accessors would be preferred but there is a mixin bug/regression that prevents me from modifying final fields with accessors unless I do some concerning hacky code.
2021-05-29Link Yarn javadocs to oursJuuz
2021-05-29Exclude the impl package (and subpackages) in javadocJuuz
2021-05-27Replace bad 9patch with LibNinePatch, fix bug with ItemIconJuuz
Also adds nicer tests with client-side commands. /libgui config: opens the config GUI without Mod Menu /libgui tab: opens a tab test GUI
2021-05-27Add title position property to GuiDescriptionsJuuz
The new field is used for both fullscreen and normal screens. Also fixes titles being incorrectly positioned by default.
2021-05-21Port to 21w20a. Fixes #109 (#110)4.0.0-alpha.2Reece Mackie
* 21w20a. Fixes #109 * Indentation and spacing fixes
2021-03-1921w11aJuuxel
Co-authored-by: CoolMineman <62723322+coolmineman@users.noreply.github.com> Closes #101.
2021-02-27Add button dark modeJuuxel
2021-02-27Update Loom and use Maven Publish instead of the Artifactory pluginJuuxel
2021-01-31Update Gradle and dependencies3.3.3Juuxel