aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorMaximusbarcz <maxim.baranek@gmail.com>2022-12-23 11:29:31 +0100
committerMaximusbarcz <maxim.baranek@gmail.com>2022-12-23 11:29:31 +0100
commite5bc4dae41d2d3e04440a4fe02793d4084427437 (patch)
tree739ad7936b322f506b4a845cada07372ac40576a /src/main/resources
parentca23a48ec1efa4ebcc578c8dc876a0e8794a885b (diff)
downloadygasi-e5bc4dae41d2d3e04440a4fe02793d4084427437.tar.gz
ygasi-e5bc4dae41d2d3e04440a4fe02793d4084427437.tar.bz2
ygasi-e5bc4dae41d2d3e04440a4fe02793d4084427437.zip
Added DataGen to the build.gradle (not done yet)
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/fabric.mod.json3
1 files changed, 3 insertions, 0 deletions
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"
]