Compare commits

..

10 Commits

Author SHA1 Message Date
core b4ad82fd23
upd 2023-03-12 15:35:00 -04:00
core 199fe4dbc6
add testinstance 2023-03-07 20:52:42 -05:00
core 17fd5ac188
some work 2023-03-07 20:52:16 -05:00
core 1d2191c0c0
mate 2023-03-06 17:33:38 -05:00
core 91bc773a8c
[everything] everything (forgot git existed) 2023-03-05 11:47:47 -05:00
core 0d3d243259
[creativeflight] new module 2023-02-28 22:05:38 -05:00
c0repwn3r 459375083e
[jetpack] move back up after nofly bypass 2022-12-03 21:26:56 -05:00
c0repwn3r 67ef576d81
[hud] HUD system 2022-12-03 21:23:39 -05:00
c0repwn3r e41a18a7bd
rewrite jetpack 2022-12-03 20:44:24 -05:00
c0repwn3r 2e20a54dfb
get ready for jetpack rewrite 2022-12-03 20:14:21 -05:00
392 changed files with 13664 additions and 45 deletions

2
.gitignore vendored
View File

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

View File

@ -16,6 +16,10 @@ 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 {
@ -24,6 +28,7 @@ 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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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