diff options
| author | Hawarth <hawarth@hawarth.com> | 2026-03-14 18:39:10 +0100 |
|---|---|---|
| committer | Hawarth <hawarth@hawarth.com> | 2026-03-14 18:39:27 +0100 |
| commit | 2e79ad1b980b4867c3b32688d7946d52f5b85a62 (patch) | |
| tree | 215aac8d730dcdd61aa2ac95b248f70c5ced97b8 /settings.gradle | |
| download | mc-craftsdwarfship-trunk.tar.gz mc-craftsdwarfship-trunk.zip | |
Initialises the project using Fabric MC's template mod generator.
Diffstat (limited to 'settings.gradle')
| -rw-r--r-- | settings.gradle | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle new file mode 100644 index 0000000..75c4d72 --- /dev/null +++ b/settings.gradle @@ -0,0 +1,10 @@ +pluginManagement { + repositories { + maven { + name = 'Fabric' + url = 'https://maven.fabricmc.net/' + } + mavenCentral() + gradlePluginPortal() + } +}
\ No newline at end of file |
