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 18bd252
Showing 1 changed file with 7 additions and 0 deletions.
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 18bd252

Please sign in to comment.