Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Nov 30, 2023
1 parent c32dba1 commit 1acec82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-11-30-1203.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Loom 1.4 includes enhancement for decompilers, support for deprecated modules in

Loom now includes built-in support for the Vineflower decompiler. It's a fork of Fernflower, but with drastically improved output quality compared to the original. CFR remains the default decompiler for the time being. To decompile with Vineflower, use `genSourcesWithVineflower` instead of `genSources`.

A new DSL has been introduced to make configuring data generation with best practices easier. This DSL automatically creates a run configuration and source set(?) for data generation while also excluding the cache from the built JAR:
A new DSL has been introduced to make configuring data generation with best practices easier. This DSL automatically creates a run configuration and optional source set for data generation while also excluding the cache from the built JAR:

```gradle
fabricApi {
Expand Down

0 comments on commit 1acec82

Please sign in to comment.