Skip to content

Commit

Permalink
nbt-crafting lib for 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lil-fox committed May 3, 2023
1 parent c936f4d commit a7d61c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,3 @@ run/
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

libs/
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ repositories {
// for more information about repositories.
}

git {
implementation 'https://github.com/dever-cube/nbt-crafting', {
name 'nbt-crafting'
commit 'origin/1.19-4.0'
}
}

dependencies {
// To change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:${project.minecraft_version}"
Expand Down

0 comments on commit a7d61c8

Please sign in to comment.