genesis (using a stripped down itemscroller for template)

This commit is contained in:
sebseb7
2023-06-28 23:55:53 +02:00
commit 5a281d4b85
17 changed files with 682 additions and 0 deletions

9
settings.gradle Normal file
View File

@@ -0,0 +1,9 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}