Commit Graph

36 Commits

Author SHA1 Message Date
FlorianMichael
e8327312cb
Pass description into mod files via Gradle as well 2024-08-05 20:04:22 +02:00
FlorianMichael
5316e8da17
Minimize build setup 2024-08-05 19:43:46 +02:00
dependabot[bot]
1bc0f9f646
Bump com.github.johnrengelman:shadow from 7.1.2 to 8.1.1 (#99)
Bumps com.github.johnrengelman:shadow from 7.1.2 to 8.1.1.

---
updated-dependencies:
- dependency-name: com.github.johnrengelman:shadow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 18:51:14 +02:00
dependabot[bot]
5351977258
Bump xyz.wagyourtail.jvmdowngrader:gradle-plugin from 0.6.1 to 1.0.0 (#102)
Bumps [xyz.wagyourtail.jvmdowngrader:gradle-plugin](https://github.com/unimined/JvmDowngrader) from 0.6.1 to 1.0.0.
- [Release notes](https://github.com/unimined/JvmDowngrader/releases)
- [Commits](https://github.com/unimined/JvmDowngrader/compare/0.6.1...1.0.0)

---
updated-dependencies:
- dependency-name: xyz.wagyourtail.jvmdowngrader:gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 18:46:51 +02:00
dependabot[bot]
019f19df45
Bump io.netty:netty-all from 4.0.20.Final to 4.1.112.Final (#98)
Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.0.20.Final to 4.1.112.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.0.20.Final...netty-4.1.112.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-all
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 18:44:55 +02:00
FlorianMichael
d3561611d6
Setup dependabot, cleanup build files 2024-08-05 18:43:36 +02:00
FlorianMichael
9111d79012
Change VAF artifact 2024-07-31 12:24:32 +02:00
FlorianMichael
ad1f3d0c75
Fixup README 2024-06-05 06:43:34 +02:00
FlorianMichael
a26894eba8
Downgrade shadowJar instead of libraries 2024-06-05 06:40:00 +02:00
FlorianMichael
304c021319
Try to finish things up 2024-06-05 03:53:57 +02:00
FlorianMichael
730df46e47
Break Gradle to not check for Java versions 2024-06-04 20:08:53 +02:00
FlorianMichael
eb7c177f3a
Downgrade Via dependencies to J8 2024-06-04 01:33:43 +02:00
FlorianMichael
2721955931
Add mod publish plugin 2024-04-28 21:30:43 +02:00
FlorianMichael
08cf5e9929
Move mcmod.info into mc 1.12 module, fix artifact names 2024-04-28 21:10:10 +02:00
FlorianMichael
d19e57a98e
Beautify version comparisons 2024-04-28 18:54:38 +02:00
FlorianMichael
1f047f0a84
Update Via*, only include common modules 2024-04-28 18:53:39 +02:00
FlorianMichael
060d4b527b
Cleaned build script by using mc_version for comparisons 2024-02-04 00:46:45 +01:00
FlorianMichael
bc32c47617
Removed outdated comments 2024-02-04 00:34:38 +01:00
FlorianMichael
11e365b36d
Update to Minecraft 1.20.4 and Gradle 8.1 2024-01-02 17:19:19 +01:00
FlorianMichael
b91a408d36
Improved mods.toml files 2023-12-08 16:24:17 +01:00
FlorianMichael
2bd493a166
Rework build structure to prevent gradle plugins
Drop 1.14/1.15 as Forge doesn't seem to like Mixins on those versions
Fixed 1.17+ GUI rendering crashing for OpenGL exceptions
2023-12-06 22:05:18 +01:00
FlorianMichael
1fbc96b805
Abstract platform code, build tasks and resources / fixed loading on all versions ™️ 2023-10-21 16:08:11 +02:00
FlorianMichael
4b51ddf542
Abstract build scripts 2023-10-20 23:59:21 +02:00
Kichura
21f6507dac
Clean up CI, Update Gradle and dependencies. (#72)
* Clean up CI, Update Gradle and dependencies.

* Attempt 1 on minecraftforge's gradle.

* Attempt 2 on minecraftforge's gradle.

* Go back to Gradle 7.5.1.

* Revert shadow back to 7.1.2.

* ViaForge 3.4.4, Update via* to dev builds, G1GC.
2023-10-20 20:38:36 +02:00
FlorianMichael
18f17e4494
Add support for Minecraft 1.16.5 ™️ 2023-10-20 18:32:52 +02:00
FlorianMichael
967930ef64
Building works now 2023-10-20 10:46:47 +02:00
FlorianMichael
5e40ef4111
Setup multi module project 2023-10-20 09:40:46 +02:00
FlorianMichael
1cffc9c3b9 added new codebase 2023-01-04 03:42:43 +01:00
FlorianMichael
7fdd594765 removed files 2023-01-04 03:29:35 +01:00
TudbuT
f396ff00bc fix some incompatibility issues and a crash by using standardized FML loading 2022-09-26 14:42:53 +02:00
FlorianMichael
98ea2cbbf9 some improvements 2021-09-10 17:55:16 +02:00
xcfrg
b1c239fdbb
🛠 Forgegradle 5 & Gradle 7 Upgrade
- Use the latest forgegradle available, forgegradle 5
- Update mixins
- Remove the terrible libs folder and grab libs from repos
- Rewrite build.gradle, settings.gradle, gradle.properties to support forgegradle 5
- Upgraded to gradle 7.2
- Use DefaultEventLoopGroup instead of LocalEventLoopGroup, as the latter is deprecated
- Both dev environment and building have been tested
2021-08-31 19:12:30 -04:00
FlorianMichael
62083a228b Update Via 2021-05-14 17:09:21 +02:00
FlorianMichael
4f95385513 Improve Some Things 2021-03-28 04:56:09 +02:00
FlorianMichael
4a233042bb Move My Injection Base to My Package, Remove useless Print in MixinNetworkManagerChInit, Add "Reconnect" button to GuiDisconnected 2021-02-21 22:03:20 +01:00
FlorianMichael
30d4b9341a Upload SourceCode 2021-02-16 21:39:05 +01:00