Skip to content

Commit

Permalink
- 1.20.6 update :)
Browse files Browse the repository at this point in the history
  • Loading branch information
theendercore committed Jun 3, 2024
1 parent c2c5fdf commit 5f39755
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ uploadConfig {
modrinthId = modrinth_id
curseId = curse_id

changeLog = "- fixed bug with rechisel\n- update to 20.6"
versionOverrides = listOf("1.20.6")

changeLog = "- update to 20.6 (why did the recipes have to change?)"
// FabricApi
modrinthDependency("P7dR8mSH", uploadConfig.REQUIRED)
curseDependency("fabric-api", uploadConfig.REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin.code.style=official
loom_version=1.0-SNAPSHOT

maven_group = org.theendercore
mod_version = 1.3.0-1.20
mod_version = 1.3.1-1.20
modid = trowel
mod_name = Trowel
description = A fabric port of Quarks Trowel item.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"frame": "task",
"hidden": false,
"icon": {
"item": "trowel:trowel"
"id": "trowel:trowel"
},
"show_toast": true,
"title": {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/trowel/recipes/trowel.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"# "
],
"result": {
"item": "trowel:trowel"
"id": "trowel:trowel"
}
}

0 comments on commit 5f39755

Please sign in to comment.