Skip to content

Commit

Permalink
Localisation for portal, fixed homepage link
Browse files Browse the repository at this point in the history
  • Loading branch information
DaFuqs committed Mar 20, 2021
1 parent c0f1ecf commit 9e9e71b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ yarn_mappings=1.16.5+build.5
loader_version=0.11.2

# Mod Properties
mod_version = 1.0.9-1.16.5
mod_version = 1.0.10-1.16.5
maven_group = de.dafuqs.starrysky
archives_base_name = starryskies

Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/assets/starry_sky/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

"bee.queen": "Queen",

"block.customportals.customportalblock": "Portal",

"text.autoconfig.StarrySky.title": "Starry Skies Config",
"text.autoconfig.StarrySky.category.GENERAL": "General",
"text.autoconfig.StarrySky.category.SYSTEM GENERATION": "System Generation",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"DaFuqs"
],
"contact": {
"homepage": "https://fabricmc.net/",
"homepage": "https://github.com/DaFuqs/StarrySky",
"sources": "https://github.com/DaFuqs/StarrySky"
},
"license": "MIT",
Expand Down

0 comments on commit 9e9e71b

Please sign in to comment.