Skip to content

Commit

Permalink
Updated mod to V1.6
Browse files Browse the repository at this point in the history
Added MC 1.16.4 support
Better direction lock descriptions
Removed stray English words in German translation

# Conflicts:
#	gradle.properties
#	src/main/resources/META-INF/mods.toml
  • Loading branch information
Theta-Dev committed Nov 6, 2020
1 parent c16d1d2 commit 6bb38b4
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 22 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ run
# Files from Forge MDK
forge*changelog.txt

.cache
.cache
logs
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ mcp_mappings=20200723-1.16.1
botania=1.16-398

version_major=1
version_minor=5
version_minor=6
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ license="MIT License"
modId="constructionwand"
version="${file.jarVersion}"
displayName="Construction Wand"
displayURL="https://github.com/Theta-Dev/ConstructionWand" #optional
logoFile="logo.png" #optional
authors="ThetaDev" #optional
displayURL="https://github.com/Theta-Dev/ConstructionWand"
logoFile="logo.png"
authors="ThetaDev"
description='''
Construction Wands make building easier!
Expand Down
22 changes: 11 additions & 11 deletions src/main/resources/assets/constructionwand/lang/de_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@

"constructionwand.option.lock": "Beschränkung: ",
"constructionwand.option.lock.horizontal": "§aHorizontal",
"constructionwand.option.lock.horizontal.desc": "Erweitert nach §arechts/links§f. Baut nicht auf der Ober/Unterseite",
"constructionwand.option.lock.horizontal.desc": "Baut eine horizontale Säule vor dem Originalblock",
"constructionwand.option.lock.vertical": "§aVertikal",
"constructionwand.option.lock.vertical.desc": "Erweitert nach §aoben/unten§f. Baut nicht auf der Ober/Unterseite",
"constructionwand.option.lock.northsouth": "§6North/South",
"constructionwand.option.lock.northsouth.desc": "Erweitert nach §aNorden/Süden§f. Baut nicht an den Seitenflächen",
"constructionwand.option.lock.eastwest": "§6East/West",
"constructionwand.option.lock.eastwest.desc": "Erweitert nach §aOsten/Westen§f. Baut nicht an den Seitenflächen",
"constructionwand.option.lock.vertical.desc": "Baut eine vertikale Säule vor dem Originalblock",
"constructionwand.option.lock.northsouth": "§6Nord/Süd",
"constructionwand.option.lock.northsouth.desc": "Baut eine Reihe in NS-Richtung auf dem Originalblock",
"constructionwand.option.lock.eastwest": "§6Ost/West",
"constructionwand.option.lock.eastwest.desc": "Baut eine Reihe in OW-Richtung auf dem Originalblock",
"constructionwand.option.lock.nolock": "§cKeine",
"constructionwand.option.lock.nolock.desc": "Erweitert in jede Richtung",

"constructionwand.option.direction": "Ausrichtung: ",
"constructionwand.option.direction.target": "§6Zielblock",
"constructionwand.option.direction.target.desc": "Platziert Blöcke mit der selben Ausrichtung wie der Zielblock",
"constructionwand.option.direction.player": "§aSpieler",
"constructionwand.option.direction.player.desc": "Place blocks facing the player",
"constructionwand.option.direction.player.desc": "Platziert Blöcke in der Richtung, auf die der Spieler zeigt",

"constructionwand.option.replace": "Ersetzen: ",
"constructionwand.option.replace.yes": "§aJa",
Expand All @@ -45,11 +45,11 @@
"constructionwand.option.match.any": "§cAlle",
"constructionwand.option.match.any.desc": "Erweitert alle Blöcke",

"constructionwand.option.random": "Zufall: ",
"constructionwand.option.random.yes": "§aJa",
"constructionwand.option.random": "Zufallsmodus: ",
"constructionwand.option.random.yes": "§aEin",
"constructionwand.option.random.yes.desc": "Platziere zufällige Blöcke aus der Hotbar",
"constructionwand.option.random.no": "§cNein",
"constructionwand.option.random.no.desc": "Platziere Blöcke nicht zufällig",
"constructionwand.option.random.no": "§cAus",
"constructionwand.option.random.no.desc": "Platziere Blöcke normal",

"stat.constructionwand.use_wand": "Blöcke mithilfe des Stabs platziert"
}
12 changes: 6 additions & 6 deletions src/main/resources/assets/constructionwand/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"constructionwand.option.mode.angel.desc": "Place behind blocks and in mid air",

"constructionwand.option.lock": "Restriction: ",
"constructionwand.option.lock.horizontal": "§aHorizontal",
"constructionwand.option.lock.horizontal.desc": "Extend §aleft/right§f from the original block. No building on top/bottom face",
"constructionwand.option.lock.vertical": "§aVertical",
"constructionwand.option.lock.vertical.desc": "Extend §aup/down§f from the original block. No building on top/bottom face",
"constructionwand.option.lock.horizontal": "§aLeft/Right",
"constructionwand.option.lock.horizontal.desc": "Build a horizontal column in fromt of the original block",
"constructionwand.option.lock.vertical": "§aUp/Down",
"constructionwand.option.lock.vertical.desc": "Build a vertical column in front of the original block",
"constructionwand.option.lock.northsouth": "§6North/South",
"constructionwand.option.lock.northsouth.desc": "Extend §anorth/south§f on top of the original block. No building on side faces",
"constructionwand.option.lock.northsouth.desc": "Build a row in N/S direction on top of the original block",
"constructionwand.option.lock.eastwest": "§6East/West",
"constructionwand.option.lock.eastwest.desc": "Extend §aeast/west§f on top of the original block. No building on side faces",
"constructionwand.option.lock.eastwest.desc": "Build a row in E/W direction on top of the original block",
"constructionwand.option.lock.nolock": "§cNone",
"constructionwand.option.lock.nolock.desc": "Extend from any side of the original block",

Expand Down

0 comments on commit 6bb38b4

Please sign in to comment.