From 1acec82f12297a93bd30f8e3db00ee0d03e35ef7 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Thu, 30 Nov 2023 14:23:59 +0000 Subject: [PATCH] Minor fix --- _posts/2023-11-30-1203.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-11-30-1203.md b/_posts/2023-11-30-1203.md index db8c34eb..eb7b2b7f 100644 --- a/_posts/2023-11-30-1203.md +++ b/_posts/2023-11-30-1203.md @@ -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 {