Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
BussyBakks committed Jul 4, 2024
1 parent 3fdbfc8 commit 4e443d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
// FabricAPI (un-comment if u need =] )
// modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabricapi_version}"

// Meteor
modImplementation "meteordevelopment:meteor-client:${project.meteor_version}"
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx2G
org.gradle.jvmargs=-Xmx1G

# Fabric Properties (https://fabricmc.net/develop)
minecraft_version=1.20.4
Expand All @@ -12,6 +12,7 @@ archives_base_name=addon-template


# Dependencies
fabricapi_version=0.97.0+1.20.4

# Meteor (https://maven.meteordev.org)
meteor_version=0.5.6

0 comments on commit 4e443d6

Please sign in to comment.