Initial Mod

This commit is contained in:
J-onasJones 2024-03-16 18:14:45 +01:00
commit 25453d3b24
16 changed files with 846 additions and 0 deletions

10
settings.gradle Normal file
View file

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