Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions mod/localization/de-DE/de-DE.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"types":
{
"Khanx.Sign": "Schild"
},
"typeuses":
{
"Khanx.Sign": "Möchtest du deine Spuren in der Welt hinterlassen? Das Schild ist der ideale Weg, dies zu tun ;-)"
}
}
68 changes: 36 additions & 32 deletions mod/modInfo.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,37 @@
[
{
"name": "Sign",
"version": "0.1.1.7",
"enableddefault": true,
"description" : "The player will able to place signs with text.",
"dllpath": "Sign.dll",
"compatibleversions":
[
"0.8.0"
],
"jsonFiles" : [
{
"relativePath" : "./autoload/types.json",
"fileType" : "addNewTypes",
"index" : -1000000
},
{
"relativePath" : "./autoload/recipes.json",
"fileType" : "addOrReplacePlayerRecipes",
"index" : -1000000,
},
{
"fileType": "addOrOverrideLocalization",
"relativePath": "localization/en-US/en-US.json"
},
{
"fileType": "addOrOverrideLocalization",
"relativePath": "localization/es-ES/es-ES.json"
}
]
}
]
{
"name": "Sign",
"version": "0.1.2.0",
"enableddefault": true,
"description" : "The player will able to place signs with text.",
"dllpath": "Sign.dll",
"compatibleversions":
[
"0.9.0"
],
"jsonFiles" : [
{
"relativePath" : "./autoload/types.json",
"fileType" : "addNewTypes",
"index" : -1000000
},
{
"relativePath" : "./autoload/recipes.json",
"fileType" : "addOrReplacePlayerRecipes",
"index" : -1000000,
},
{
"fileType": "addOrOverrideLocalization",
"relativePath": "localization/en-US/en-US.json"
},
{
"fileType": "addOrOverrideLocalization",
"relativePath": "localization/es-ES/es-ES.json"
},
{
"fileType": "addOrOverrideLocalization",
"relativePath": "localization/de-DE/de-DE.json"
}
]
}
]