Compare commits

..

No commits in common. "b4ad82fd238b1ad925043ed3759bcb7926cbbb11" and "6849292fa373b481484fb81eb5e79124f839f10a" have entirely different histories.

392 changed files with 50 additions and 13669 deletions

2
.gitignore vendored
View File

@ -30,6 +30,8 @@ bin/
# fabric # fabric
run/
# java # java
hs_err_*.log hs_err_*.log

View File

@ -16,10 +16,6 @@ repositories {
// Loom adds the essential maven repositories to download Minecraft and libraries from automatically. // Loom adds the essential maven repositories to download Minecraft and libraries from automatically.
// See https://docs.gradle.org/current/userguide/declaring_repositories.html // See https://docs.gradle.org/current/userguide/declaring_repositories.html
// for more information about repositories. // for more information about repositories.
maven {
name = "meteor-maven"
url = "https://maven.meteordev.org/releases"
}
} }
dependencies { dependencies {
@ -28,7 +24,6 @@ dependencies {
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2" mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
implementation "meteordevelopment:orbit:0.2.3"
// Uncomment the following line to enable the deprecated Fabric API modules. // Uncomment the following line to enable the deprecated Fabric API modules.
// These are included in the Fabric API production distribution and allow you to update your mod to the latest modules at a later more convenient time. // These are included in the Fabric API production distribution and allow you to update your mod to the latest modules at a later more convenient time.

Some files were not shown because too many files have changed in this diff Show More