Update to 1.15.2

This commit is contained in:
Marcel Konrad
2020-01-25 14:19:00 +01:00
parent 5511cdc96d
commit 1adb09cacd
24 changed files with 112 additions and 93 deletions

View File

@@ -1,5 +1,5 @@
modLoader="javafml"
loaderVersion="[29,)"
loaderVersion="[30,)"
updateJSONURL="https://raw.githubusercontent.com/Exopandora/worldhandler/master/version.json"
issueTrackerURL="https://github.com/Exopandora/WorldHandler/issues"
displayURL="https://minecraft.curseforge.com/projects/world-handler-command-gui"
@@ -10,7 +10,7 @@ logoBlur=false
[[mods]]
modId="worldhandler"
version="1.15.1-2.8"
version="1.15.2-2.8.1"
displayName="World Handler"
description='''
The World Handler provides a simple and easy to use graphical user interface for commands. It lets you create powerful and complex sub-commands alongside NBT-structures within seconds.

View File

@@ -228,6 +228,8 @@
"gui.worldhandler.gamerules.rule.drowningDamage": "Ertrinkungsschaden",
"gui.worldhandler.gamerules.rule.fallDamage": "Fallschaden",
"gui.worldhandler.gamerules.rule.fireDamage": "Feuerschaden",
"gui.worldhandler.gamerules.rule.doPatrolSpawning": "Patrouillen",
"gui.worldhandler.gamerules.rule.doTraderSpawning": "Wandernder Händler",
"gui.worldhandler.world_info.start": "Start",
"gui.worldhandler.world_info.world": "Welt",

View File

@@ -227,6 +227,8 @@
"gui.worldhandler.gamerules.rule.drowningDamage": "Drowning Damage",
"gui.worldhandler.gamerules.rule.fallDamage": "Fall Damage",
"gui.worldhandler.gamerules.rule.fireDamage": "Fire Damage",
"gui.worldhandler.gamerules.rule.doPatrolSpawning": "Patrol Spawning",
"gui.worldhandler.gamerules.rule.doTraderSpawning": "Trader Spawning",
"gui.worldhandler.world_info.start": "Start",
"gui.worldhandler.world_info.world": "World",

View File

@@ -227,6 +227,8 @@
"gui.worldhandler.gamerules.rule.drowningDamage": "Dégâts de noyade",
"gui.worldhandler.gamerules.rule.fallDamage": "Dégâts de chute",
"gui.worldhandler.gamerules.rule.fireDamage": "Dégâts de feu",
"gui.worldhandler.gamerules.rule.doPatrolSpawning": "Patrol Spawning",
"gui.worldhandler.gamerules.rule.doTraderSpawning": "Trader Spawning",
"gui.worldhandler.world_info.start": "Démarrer",
"gui.worldhandler.world_info.world": "Monde",

View File

@@ -228,6 +228,8 @@
"gui.worldhandler.gamerules.rule.drowningDamage": "Drowning Damage",
"gui.worldhandler.gamerules.rule.fallDamage": "Fall Damage",
"gui.worldhandler.gamerules.rule.fireDamage": "Fire Damage",
"gui.worldhandler.gamerules.rule.doPatrolSpawning": "Patrol Spawning",
"gui.worldhandler.gamerules.rule.doTraderSpawning": "Trader Spawning",
"gui.worldhandler.world_info.start": "首选项",
"gui.worldhandler.world_info.world": "世界",