diff options
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index a4bb960..92c4dd2 100644 --- a/build.gradle +++ b/build.gradle @@ -10,6 +10,12 @@ base { archivesName = project.archives_base_name } +fabricApi { + configureDataGeneration() { + client = true + } +} + repositories { // Add repositories to retrieve artifacts from in here. // You should only use this when depending on other mods because |
