From e5bc4dae41d2d3e04440a4fe02793d4084427437 Mon Sep 17 00:00:00 2001 From: Maximusbarcz Date: Fri, 23 Dec 2022 11:29:31 +0100 Subject: Added DataGen to the build.gradle (not done yet) --- src/main/resources/fabric.mod.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 23cfe76..e8c1cbb 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -18,6 +18,9 @@ "environment": "server", "entrypoints": { + "fabric-datagen": [ + "dev.mayaqq.ygasi.registry.DataGenRegistry" + ], "main": [ "dev.mayaqq.ygasi.Ygasi" ] -- cgit