Skip to content

Commit

Permalink
minecraftcapes moment
Browse files Browse the repository at this point in the history
  • Loading branch information
CaelTheColher committed Jul 1, 2023
1 parent 7bdb73e commit 4776219
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion common/src/main/kotlin/me/cael/capes/menu/MainMenu.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ open class MainMenu(parent: Screen, gameOptions: GameOptions) : GameOptionsScree

override fun render(matrices: MatrixStack, mouseX: Int, mouseY: Int, delta: Float) {
this.renderBackground(matrices)
DrawableHelper.drawCenteredText(matrices, textRenderer, title, width / 2, 20, 16777215)
DrawableHelper.drawCenteredTextWithShadow(matrices, textRenderer, title, width / 2, 20, 16777215)
super.render(matrices, mouseX, mouseY, delta)
}
}
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"fabricloader": ">=0.14.6",
"fabric": "*",
"fabric-language-kotlin": "*",
"minecraft": "1.19.3",
"minecraft": ">=1.19.3",
"java": ">=17"
}
}
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
org.gradle.jvmargs=-Xmx8G

minecraft_version=1.19.3
yarn_mappings=1.19.3+build.3
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
enabled_platforms=fabric,forge

archives_base_name=capes
mod_version=1.5.2+1.19.3
mod_version=1.5.3+1.19.4
maven_group=me.capes

fabric_loader_version=0.14.11
fabric_api_version=0.69.1+1.19.3
fabric_loader_version=0.14.21
fabric_api_version=0.84.0+1.19.4

forge_version=1.19.3-44.1.8
forge_version=1.19.4-45.1.0

# Other APIs
fabric_kotlin_version=1.8.7+kotlin.1.7.22
Expand Down

0 comments on commit 4776219

Please sign in to comment.