Skip to content

Commit

Permalink
Enum extensions not yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Jun 13, 2024
1 parent 2abf09f commit 1dc86a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions content/news/21.0release.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ FML also had its deprecated members removed:
- `FMLJavaModLoadingContext#get` was removed. The direct replacement is `ModLoadingContext#get`, however use of it is discouraged. You should use direct references to your container where possible, and consider that the mod's event bus is provided as a mod class constructor argument.
- `DistExecutor` was removed without replacement. You should either use `if (FMLLoader.dist == <dist>)` checks, or separate entrypoints for client and common code.

### Enum extensions
TODO:

## Experimental Gradle Plugin
We're currently developing a new experimental Gradle Plugin, focused on simpler buildscripts and improved caching. You can find information on its usage [here](https://github.com/NeoForged/ModDevGradle), and support is provided in the [thread](https://discord.com/channels/313125603924639766/1239579489617580072) on our [Discord server](https://discord.neoforged.net).

Expand All @@ -87,4 +84,4 @@ As was the case with the 1.20 lifecycle, we expect 1.21 (or 1.21.1) to be the st
This means that 1.21 may have a longer beta period so that we can make sure that the version packs will use for the year to come is as good as it gets.
However, we will, as always, refrain from making useless breaking changes, and will make sure to announce them in the [Dev Announcements channel](https://discord.com/channels/313125603924639766/1187738270386372740) of our [Discord server](https://discord.neoforged.net). Make sure to select the `Dev Announcement Pings` role if you want to be kept up to date with the most important changes!

As always, we want to thank everyone for their contributions during the 1.20 lifecycle, and we hope to see more mods be developed for NeoForge in the coming months.
As always, we want to thank everyone for their contributions during the 1.20 lifecycle, and we hope to see more mods be developed for NeoForge in the coming months.

1 comment on commit 1dc86a0

@neoforged-pages-deployments
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploying with Cloudflare Pages

Name Result
Last commit: 1dc86a01148997ea5f3a5256344835890ebd35de
Status: ✅ Deploy successful!
Preview URL: https://e3727831.neoforged-website-previews.pages.dev
PR Preview URL: https://pr-39.neoforged-website-previews.pages.dev

Please sign in to comment.