Skip to content

Commit

Permalink
Prepare launch
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugman76 committed Feb 15, 2023
1 parent b910bd3 commit f22bdd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ yarn_mappings=1.19.3+build.5
loader_version=0.14.12
fabric_version=0.72.0+1.19.3
# https://github.com/DawnTeamMC/DawnAPI
dawn_version=4-SNAPSHOT
dawn_version=4.1.1

# https://www.curseforge.com/minecraft/mc-mods/terrablender-fabric
terrablender_version=1.19.3-2.1.0.134
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"items": ["promenade:tuff"]
"items": ["minecraft:tuff"]
}
]
}
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"accessWidener": "promenade.accesswidener",
"depends": {
"fabric": "*",
"cloth-config": "*"
"cloth-config": "*",
"dawn": ">=4.1.1"
},
"suggests": {
"columns": "*",
Expand Down

0 comments on commit f22bdd3

Please sign in to comment.