https://modrinth.com/mod/breakfree

Merge pull request #5 from SyberiaKey/localize-and-meta

Added lang files for mod descriptions in Mod Menu + added links in fabric.mod.json

authored by

JustAPotota and committed by
GitHub
5de86dbe 64f1f077

+13 -1
+4
src/main/resources/assets/breakfree/lang/en_us.json
··· 1 + { 2 + "modmenu.summaryTranslation.breakfree": "Allows you to continue breaking blocks when you switch items.", 3 + "modmenu.descriptionTranslation.breakfree": "Allows you to continue breaking blocks when you switch items." 4 + }
+4
src/main/resources/assets/breakfree/lang/ru_ru.json
··· 1 + { 2 + "modmenu.summaryTranslation.breakfree": "Позволяет вам продолжать ломать блок при смене предмета в руке.", 3 + "modmenu.descriptionTranslation.breakfree": "Позволяет вам продолжать ломать блок при смене предмета в руке." 4 + }
+5 -1
src/main/resources/fabric.mod.json
··· 5 5 "name": "Break Free", 6 6 "description": "Allows you to continue breaking blocks when you switch items.", 7 7 "authors": ["JustAPotota"], 8 - "contact": {}, 8 + "contact": { 9 + "homepage": "https://modrinth.com/mod/breakfree", 10 + "sources": "https://github.com/JustAPotota/Break-Free", 11 + "issues": "https://github.com/JustAPotota/Break-Free/issues" 12 + }, 9 13 "license": "unlicense", 10 14 "icon": "assets/breakfree/icon.png", 11 15 "environment": "client",